# Constants
AllScopes means that all scopes are included.
ClusterScope means that scope is limited to cluster-scoped objects.
NamespacedScope means that scope is limited to namespaced objects.
# Variables
No description provided by the author
No description provided by the author
# Structs
MutatingWebhookConfiguration describes the configuration of and admission webhook that accept or reject and may change the object.
MutatingWebhookConfigurationList is a list of MutatingWebhookConfiguration.
Rule is a tuple of APIGroups, APIVersion, and Resources.It is recommended to make sure that all the tuple expansions are valid.
RuleWithOperations is a tuple of Operations and Resources.
ServiceReference holds a reference to Service.legacy.k8s.io.
ValidatingWebhookConfiguration describes the configuration of and admission webhook that accept or reject and object without changing it.
ValidatingWebhookConfigurationList is a list of ValidatingWebhookConfiguration.
Webhook describes an admission webhook and the resources and operations it applies to.
WebhookClientConfig contains the information to make a TLS connection with the webhook.