Uses of Interface
org.cdk8s.plus20.HostAlias
-
-
Uses of HostAlias in org.cdk8s.plus20
Classes in org.cdk8s.plus20 that implement HostAlias Modifier and Type Class Description static classHostAlias.Jsii$ProxyAn implementation forHostAliasMethods in org.cdk8s.plus20 that return HostAlias Modifier and Type Method Description HostAliasHostAlias.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus20 that return types with arguments of type HostAlias Modifier and Type Method Description List<HostAlias>Deployment. getHostAliases()An optional list of hosts and IPs that will be injected into the pod's hosts file if specified.List<HostAlias>DeploymentProps.Jsii$Proxy. getHostAliases()List<HostAlias>IPodSpec. getHostAliases()An optional list of hosts and IPs that will be injected into the pod's hosts file if specified.default List<HostAlias>IPodSpec.Jsii$Default. getHostAliases()An optional list of hosts and IPs that will be injected into the pod's hosts file if specified.List<HostAlias>IPodSpec.Jsii$Proxy. getHostAliases()An optional list of hosts and IPs that will be injected into the pod's hosts file if specified.default List<HostAlias>IPodTemplate.Jsii$Default. getHostAliases()An optional list of hosts and IPs that will be injected into the pod's hosts file if specified.List<HostAlias>IPodTemplate.Jsii$Proxy. getHostAliases()An optional list of hosts and IPs that will be injected into the pod's hosts file if specified.List<HostAlias>Job. getHostAliases()An optional list of hosts and IPs that will be injected into the pod's hosts file if specified.List<HostAlias>JobProps.Jsii$Proxy. getHostAliases()List<HostAlias>Pod. getHostAliases()An optional list of hosts and IPs that will be injected into the pod's hosts file if specified.List<HostAlias>PodProps.Jsii$Proxy. getHostAliases()List<HostAlias>PodSpec. getHostAliases()An optional list of hosts and IPs that will be injected into the pod's hosts file if specified.default List<HostAlias>PodSpecProps. getHostAliases()HostAlias holds the mapping between IP and hostnames that will be injected as an entry in the pod's hosts file.List<HostAlias>PodSpecProps.Jsii$Proxy. getHostAliases()List<HostAlias>PodTemplateProps.Jsii$Proxy. getHostAliases()List<HostAlias>StatefulSet. getHostAliases()An optional list of hosts and IPs that will be injected into the pod's hosts file if specified.List<HostAlias>StatefulSetProps.Jsii$Proxy. getHostAliases()Methods in org.cdk8s.plus20 with parameters of type HostAlias Modifier and Type Method Description voidDeployment. addHostAlias(HostAlias hostAlias)voidJob. addHostAlias(HostAlias hostAlias)voidPod. addHostAlias(HostAlias hostAlias)voidPodSpec. addHostAlias(HostAlias hostAlias)voidStatefulSet. addHostAlias(HostAlias hostAlias)Method parameters in org.cdk8s.plus20 with type arguments of type HostAlias Modifier and Type Method Description Deployment.BuilderDeployment.Builder. hostAliases(List<? extends HostAlias> hostAliases)HostAlias holds the mapping between IP and hostnames that will be injected as an entry in the pod's hosts file.DeploymentProps.BuilderDeploymentProps.Builder. hostAliases(List<? extends HostAlias> hostAliases)Sets the value ofPodSpecProps.getHostAliases()Job.BuilderJob.Builder. hostAliases(List<? extends HostAlias> hostAliases)HostAlias holds the mapping between IP and hostnames that will be injected as an entry in the pod's hosts file.JobProps.BuilderJobProps.Builder. hostAliases(List<? extends HostAlias> hostAliases)Sets the value ofPodSpecProps.getHostAliases()Pod.BuilderPod.Builder. hostAliases(List<? extends HostAlias> hostAliases)HostAlias holds the mapping between IP and hostnames that will be injected as an entry in the pod's hosts file.PodProps.BuilderPodProps.Builder. hostAliases(List<? extends HostAlias> hostAliases)Sets the value ofPodSpecProps.getHostAliases()PodSpec.BuilderPodSpec.Builder. hostAliases(List<? extends HostAlias> hostAliases)HostAlias holds the mapping between IP and hostnames that will be injected as an entry in the pod's hosts file.PodSpecProps.BuilderPodSpecProps.Builder. hostAliases(List<? extends HostAlias> hostAliases)Sets the value ofPodSpecProps.getHostAliases()PodTemplate.BuilderPodTemplate.Builder. hostAliases(List<? extends HostAlias> hostAliases)HostAlias holds the mapping between IP and hostnames that will be injected as an entry in the pod's hosts file.PodTemplateProps.BuilderPodTemplateProps.Builder. hostAliases(List<? extends HostAlias> hostAliases)Sets the value ofPodSpecProps.getHostAliases()StatefulSet.BuilderStatefulSet.Builder. hostAliases(List<? extends HostAlias> hostAliases)HostAlias holds the mapping between IP and hostnames that will be injected as an entry in the pod's hosts file.StatefulSetProps.BuilderStatefulSetProps.Builder. hostAliases(List<? extends HostAlias> hostAliases)Sets the value ofPodSpecProps.getHostAliases()
-