Package org.cdk8s.plus28.k8s
Interface KubeIpAddressListV1Alpha1Props
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubeIpAddressListV1Alpha1Props.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-03T12:13:25.751Z") @Stability(Stable) public interface KubeIpAddressListV1Alpha1Props extends software.amazon.jsii.JsiiSerializable
IPAddressList contains a list of IPAddress.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classKubeIpAddressListV1Alpha1Props.BuilderA builder forKubeIpAddressListV1Alpha1Propsstatic classKubeIpAddressListV1Alpha1Props.Jsii$ProxyAn implementation forKubeIpAddressListV1Alpha1Props
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static KubeIpAddressListV1Alpha1Props.Builderbuilder()List<KubeIpAddressV1Alpha1Props>getItems()items is the list of IPAddresses.default ListMetagetMetadata()Standard object's metadata.
-
-
-
Method Detail
-
getItems
@Stability(Stable) @NotNull List<KubeIpAddressV1Alpha1Props> getItems()
items is the list of IPAddresses.
-
getMetadata
@Stability(Stable) @Nullable default ListMeta getMetadata()
Standard object's metadata.More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
-
builder
@Stability(Stable) static KubeIpAddressListV1Alpha1Props.Builder builder()
-
-