Uses of Class
io.fabric8.openshift.api.model.config.v1.Update
-
Packages that use Update Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of Update in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return Update Modifier and Type Method Description UpdateUpdateBuilder. build()UpdateClusterVersionSpecFluent. buildDesiredUpdate()UpdateClusterVersionSpec. getDesiredUpdate()ClusterVersionSpec is the desired version state of the cluster.Methods in io.fabric8.openshift.api.model.config.v1 with parameters of type Update Modifier and Type Method Description protected voidUpdateFluent. copyInstance(Update instance)ClusterVersionSpecFluent.DesiredUpdateNested<A>ClusterVersionSpecFluent. editOrNewDesiredUpdateLike(Update item)voidClusterVersionSpec. setDesiredUpdate(Update desiredUpdate)ClusterVersionSpec is the desired version state of the cluster.AClusterVersionSpecFluent. withDesiredUpdate(Update desiredUpdate)ClusterVersionSpecFluent.DesiredUpdateNested<A>ClusterVersionSpecFluent. withNewDesiredUpdateLike(Update item)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type Update Constructor Description ClusterVersionSpec(ClusterVersionCapabilitiesSpec capabilities, String channel, String clusterID, Update desiredUpdate, List<ComponentOverride> overrides, List<SignatureStore> signatureStores, String upstream)UpdateBuilder(Update instance)UpdateBuilder(UpdateFluent<?> fluent, Update instance)UpdateFluent(Update instance)
-