use dep as denpendency managment tool
This commit is contained in:
4
vendor/k8s.io/api/policy/v1beta1/register.go
generated
vendored
4
vendor/k8s.io/api/policy/v1beta1/register.go
generated
vendored
@@ -41,11 +41,13 @@ var (
|
||||
AddToScheme = localSchemeBuilder.AddToScheme
|
||||
)
|
||||
|
||||
// Adds the list of known types to api.Scheme.
|
||||
// Adds the list of known types to the given scheme.
|
||||
func addKnownTypes(scheme *runtime.Scheme) error {
|
||||
scheme.AddKnownTypes(SchemeGroupVersion,
|
||||
&PodDisruptionBudget{},
|
||||
&PodDisruptionBudgetList{},
|
||||
&PodSecurityPolicy{},
|
||||
&PodSecurityPolicyList{},
|
||||
&Eviction{},
|
||||
)
|
||||
// Add the watch version that applies
|
||||
|
||||
Reference in New Issue
Block a user