Uses of Class
org.cdk8s.plus24.DnsPolicy
-
-
Uses of DnsPolicy in org.cdk8s.plus24
Methods in org.cdk8s.plus24 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.plus24 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()
-