Uses of Interface
org.cdk8s.plus25.k8s.PodDnsConfigOption
-
Packages that use PodDnsConfigOption Package Description org.cdk8s.plus25.k8s -
-
Uses of PodDnsConfigOption in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement PodDnsConfigOption Modifier and Type Class Description static classPodDnsConfigOption.Jsii$ProxyAn implementation forPodDnsConfigOptionMethods in org.cdk8s.plus25.k8s that return PodDnsConfigOption Modifier and Type Method Description PodDnsConfigOptionPodDnsConfigOption.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s that return types with arguments of type PodDnsConfigOption Modifier and Type Method Description default List<PodDnsConfigOption>PodDnsConfig. getOptions()A list of DNS resolver options.List<PodDnsConfigOption>PodDnsConfig.Jsii$Proxy. getOptions()Method parameters in org.cdk8s.plus25.k8s with type arguments of type PodDnsConfigOption Modifier and Type Method Description PodDnsConfig.BuilderPodDnsConfig.Builder. options(List<? extends PodDnsConfigOption> options)Sets the value ofPodDnsConfig.getOptions()
-