Package org.cdk8s.plus24.k8s
Interface KubeNetworkPolicyListProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubeNetworkPolicyListProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-07-08T00:25:14.516Z") @Stability(Stable) public interface KubeNetworkPolicyListProps extends software.amazon.jsii.JsiiSerializable
NetworkPolicyList is a list of NetworkPolicy objects.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
KubeNetworkPolicyListProps.Builder
A builder forKubeNetworkPolicyListProps
static class
KubeNetworkPolicyListProps.Jsii$Proxy
An implementation forKubeNetworkPolicyListProps
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static KubeNetworkPolicyListProps.Builder
builder()
List<KubeNetworkPolicyProps>
getItems()
Items is a list of schema objects.default ListMeta
getMetadata()
Standard list metadata.
-
-
-
Method Detail
-
getItems
@Stability(Stable) @NotNull List<KubeNetworkPolicyProps> getItems()
Items is a list of schema objects.
-
getMetadata
@Stability(Stable) @Nullable default ListMeta getMetadata()
Standard list metadata.More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
-
builder
@Stability(Stable) static KubeNetworkPolicyListProps.Builder builder()
- Returns:
- a
KubeNetworkPolicyListProps.Builder
ofKubeNetworkPolicyListProps
-
-