Uses of Interface
org.cdk8s.plus24.k8s.HostAlias
-
Packages that use HostAlias Package Description org.cdk8s.plus24.k8s -
-
Uses of HostAlias in org.cdk8s.plus24.k8s
Classes in org.cdk8s.plus24.k8s that implement HostAlias Modifier and Type Class Description static class
HostAlias.Jsii$Proxy
An implementation forHostAlias
Methods in org.cdk8s.plus24.k8s that return HostAlias Modifier and Type Method Description HostAlias
HostAlias.Builder. build()
Builds the configured instance.Methods in org.cdk8s.plus24.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.plus24.k8s with type arguments of type HostAlias Modifier and Type Method Description PodSpec.Builder
PodSpec.Builder. hostAliases(List<? extends HostAlias> hostAliases)
Sets the value ofPodSpec.getHostAliases()
-