Uses of Class
io.fabric8.openshift.api.model.operator.v1.Etcd
-
Packages that use Etcd Package Description io.fabric8.openshift.api.model.operator.v1 -
-
Uses of Etcd in io.fabric8.openshift.api.model.operator.v1
Methods in io.fabric8.openshift.api.model.operator.v1 that return Etcd Modifier and Type Method Description EtcdEtcdBuilder. build()EtcdEtcdListFluent. buildFirstItem()EtcdEtcdListFluent. buildItem(int index)EtcdEtcdListFluent. buildLastItem()EtcdEtcdListFluent. buildMatchingItem(Predicate<EtcdBuilder> predicate)Methods in io.fabric8.openshift.api.model.operator.v1 that return types with arguments of type Etcd Modifier and Type Method Description List<Etcd>EtcdListFluent. buildItems()List<Etcd>EtcdList. getItems()items contains the itemsMethods in io.fabric8.openshift.api.model.operator.v1 with parameters of type Etcd Modifier and Type Method Description EtcdListFluent.ItemsNested<A>EtcdListFluent. addNewItemLike(Etcd item)AEtcdListFluent. addToItems(int index, Etcd item)AEtcdListFluent. addToItems(Etcd... items)protected voidEtcdFluent. copyInstance(Etcd instance)AEtcdListFluent. removeFromItems(Etcd... items)EtcdListFluent.ItemsNested<A>EtcdListFluent. setNewItemLike(int index, Etcd item)AEtcdListFluent. setToItems(int index, Etcd item)AEtcdListFluent. withItems(Etcd... items)Method parameters in io.fabric8.openshift.api.model.operator.v1 with type arguments of type Etcd Modifier and Type Method Description AEtcdListFluent. addAllToItems(Collection<Etcd> items)AEtcdListFluent. removeAllFromItems(Collection<Etcd> items)voidEtcdList. setItems(List<Etcd> items)items contains the itemsAEtcdListFluent. withItems(List<Etcd> items)Constructors in io.fabric8.openshift.api.model.operator.v1 with parameters of type Etcd Constructor Description EtcdBuilder(Etcd instance)EtcdBuilder(EtcdFluent<?> fluent, Etcd instance)EtcdFluent(Etcd instance)Constructor parameters in io.fabric8.openshift.api.model.operator.v1 with type arguments of type Etcd Constructor Description EtcdList(String apiVersion, List<Etcd> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-