Uses of Interface
org.cdk8s.plus25.k8s.HostAlias
-
Packages that use HostAlias Package Description org.cdk8s.plus25.k8s -
-
Uses of HostAlias in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement HostAlias Modifier and Type Class Description static classHostAlias.Jsii$ProxyAn implementation forHostAliasMethods in org.cdk8s.plus25.k8s that return HostAlias Modifier and Type Method Description HostAliasHostAlias.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s that return types with arguments of type HostAlias Modifier and Type Method Description default List<HostAlias>PodSpec. getHostAliases()HostAliases is an optional list of hosts and IPs that will be injected into the pod's hosts file if specified.List<HostAlias>PodSpec.Jsii$Proxy. getHostAliases()Method parameters in org.cdk8s.plus25.k8s with type arguments of type HostAlias Modifier and Type Method Description PodSpec.BuilderPodSpec.Builder. hostAliases(List<? extends HostAlias> hostAliases)Sets the value ofPodSpec.getHostAliases()
-