Package org.cdk8s.plus24.k8s
Interface KubeMutatingWebhookConfigurationProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubeMutatingWebhookConfigurationProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.69.0 (build f656c31)", date="2022-10-05T02:57:36.583Z") @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 class
KubeMutatingWebhookConfigurationProps.Builder
A builder forKubeMutatingWebhookConfigurationProps
static class
KubeMutatingWebhookConfigurationProps.Jsii$Proxy
An implementation forKubeMutatingWebhookConfigurationProps
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static KubeMutatingWebhookConfigurationProps.Builder
builder()
default ObjectMeta
getMetadata()
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()
-
-