package k8s.io.api.admissionregistration.v1beta1

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message MutatingWebhook

generated.proto:32

MutatingWebhook describes an admission webhook and the resources and operations it applies to.

Used in: MutatingWebhookConfiguration

message MutatingWebhookConfiguration

generated.proto:183

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.

Used in: MutatingWebhookConfigurationList

message MutatingWebhookConfigurationList

generated.proto:196

MutatingWebhookConfigurationList is a list of MutatingWebhookConfiguration.

message Rule

generated.proto:208

Rule is a tuple of APIGroups, APIVersion, and Resources.It is recommended to make sure that all the tuple expansions are valid.

Used in: RuleWithOperations

message RuleWithOperations

generated.proto:251

RuleWithOperations is a tuple of Operations and Resources. It is recommended to make sure that all the tuple expansions are valid.

Used in: MutatingWebhook, ValidatingWebhook

message ServiceReference

generated.proto:264

ServiceReference holds a reference to Service.legacy.k8s.io

Used in: WebhookClientConfig

message ValidatingWebhook

generated.proto:286

ValidatingWebhook describes an admission webhook and the resources and operations it applies to.

Used in: ValidatingWebhookConfiguration

message ValidatingWebhookConfiguration

generated.proto:419

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.

Used in: ValidatingWebhookConfigurationList

message ValidatingWebhookConfigurationList

generated.proto:432

ValidatingWebhookConfigurationList is a list of ValidatingWebhookConfiguration.

message WebhookClientConfig

generated.proto:444

WebhookClientConfig contains the information to make a TLS connection with the webhook

Used in: MutatingWebhook, ValidatingWebhook