Namespace Pulumi.Kubernetes.Types.Inputs.AdmissionRegistration.V1Beta1
Classes
MutatingWebhookArgs
MutatingWebhook describes an admission webhook and the resources and operations it applies to.
MutatingWebhookConfigurationArgs
MutatingWebhookConfiguration describes the configuration of and admission webhook that accept or reject and may change the object. Deprecated in v1.16, planned for removal in v1.19. Use admissionregistration.k8s.io/v1 MutatingWebhookConfiguration instead.
MutatingWebhookConfigurationListArgs
MutatingWebhookConfigurationList is a list of MutatingWebhookConfiguration.
RuleWithOperationsArgs
RuleWithOperations is a tuple of Operations and Resources. It is recommended to make sure that all the tuple expansions are valid.
ServiceReferenceArgs
ServiceReference holds a reference to Service.legacy.k8s.io
ValidatingWebhookArgs
ValidatingWebhook describes an admission webhook and the resources and operations it applies to.
ValidatingWebhookConfigurationArgs
ValidatingWebhookConfiguration describes the configuration of and admission webhook that accept or reject and object without changing it. Deprecated in v1.16, planned for removal in v1.19. Use admissionregistration.k8s.io/v1 ValidatingWebhookConfiguration instead.
ValidatingWebhookConfigurationListArgs
ValidatingWebhookConfigurationList is a list of ValidatingWebhookConfiguration.
WebhookClientConfigArgs
WebhookClientConfig contains the information to make a TLS connection with the webhook