Uses of Interface
org.cdk8s.plus28.k8s.KubeIpAddressV1Alpha1Props
-
Packages that use KubeIpAddressV1Alpha1Props Package Description org.cdk8s.plus28.k8s -
-
Uses of KubeIpAddressV1Alpha1Props in org.cdk8s.plus28.k8s
Classes in org.cdk8s.plus28.k8s that implement KubeIpAddressV1Alpha1Props Modifier and Type Class Description static classKubeIpAddressV1Alpha1Props.Jsii$ProxyAn implementation forKubeIpAddressV1Alpha1PropsMethods in org.cdk8s.plus28.k8s that return KubeIpAddressV1Alpha1Props Modifier and Type Method Description KubeIpAddressV1Alpha1PropsKubeIpAddressV1Alpha1Props.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus28.k8s that return types with arguments of type KubeIpAddressV1Alpha1Props Modifier and Type Method Description List<KubeIpAddressV1Alpha1Props>KubeIpAddressListV1Alpha1Props. getItems()items is the list of IPAddresses.List<KubeIpAddressV1Alpha1Props>KubeIpAddressListV1Alpha1Props.Jsii$Proxy. getItems()Methods in org.cdk8s.plus28.k8s with parameters of type KubeIpAddressV1Alpha1Props Modifier and Type Method Description static ObjectKubeIpAddressV1Alpha1. manifest(KubeIpAddressV1Alpha1Props props)Renders a Kubernetes manifest for "io.k8s.api.networking.v1alpha1.IPAddress".Method parameters in org.cdk8s.plus28.k8s with type arguments of type KubeIpAddressV1Alpha1Props Modifier and Type Method Description KubeIpAddressListV1Alpha1.BuilderKubeIpAddressListV1Alpha1.Builder. items(List<? extends KubeIpAddressV1Alpha1Props> items)items is the list of IPAddresses.KubeIpAddressListV1Alpha1Props.BuilderKubeIpAddressListV1Alpha1Props.Builder. items(List<? extends KubeIpAddressV1Alpha1Props> items)Sets the value ofKubeIpAddressListV1Alpha1Props.getItems()Constructors in org.cdk8s.plus28.k8s with parameters of type KubeIpAddressV1Alpha1Props Constructor Description KubeIpAddressV1Alpha1(software.constructs.Construct scope, String id, KubeIpAddressV1Alpha1Props props)Defines a "io.k8s.api.networking.v1alpha1.IPAddress" API object.
-