Uses of Interface
org.cdk8s.plus25.DnsOption
-
Packages that use DnsOption Package Description org.cdk8s.plus25 cdk8s+ (cdk8s-plus) -
-
Uses of DnsOption in org.cdk8s.plus25
Classes in org.cdk8s.plus25 that implement DnsOption Modifier and Type Class Description static classDnsOption.Jsii$ProxyAn implementation forDnsOptionMethods in org.cdk8s.plus25 that return DnsOption Modifier and Type Method Description DnsOptionDnsOption.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25 that return types with arguments of type DnsOption Modifier and Type Method Description List<DnsOption>PodDns. getOptions()Custom dns options defined for this pod.default List<DnsOption>PodDnsProps. getOptions()List of objects where each object may have a name property (required) and a value property (optional).List<DnsOption>PodDnsProps.Jsii$Proxy. getOptions()Methods in org.cdk8s.plus25 with parameters of type DnsOption Modifier and Type Method Description voidPodDns. addOption(@NotNull DnsOption... options)Add a custom option.Method parameters in org.cdk8s.plus25 with type arguments of type DnsOption Modifier and Type Method Description PodDns.BuilderPodDns.Builder. options(List<? extends DnsOption> options)List of objects where each object may have a name property (required) and a value property (optional).PodDnsProps.BuilderPodDnsProps.Builder. options(List<? extends DnsOption> options)Sets the value ofPodDnsProps.getOptions()
-