Uses of Class
org.cdk8s.plus20.DnsPolicy
-
-
Uses of DnsPolicy in org.cdk8s.plus20
Methods in org.cdk8s.plus20 that return DnsPolicy Modifier and Type Method Description DnsPolicyPodDns. getPolicy()The DNS policy of this pod.default DnsPolicyPodDnsProps. getPolicy()Set DNS policy for the pod.DnsPolicyPodDnsProps.Jsii$Proxy. getPolicy()static DnsPolicyDnsPolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static DnsPolicy[]DnsPolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.cdk8s.plus20 with parameters of type DnsPolicy Modifier and Type Method Description PodDns.BuilderPodDns.Builder. policy(DnsPolicy policy)Set DNS policy for the pod.PodDnsProps.BuilderPodDnsProps.Builder. policy(DnsPolicy policy)Sets the value ofPodDnsProps.getPolicy()
-