Uses of Class
io.fabric8.openshift.api.model.operatorhub.v1alpha1.ResourceInstance
-
Packages that use ResourceInstance Package Description io.fabric8.openshift.api.model.operatorhub.v1alpha1 -
-
Uses of ResourceInstance in io.fabric8.openshift.api.model.operatorhub.v1alpha1
Methods in io.fabric8.openshift.api.model.operatorhub.v1alpha1 that return ResourceInstance Modifier and Type Method Description ResourceInstanceResourceInstanceBuilder. build()ResourceInstanceResourceListFluent. buildFirstInstance()ResourceInstanceResourceListFluent. buildInstance(int index)ResourceInstanceResourceListFluent. buildLastInstance()ResourceInstanceResourceListFluent. buildMatchingInstance(Predicate<ResourceInstanceBuilder> predicate)Methods in io.fabric8.openshift.api.model.operatorhub.v1alpha1 that return types with arguments of type ResourceInstance Modifier and Type Method Description List<ResourceInstance>ResourceListFluent. buildInstances()List<ResourceInstance>ResourceList. getInstances()ResourceList represents a list of resources which are of the same Group/KindMethods in io.fabric8.openshift.api.model.operatorhub.v1alpha1 with parameters of type ResourceInstance Modifier and Type Method Description ResourceListFluent.InstancesNested<A>ResourceListFluent. addNewInstanceLike(ResourceInstance item)AResourceListFluent. addToInstances(int index, ResourceInstance item)AResourceListFluent. addToInstances(ResourceInstance... items)protected voidResourceInstanceFluent. copyInstance(ResourceInstance instance)AResourceListFluent. removeFromInstances(ResourceInstance... items)ResourceListFluent.InstancesNested<A>ResourceListFluent. setNewInstanceLike(int index, ResourceInstance item)AResourceListFluent. setToInstances(int index, ResourceInstance item)AResourceListFluent. withInstances(ResourceInstance... instances)Method parameters in io.fabric8.openshift.api.model.operatorhub.v1alpha1 with type arguments of type ResourceInstance Modifier and Type Method Description AResourceListFluent. addAllToInstances(Collection<ResourceInstance> items)AResourceListFluent. removeAllFromInstances(Collection<ResourceInstance> items)voidResourceList. setInstances(List<ResourceInstance> instances)ResourceList represents a list of resources which are of the same Group/KindAResourceListFluent. withInstances(List<ResourceInstance> instances)Constructors in io.fabric8.openshift.api.model.operatorhub.v1alpha1 with parameters of type ResourceInstance Constructor Description ResourceInstanceBuilder(ResourceInstance instance)ResourceInstanceBuilder(ResourceInstanceFluent<?> fluent, ResourceInstance instance)ResourceInstanceFluent(ResourceInstance instance)Constructor parameters in io.fabric8.openshift.api.model.operatorhub.v1alpha1 with type arguments of type ResourceInstance Constructor Description ResourceList(String group, List<ResourceInstance> instances, String kind)
-