Package org.cdk8s.plus24.k8s
Interface KubeMutatingWebhookConfigurationListProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubeMutatingWebhookConfigurationListProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.69.0 (build f656c31)", date="2022-10-05T02:57:36.583Z") @Stability(Stable) public interface KubeMutatingWebhookConfigurationListProps extends software.amazon.jsii.JsiiSerializable
MutatingWebhookConfigurationList is a list of MutatingWebhookConfiguration.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
KubeMutatingWebhookConfigurationListProps.Builder
A builder forKubeMutatingWebhookConfigurationListProps
static class
KubeMutatingWebhookConfigurationListProps.Jsii$Proxy
An implementation forKubeMutatingWebhookConfigurationListProps
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static KubeMutatingWebhookConfigurationListProps.Builder
builder()
List<KubeMutatingWebhookConfigurationProps>
getItems()
List of MutatingWebhookConfiguration.default ListMeta
getMetadata()
Standard list metadata.
-
-
-
Method Detail
-
getItems
@Stability(Stable) @NotNull List<KubeMutatingWebhookConfigurationProps> getItems()
List of MutatingWebhookConfiguration.
-
getMetadata
@Stability(Stable) @Nullable default ListMeta getMetadata()
Standard list metadata.More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
-
builder
@Stability(Stable) static KubeMutatingWebhookConfigurationListProps.Builder builder()
-
-