Uses of Class
io.fabric8.openshift.api.model.operatorhub.v1alpha1.InstallMode
-
Packages that use InstallMode Package Description io.fabric8.openshift.api.model.operatorhub.packages.v1 io.fabric8.openshift.api.model.operatorhub.v1alpha1 -
-
Uses of InstallMode in io.fabric8.openshift.api.model.operatorhub.packages.v1
Methods in io.fabric8.openshift.api.model.operatorhub.packages.v1 that return InstallMode Modifier and Type Method Description InstallModeCSVDescriptionFluent. buildFirstInstallMode()InstallModeCSVDescriptionFluent. buildInstallMode(int index)InstallModeCSVDescriptionFluent. buildLastInstallMode()InstallModeCSVDescriptionFluent. buildMatchingInstallMode(Predicate<InstallModeBuilder> predicate)Methods in io.fabric8.openshift.api.model.operatorhub.packages.v1 that return types with arguments of type InstallMode Modifier and Type Method Description List<InstallMode>CSVDescriptionFluent. buildInstallModes()List<InstallMode>CSVDescription. getInstallModes()InstallModes specify supported installation typesMethods in io.fabric8.openshift.api.model.operatorhub.packages.v1 with parameters of type InstallMode Modifier and Type Method Description CSVDescriptionFluent.InstallModesNested<A>CSVDescriptionFluent. addNewInstallModeLike(InstallMode item)ACSVDescriptionFluent. addToInstallModes(int index, InstallMode item)ACSVDescriptionFluent. addToInstallModes(InstallMode... items)ACSVDescriptionFluent. removeFromInstallModes(InstallMode... items)CSVDescriptionFluent.InstallModesNested<A>CSVDescriptionFluent. setNewInstallModeLike(int index, InstallMode item)ACSVDescriptionFluent. setToInstallModes(int index, InstallMode item)ACSVDescriptionFluent. withInstallModes(InstallMode... installModes)Method parameters in io.fabric8.openshift.api.model.operatorhub.packages.v1 with type arguments of type InstallMode Modifier and Type Method Description ACSVDescriptionFluent. addAllToInstallModes(Collection<InstallMode> items)ACSVDescriptionFluent. removeAllFromInstallModes(Collection<InstallMode> items)voidCSVDescription. setInstallModes(List<InstallMode> installModes)InstallModes specify supported installation typesACSVDescriptionFluent. withInstallModes(List<InstallMode> installModes) -
Uses of InstallMode in io.fabric8.openshift.api.model.operatorhub.v1alpha1
Methods in io.fabric8.openshift.api.model.operatorhub.v1alpha1 that return InstallMode Modifier and Type Method Description InstallModeInstallModeBuilder. build()InstallModeClusterServiceVersionSpecFluent. buildFirstInstallMode()InstallModeClusterServiceVersionSpecFluent. buildInstallMode(int index)InstallModeClusterServiceVersionSpecFluent. buildLastInstallMode()InstallModeClusterServiceVersionSpecFluent. buildMatchingInstallMode(Predicate<InstallModeBuilder> predicate)Methods in io.fabric8.openshift.api.model.operatorhub.v1alpha1 that return types with arguments of type InstallMode Modifier and Type Method Description List<InstallMode>ClusterServiceVersionSpecFluent. buildInstallModes()List<InstallMode>ClusterServiceVersionSpec. getInstallModes()InstallModes specify supported installation typesMethods in io.fabric8.openshift.api.model.operatorhub.v1alpha1 with parameters of type InstallMode Modifier and Type Method Description ClusterServiceVersionSpecFluent.InstallModesNested<A>ClusterServiceVersionSpecFluent. addNewInstallModeLike(InstallMode item)AClusterServiceVersionSpecFluent. addToInstallModes(int index, InstallMode item)AClusterServiceVersionSpecFluent. addToInstallModes(InstallMode... items)protected voidInstallModeFluent. copyInstance(InstallMode instance)AClusterServiceVersionSpecFluent. removeFromInstallModes(InstallMode... items)ClusterServiceVersionSpecFluent.InstallModesNested<A>ClusterServiceVersionSpecFluent. setNewInstallModeLike(int index, InstallMode item)AClusterServiceVersionSpecFluent. setToInstallModes(int index, InstallMode item)AClusterServiceVersionSpecFluent. withInstallModes(InstallMode... installModes)Method parameters in io.fabric8.openshift.api.model.operatorhub.v1alpha1 with type arguments of type InstallMode Modifier and Type Method Description AClusterServiceVersionSpecFluent. addAllToInstallModes(Collection<InstallMode> items)AClusterServiceVersionSpecFluent. removeAllFromInstallModes(Collection<InstallMode> items)voidClusterServiceVersionSpec. setInstallModes(List<InstallMode> installModes)InstallModes specify supported installation typesAClusterServiceVersionSpecFluent. withInstallModes(List<InstallMode> installModes)Constructors in io.fabric8.openshift.api.model.operatorhub.v1alpha1 with parameters of type InstallMode Constructor Description InstallModeBuilder(InstallMode instance)InstallModeBuilder(InstallModeFluent<?> fluent, InstallMode instance)InstallModeFluent(InstallMode instance)
-