Uses of Class
io.fabric8.openshift.api.model.config.v1.OperandVersion
-
Packages that use OperandVersion Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of OperandVersion in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return OperandVersion Modifier and Type Method Description OperandVersionOperandVersionBuilder. build()OperandVersionClusterOperatorStatusFluent. buildFirstVersion()OperandVersionClusterOperatorStatusFluent. buildLastVersion()OperandVersionClusterOperatorStatusFluent. buildMatchingVersion(Predicate<OperandVersionBuilder> predicate)OperandVersionClusterOperatorStatusFluent. buildVersion(int index)Methods in io.fabric8.openshift.api.model.config.v1 that return types with arguments of type OperandVersion Modifier and Type Method Description List<OperandVersion>ClusterOperatorStatusFluent. buildVersions()List<OperandVersion>ClusterOperatorStatus. getVersions()versions is a slice of operator and operand version tuples.Methods in io.fabric8.openshift.api.model.config.v1 with parameters of type OperandVersion Modifier and Type Method Description ClusterOperatorStatusFluent.VersionsNested<A>ClusterOperatorStatusFluent. addNewVersionLike(OperandVersion item)AClusterOperatorStatusFluent. addToVersions(int index, OperandVersion item)AClusterOperatorStatusFluent. addToVersions(OperandVersion... items)protected voidOperandVersionFluent. copyInstance(OperandVersion instance)AClusterOperatorStatusFluent. removeFromVersions(OperandVersion... items)ClusterOperatorStatusFluent.VersionsNested<A>ClusterOperatorStatusFluent. setNewVersionLike(int index, OperandVersion item)AClusterOperatorStatusFluent. setToVersions(int index, OperandVersion item)AClusterOperatorStatusFluent. withVersions(OperandVersion... versions)Method parameters in io.fabric8.openshift.api.model.config.v1 with type arguments of type OperandVersion Modifier and Type Method Description AClusterOperatorStatusFluent. addAllToVersions(Collection<OperandVersion> items)AClusterOperatorStatusFluent. removeAllFromVersions(Collection<OperandVersion> items)voidClusterOperatorStatus. setVersions(List<OperandVersion> versions)versions is a slice of operator and operand version tuples.AClusterOperatorStatusFluent. withVersions(List<OperandVersion> versions)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type OperandVersion Constructor Description OperandVersionBuilder(OperandVersion instance)OperandVersionBuilder(OperandVersionFluent<?> fluent, OperandVersion instance)OperandVersionFluent(OperandVersion instance)
-