import "k8s.io/apiserver/pkg/admission/plugin/webhook/config/apis/webhookadmission"
doc.go register.go types.go zz_generated.deepcopy.go
const GroupName = "apiserver.config.k8s.io"
GroupName is the group name use in this package
var ( SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes) AddToScheme = SchemeBuilder.AddToScheme )
var SchemeGroupVersion = schema.GroupVersion{Group: GroupName, Version: runtime.APIVersionInternal}
SchemeGroupVersion is group version used to register these objects
Kind takes an unqualified kind and returns a Group qualified GroupKind
func Resource(resource string) schema.GroupResource
Resource takes an unqualified resource and returns a Group qualified GroupResource
type WebhookAdmission struct { metav1.TypeMeta // KubeConfigFile is the path to the kubeconfig file. KubeConfigFile string }
WebhookAdmission provides configuration for the webhook admission controller.
func (in *WebhookAdmission) DeepCopy() *WebhookAdmission
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WebhookAdmission.
func (in *WebhookAdmission) DeepCopyInto(out *WebhookAdmission)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *WebhookAdmission) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
Path | Synopsis |
---|---|
install | Package install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery. |
v1 | Package v1 is the v1 version of the API. |
v1alpha1 | Package v1alpha1 is the v1alpha1 version of the API. |
Package webhookadmission imports 3 packages (graph) and is imported by 5 packages. Updated 2019-12-09. Refresh now. Tools for package owners.