Uses of Class
io.fabric8.openshift.api.model.operator.ingress.v1.DNSRecordListFluent.ItemsNested
-
Packages that use DNSRecordListFluent.ItemsNested Package Description io.fabric8.openshift.api.model.operator.ingress.v1 -
-
Uses of DNSRecordListFluent.ItemsNested in io.fabric8.openshift.api.model.operator.ingress.v1
Methods in io.fabric8.openshift.api.model.operator.ingress.v1 that return DNSRecordListFluent.ItemsNested Modifier and Type Method Description DNSRecordListFluent.ItemsNested<A>DNSRecordListFluent. addNewItem()DNSRecordListFluent.ItemsNested<A>DNSRecordListFluent. addNewItemLike(DNSRecord item)DNSRecordListFluent.ItemsNested<A>DNSRecordListFluent. editFirstItem()DNSRecordListFluent.ItemsNested<A>DNSRecordListFluent. editItem(int index)DNSRecordListFluent.ItemsNested<A>DNSRecordListFluent. editLastItem()DNSRecordListFluent.ItemsNested<A>DNSRecordListFluent. editMatchingItem(Predicate<DNSRecordBuilder> predicate)DNSRecordListFluent.ItemsNested<A>DNSRecordListFluent. setNewItemLike(int index, DNSRecord item)
-