Uses of Interface
org.cdk8s.plus25.HostAlias
-
Packages that use HostAlias Package Description org.cdk8s.plus25 cdk8s+ (cdk8s-plus) -
-
Uses of HostAlias in org.cdk8s.plus25
Classes in org.cdk8s.plus25 that implement HostAlias Modifier and Type Class Description static classHostAlias.Jsii$ProxyAn implementation forHostAliasMethods in org.cdk8s.plus25 that return HostAlias Modifier and Type Method Description HostAliasHostAlias.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25 that return types with arguments of type HostAlias Modifier and Type Method Description List<HostAlias>AbstractPod. getHostAliases()default List<HostAlias>AbstractPodProps. getHostAliases()HostAlias holds the mapping between IP and hostnames that will be injected as an entry in the pod's hosts file.List<HostAlias>AbstractPodProps.Jsii$Proxy. getHostAliases()List<HostAlias>CronJobProps.Jsii$Proxy. getHostAliases()List<HostAlias>DaemonSetProps.Jsii$Proxy. getHostAliases()List<HostAlias>DeploymentProps.Jsii$Proxy. getHostAliases()List<HostAlias>JobProps.Jsii$Proxy. getHostAliases()List<HostAlias>PodProps.Jsii$Proxy. getHostAliases()List<HostAlias>StatefulSetProps.Jsii$Proxy. getHostAliases()List<HostAlias>WorkloadProps.Jsii$Proxy. getHostAliases()Methods in org.cdk8s.plus25 with parameters of type HostAlias Modifier and Type Method Description voidAbstractPod. addHostAlias(HostAlias hostAlias)Method parameters in org.cdk8s.plus25 with type arguments of type HostAlias Modifier and Type Method Description AbstractPodProps.BuilderAbstractPodProps.Builder. hostAliases(List<? extends HostAlias> hostAliases)Sets the value ofAbstractPodProps.getHostAliases()CronJob.BuilderCronJob.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.CronJobProps.BuilderCronJobProps.Builder. hostAliases(List<? extends HostAlias> hostAliases)Sets the value ofAbstractPodProps.getHostAliases()DaemonSet.BuilderDaemonSet.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.DaemonSetProps.BuilderDaemonSetProps.Builder. hostAliases(List<? extends HostAlias> hostAliases)Sets the value ofAbstractPodProps.getHostAliases()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 ofAbstractPodProps.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 ofAbstractPodProps.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 ofAbstractPodProps.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 ofAbstractPodProps.getHostAliases()WorkloadProps.BuilderWorkloadProps.Builder. hostAliases(List<? extends HostAlias> hostAliases)Sets the value ofAbstractPodProps.getHostAliases()
-