Uses of Class
org.cdk8s.plus24.PodDns.Builder
-
Packages that use PodDns.Builder Package Description org.cdk8s.plus24 cdk8s+ (cdk8s-plus) -
-
Uses of PodDns.Builder in org.cdk8s.plus24
Methods in org.cdk8s.plus24 that return PodDns.Builder Modifier and Type Method Description static PodDns.Builder
PodDns.Builder. create()
PodDns.Builder
PodDns.Builder. hostname(String hostname)
Specifies the hostname of the Pod.PodDns.Builder
PodDns.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.Builder
PodDns.Builder. nameservers(List<String> nameservers)
A list of IP addresses that will be used as DNS servers for the Pod.PodDns.Builder
PodDns.Builder. options(List<? extends DnsOption> options)
List of objects where each object may have a name property (required) and a value property (optional).PodDns.Builder
PodDns.Builder. policy(DnsPolicy policy)
Set DNS policy for the pod.PodDns.Builder
PodDns.Builder. searches(List<String> searches)
A list of DNS search domains for hostname lookup in the Pod.PodDns.Builder
PodDns.Builder. subdomain(String subdomain)
If specified, the fully qualified Pod hostname will be ". . .svc. ".
-