Package org.cdk8s.plus25.k8s
Interface KubeMutatingWebhookConfigurationProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubeMutatingWebhookConfigurationProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.88.0 (build eaabd08)", date="2023-09-11T06:17:58.659Z") @Stability(Stable) public interface KubeMutatingWebhookConfigurationProps extends software.amazon.jsii.JsiiSerializable
MutatingWebhookConfiguration describes the configuration of and admission webhook that accept or reject and may change the object.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classKubeMutatingWebhookConfigurationProps.BuilderA builder forKubeMutatingWebhookConfigurationPropsstatic classKubeMutatingWebhookConfigurationProps.Jsii$ProxyAn implementation forKubeMutatingWebhookConfigurationProps
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static KubeMutatingWebhookConfigurationProps.Builderbuilder()default ObjectMetagetMetadata()Standard object metadata;default List<MutatingWebhook>getWebhooks()Webhooks is a list of webhooks and the affected resources and operations.
-
-
-
Method Detail
-
getMetadata
@Stability(Stable) @Nullable default ObjectMeta getMetadata()
Standard object metadata;More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata.
-
getWebhooks
@Stability(Stable) @Nullable default List<MutatingWebhook> getWebhooks()
Webhooks is a list of webhooks and the affected resources and operations.
-
builder
@Stability(Stable) static KubeMutatingWebhookConfigurationProps.Builder builder()
-
-