Package org.cdk8s.plus28.k8s
Interface KubeNetworkPolicyListProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubeNetworkPolicyListProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-03T12:13:25.762Z") @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 classKubeNetworkPolicyListProps.BuilderA builder forKubeNetworkPolicyListPropsstatic classKubeNetworkPolicyListProps.Jsii$ProxyAn implementation forKubeNetworkPolicyListProps
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static KubeNetworkPolicyListProps.Builderbuilder()List<KubeNetworkPolicyProps>getItems()items is a list of schema objects.default ListMetagetMetadata()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.BuilderofKubeNetworkPolicyListProps
-
-