Skip to content

Commit

Permalink
Enable DRA API in kube-apiserver
Browse files Browse the repository at this point in the history
  • Loading branch information
bertinatto committed Aug 21, 2023
1 parent 7864ef2 commit 3742d3c
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -16,6 +16,7 @@ import (

var DefaultGroupVersionsByFeatureGate = map[configv1.FeatureGateName][]schema.GroupVersion{
"ValidatingAdmissionPolicy": {{Group: "admissionregistration.k8s.io", Version: "v1alpha1"}},
"DynamicResourceAllocation": {{Group: "resource.k8s.io", Version: "v1alpha2"}},
}

var (
Expand Down

0 comments on commit 3742d3c

Please sign in to comment.