package k8s.io.api.admissionregistration.v1

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:179

MutatingWebhookConfiguration describes the configuration of and admission webhook that accept or reject and may change the object.

Used in: MutatingWebhookConfigurationList

message MutatingWebhookConfigurationList

generated.proto:192

MutatingWebhookConfigurationList is a list of MutatingWebhookConfiguration.

message Rule

generated.proto:204

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:247

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:260

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

Used in: WebhookClientConfig

message ValidatingWebhook

generated.proto:282

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

Used in: ValidatingWebhookConfiguration

message ValidatingWebhookConfiguration

generated.proto:411

ValidatingWebhookConfiguration describes the configuration of and admission webhook that accept or reject and object without changing it.

Used in: ValidatingWebhookConfigurationList

message ValidatingWebhookConfigurationList

generated.proto:424

ValidatingWebhookConfigurationList is a list of ValidatingWebhookConfiguration.

message WebhookClientConfig

generated.proto:436

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

Used in: MutatingWebhook, ValidatingWebhook