Skip to main content

mutating_webhook_configuration

Overview

Namemutating_webhook_configuration
TypeResource
Idk8s.admissionregistration_v1.mutating_webhook_configuration

Fields

NameDatatypeDescription
apiVersionstringAPIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
kindstringKind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
metadataobjectObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.
webhooksarrayWebhooks is a list of webhooks and the affected resources and operations.

Methods

NameAccessible byRequired ParamsDescription
listAdmissionregistrationV1MutatingWebhookConfigurationSELECTcluster_addr, protocollist or watch objects of kind MutatingWebhookConfiguration
readAdmissionregistrationV1MutatingWebhookConfigurationSELECTname, cluster_addr, protocolread the specified MutatingWebhookConfiguration
createAdmissionregistrationV1MutatingWebhookConfigurationINSERTcluster_addr, protocolcreate a MutatingWebhookConfiguration
deleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationDELETEcluster_addr, protocoldelete collection of MutatingWebhookConfiguration
deleteAdmissionregistrationV1MutatingWebhookConfigurationDELETEname, cluster_addr, protocoldelete a MutatingWebhookConfiguration
patchAdmissionregistrationV1MutatingWebhookConfigurationEXECname, cluster_addr, protocolpartially update the specified MutatingWebhookConfiguration
replaceAdmissionregistrationV1MutatingWebhookConfigurationEXECname, cluster_addr, protocolreplace the specified MutatingWebhookConfiguration
watchAdmissionregistrationV1MutatingWebhookConfigurationEXECname, cluster_addr, protocolwatch changes to an object of kind MutatingWebhookConfiguration. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.
watchAdmissionregistrationV1MutatingWebhookConfigurationListEXECcluster_addr, protocolwatch individual changes to a list of MutatingWebhookConfiguration. deprecated: use the 'watch' parameter with a list operation instead.