Versions in this module Expand all Collapse all v4 v4.1.0 May 1, 2019 Changes in this version + func NewValidator(resources map[schema.GroupResource]bool, ...) (admission.Interface, error) + func RequireNameCluster(name string, prefix bool) []string + func ValidateConfigMapReference(path *field.Path, configMap configv1.ConfigMapNameReference, required bool) field.ErrorList + func ValidateSecretReference(path *field.Path, secret configv1.SecretNameReference, required bool) field.ErrorList + type ObjectValidator interface + ValidateCreate func(obj runtime.Object) field.ErrorList + ValidateStatusUpdate func(obj runtime.Object, oldObj runtime.Object) field.ErrorList + ValidateUpdate func(obj runtime.Object, oldObj runtime.Object) field.ErrorList