Package org.cdk8s.plus24.k8s
Interface KubeApiServiceListProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubeApiServiceListProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-13T15:58:19.905Z") @Stability(Stable) public interface KubeApiServiceListProps extends software.amazon.jsii.JsiiSerializable
APIServiceList is a list of APIService objects.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
KubeApiServiceListProps.Builder
A builder forKubeApiServiceListProps
static class
KubeApiServiceListProps.Jsii$Proxy
An implementation forKubeApiServiceListProps
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static KubeApiServiceListProps.Builder
builder()
List<KubeApiServiceProps>
getItems()
Items is the list of APIService.default ListMeta
getMetadata()
Standard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata.
-
-
-
Method Detail
-
getItems
@Stability(Stable) @NotNull List<KubeApiServiceProps> getItems()
Items is the list of APIService.
-
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 KubeApiServiceListProps.Builder builder()
- Returns:
- a
KubeApiServiceListProps.Builder
ofKubeApiServiceListProps
-
-