Uses of Class
io.fabric8.openshift.api.model.config.v1.DNS
-
Packages that use DNS Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of DNS in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return DNS Modifier and Type Method Description DNSDNSBuilder. build()DNSDNSListFluent. buildFirstItem()DNSDNSListFluent. buildItem(int index)DNSDNSListFluent. buildLastItem()DNSDNSListFluent. buildMatchingItem(Predicate<DNSBuilder> predicate)Methods in io.fabric8.openshift.api.model.config.v1 that return types with arguments of type DNS Modifier and Type Method Description List<DNS>DNSListFluent. buildItems()List<DNS>DNSList. getItems()Compatibility level 1: Stable within a major release for a minimum of 12 months or 3 minor releases (whichever is longer).Methods in io.fabric8.openshift.api.model.config.v1 with parameters of type DNS Modifier and Type Method Description DNSListFluent.ItemsNested<A>DNSListFluent. addNewItemLike(DNS item)ADNSListFluent. addToItems(int index, DNS item)ADNSListFluent. addToItems(DNS... items)protected voidDNSFluent. copyInstance(DNS instance)ADNSListFluent. removeFromItems(DNS... items)DNSListFluent.ItemsNested<A>DNSListFluent. setNewItemLike(int index, DNS item)ADNSListFluent. setToItems(int index, DNS item)ADNSListFluent. withItems(DNS... items)Method parameters in io.fabric8.openshift.api.model.config.v1 with type arguments of type DNS Modifier and Type Method Description ADNSListFluent. addAllToItems(Collection<DNS> items)ADNSListFluent. removeAllFromItems(Collection<DNS> items)voidDNSList. setItems(List<DNS> items)Compatibility level 1: Stable within a major release for a minimum of 12 months or 3 minor releases (whichever is longer).ADNSListFluent. withItems(List<DNS> items)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type DNS Constructor Description DNSBuilder(DNS instance)DNSBuilder(DNSFluent<?> fluent, DNS instance)DNSFluent(DNS instance)Constructor parameters in io.fabric8.openshift.api.model.config.v1 with type arguments of type DNS Constructor Description DNSList(String apiVersion, List<DNS> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-