Uses of Class
io.fabric8.openshift.api.model.hive.v1.DNSZone
-
Packages that use DNSZone Package Description io.fabric8.openshift.api.model.hive.v1 -
-
Uses of DNSZone in io.fabric8.openshift.api.model.hive.v1
Methods in io.fabric8.openshift.api.model.hive.v1 that return DNSZone Modifier and Type Method Description DNSZoneDNSZoneBuilder. build()DNSZoneDNSZoneListFluent. buildFirstItem()DNSZoneDNSZoneListFluent. buildItem(int index)DNSZoneDNSZoneListFluent. buildLastItem()DNSZoneDNSZoneListFluent. buildMatchingItem(Predicate<DNSZoneBuilder> predicate)Methods in io.fabric8.openshift.api.model.hive.v1 that return types with arguments of type DNSZone Modifier and Type Method Description List<DNSZone>DNSZoneListFluent. buildItems()List<DNSZone>DNSZoneList. getItems()DNSZoneList contains a list of DNSZoneMethods in io.fabric8.openshift.api.model.hive.v1 with parameters of type DNSZone Modifier and Type Method Description DNSZoneListFluent.ItemsNested<A>DNSZoneListFluent. addNewItemLike(DNSZone item)ADNSZoneListFluent. addToItems(int index, DNSZone item)ADNSZoneListFluent. addToItems(DNSZone... items)protected voidDNSZoneFluent. copyInstance(DNSZone instance)ADNSZoneListFluent. removeFromItems(DNSZone... items)DNSZoneListFluent.ItemsNested<A>DNSZoneListFluent. setNewItemLike(int index, DNSZone item)ADNSZoneListFluent. setToItems(int index, DNSZone item)ADNSZoneListFluent. withItems(DNSZone... items)Method parameters in io.fabric8.openshift.api.model.hive.v1 with type arguments of type DNSZone Modifier and Type Method Description ADNSZoneListFluent. addAllToItems(Collection<DNSZone> items)ADNSZoneListFluent. removeAllFromItems(Collection<DNSZone> items)voidDNSZoneList. setItems(List<DNSZone> items)DNSZoneList contains a list of DNSZoneADNSZoneListFluent. withItems(List<DNSZone> items)Constructors in io.fabric8.openshift.api.model.hive.v1 with parameters of type DNSZone Constructor Description DNSZoneBuilder(DNSZone instance)DNSZoneBuilder(DNSZoneFluent<?> fluent, DNSZone instance)DNSZoneFluent(DNSZone instance)Constructor parameters in io.fabric8.openshift.api.model.hive.v1 with type arguments of type DNSZone Constructor Description DNSZoneList(String apiVersion, List<DNSZone> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-