Uses of Class
org.cdk8s.plus22.PodDns.Builder
-
-
Uses of PodDns.Builder in org.cdk8s.plus22
Methods in org.cdk8s.plus22 that return PodDns.Builder Modifier and Type Method Description static PodDns.BuilderPodDns.Builder. create()PodDns.BuilderPodDns.Builder. hostname(String hostname)Specifies the hostname of the Pod.PodDns.BuilderPodDns.Builder. hostnameAsFqdn(Boolean hostnameAsFqdn)If true the pod's hostname will be configured as the pod's FQDN, rather than the leaf name (the default).PodDns.BuilderPodDns.Builder. nameservers(List<String> nameservers)A list of IP addresses that will be used as DNS servers for the Pod.PodDns.BuilderPodDns.Builder. options(List<? extends DnsOption> options)List of objects where each object may have a name property (required) and a value property (optional).PodDns.BuilderPodDns.Builder. policy(DnsPolicy policy)Set DNS policy for the pod.PodDns.BuilderPodDns.Builder. searches(List<String> searches)A list of DNS search domains for hostname lookup in the Pod.PodDns.BuilderPodDns.Builder. subdomain(String subdomain)If specified, the fully qualified Pod hostname will be ". . .svc. ".
-