Package org.cdk8s.plus24.k8s
Interface KubeEndpointsListProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubeEndpointsListProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.79.0 (build b22f628)", date="2023-03-31T02:28:41.862Z") @Stability(Stable) public interface KubeEndpointsListProps extends software.amazon.jsii.JsiiSerializable
EndpointsList is a list of endpoints.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
KubeEndpointsListProps.Builder
A builder forKubeEndpointsListProps
static class
KubeEndpointsListProps.Jsii$Proxy
An implementation forKubeEndpointsListProps
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static KubeEndpointsListProps.Builder
builder()
List<KubeEndpointsProps>
getItems()
List of endpoints.default ListMeta
getMetadata()
Standard list metadata.
-
-
-
Method Detail
-
getItems
@Stability(Stable) @NotNull List<KubeEndpointsProps> getItems()
List of endpoints.
-
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 KubeEndpointsListProps.Builder builder()
- Returns:
- a
KubeEndpointsListProps.Builder
ofKubeEndpointsListProps
-
-