Package org.cdk8s.plus25.k8s
Interface KubeEndpointSliceListProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubeEndpointSliceListProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.88.0 (build eaabd08)", date="2023-09-11T06:17:58.618Z") @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()List of endpoint slices.default ListMetagetMetadata()Standard list metadata.
-
-
-
Method Detail
-
getItems
@Stability(Stable) @NotNull List<KubeEndpointSliceProps> getItems()
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
-
-