Package org.cdk8s.plus24.k8s
Interface KubeValidatingWebhookConfigurationProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubeValidatingWebhookConfigurationProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.80.0 (build bce6a1d)", date="2023-05-05T16:22:34.145Z") @Stability(Stable) public interface KubeValidatingWebhookConfigurationProps extends software.amazon.jsii.JsiiSerializable
ValidatingWebhookConfiguration describes the configuration of and admission webhook that accept or reject and object without changing it.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
KubeValidatingWebhookConfigurationProps.Builder
A builder forKubeValidatingWebhookConfigurationProps
static class
KubeValidatingWebhookConfigurationProps.Jsii$Proxy
An implementation forKubeValidatingWebhookConfigurationProps
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static KubeValidatingWebhookConfigurationProps.Builder
builder()
default ObjectMeta
getMetadata()
Standard object metadata;default List<ValidatingWebhook>
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<ValidatingWebhook> getWebhooks()
Webhooks is a list of webhooks and the affected resources and operations.
-
builder
@Stability(Stable) static KubeValidatingWebhookConfigurationProps.Builder builder()
-
-