Uses of Interface
org.cdk8s.plus25.k8s.PodDnsConfig
-
Packages that use PodDnsConfig Package Description org.cdk8s.plus25.k8s -
-
Uses of PodDnsConfig in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement PodDnsConfig Modifier and Type Class Description static classPodDnsConfig.Jsii$ProxyAn implementation forPodDnsConfigMethods in org.cdk8s.plus25.k8s that return PodDnsConfig Modifier and Type Method Description PodDnsConfigPodDnsConfig.Builder. build()Builds the configured instance.default PodDnsConfigPodSpec. getDnsConfig()Specifies the DNS parameters of a pod.PodDnsConfigPodSpec.Jsii$Proxy. getDnsConfig()Methods in org.cdk8s.plus25.k8s with parameters of type PodDnsConfig Modifier and Type Method Description PodSpec.BuilderPodSpec.Builder. dnsConfig(PodDnsConfig dnsConfig)Sets the value ofPodSpec.getDnsConfig()
-