Package org.cdk8s.plus28.k8s
Interface KubeEndpointSliceListProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubeEndpointSliceListProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-03T12:13:25.740Z") @Stability(Stable) public interface KubeEndpointSliceListProps extends software.amazon.jsii.JsiiSerializable
EndpointSliceList represents a list of endpoint slices.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classKubeEndpointSliceListProps.BuilderA builder forKubeEndpointSliceListPropsstatic classKubeEndpointSliceListProps.Jsii$ProxyAn implementation forKubeEndpointSliceListProps
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static KubeEndpointSliceListProps.Builderbuilder()List<KubeEndpointSliceProps>getItems()items is the list of endpoint slices.default ListMetagetMetadata()Standard list metadata.
-
-
-
Method Detail
-
getItems
@Stability(Stable) @NotNull List<KubeEndpointSliceProps> getItems()
items is the list of endpoint slices.
-
getMetadata
@Stability(Stable) @Nullable default ListMeta getMetadata()
Standard list metadata.
-
builder
@Stability(Stable) static KubeEndpointSliceListProps.Builder builder()
- Returns:
- a
KubeEndpointSliceListProps.BuilderofKubeEndpointSliceListProps
-
-