Uses of Class
org.cdk8s.plus28.k8s.KubeIpAddressV1Alpha1.Builder
-
Packages that use KubeIpAddressV1Alpha1.Builder Package Description org.cdk8s.plus28.k8s -
-
Uses of KubeIpAddressV1Alpha1.Builder in org.cdk8s.plus28.k8s
Methods in org.cdk8s.plus28.k8s that return KubeIpAddressV1Alpha1.Builder Modifier and Type Method Description static KubeIpAddressV1Alpha1.BuilderKubeIpAddressV1Alpha1.Builder. create(software.constructs.Construct scope, String id)KubeIpAddressV1Alpha1.BuilderKubeIpAddressV1Alpha1.Builder. metadata(ObjectMeta metadata)Standard object's metadata.KubeIpAddressV1Alpha1.BuilderKubeIpAddressV1Alpha1.Builder. spec(IpAddressSpecV1Alpha1 spec)spec is the desired state of the IPAddress.
-