Package org.cdk8s.plus25.k8s
Interface KubeValidatingWebhookConfigurationProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubeValidatingWebhookConfigurationProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.88.0 (build eaabd08)", date="2023-09-11T06:17:58.725Z") @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 classKubeValidatingWebhookConfigurationProps.BuilderA builder forKubeValidatingWebhookConfigurationPropsstatic classKubeValidatingWebhookConfigurationProps.Jsii$ProxyAn implementation forKubeValidatingWebhookConfigurationProps
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static KubeValidatingWebhookConfigurationProps.Builderbuilder()default ObjectMetagetMetadata()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()
-
-