Uses of Class
io.fabric8.openshift.api.model.Update
| Package | Description |
|---|---|
| io.fabric8.openshift.api.model |
-
Uses of Update in io.fabric8.openshift.api.model
Methods in io.fabric8.openshift.api.model that return Update Modifier and Type Method Description UpdateUpdateBuilder. build()UpdateClusterVersionStatusFluent. buildAvailableUpdate(int index)UpdateClusterVersionStatusFluentImpl. buildAvailableUpdate(int index)UpdateClusterVersionStatusFluent. buildDesired()UpdateClusterVersionStatusFluentImpl. buildDesired()UpdateClusterVersionSpecFluent. buildDesiredUpdate()UpdateClusterVersionSpecFluentImpl. buildDesiredUpdate()UpdateClusterVersionStatusFluent. buildFirstAvailableUpdate()UpdateClusterVersionStatusFluentImpl. buildFirstAvailableUpdate()UpdateClusterVersionStatusFluent. buildLastAvailableUpdate()UpdateClusterVersionStatusFluentImpl. buildLastAvailableUpdate()UpdateClusterVersionStatusFluent. buildMatchingAvailableUpdate(io.fabric8.kubernetes.api.builder.Predicate<UpdateBuilder> predicate)UpdateClusterVersionStatusFluentImpl. buildMatchingAvailableUpdate(io.fabric8.kubernetes.api.builder.Predicate<UpdateBuilder> predicate)UpdateDoneableUpdate. done()UpdateClusterVersionStatus. getDesired()UpdateClusterVersionStatusFluent. getDesired()Deprecated.UpdateClusterVersionStatusFluentImpl. getDesired()Deprecated.UpdateClusterVersionSpec. getDesiredUpdate()UpdateClusterVersionSpecFluent. getDesiredUpdate()Deprecated.UpdateClusterVersionSpecFluentImpl. getDesiredUpdate()Deprecated.Methods in io.fabric8.openshift.api.model that return types with arguments of type Update Modifier and Type Method Description List<Update>ClusterVersionStatusFluent. buildAvailableUpdates()List<Update>ClusterVersionStatusFluentImpl. buildAvailableUpdates()List<Update>ClusterVersionStatus. getAvailableUpdates()List<Update>ClusterVersionStatusFluent. getAvailableUpdates()Deprecated.List<Update>ClusterVersionStatusFluentImpl. getAvailableUpdates()Deprecated.Method parameters in io.fabric8.openshift.api.model with type arguments of type Update Modifier and Type Method Description AClusterVersionStatusFluent. addAllToAvailableUpdates(Collection<Update> items)AClusterVersionStatusFluentImpl. addAllToAvailableUpdates(Collection<Update> items)AClusterVersionStatusFluent. removeAllFromAvailableUpdates(Collection<Update> items)AClusterVersionStatusFluentImpl. removeAllFromAvailableUpdates(Collection<Update> items)voidClusterVersionStatus. setAvailableUpdates(List<Update> availableUpdates)AClusterVersionStatusFluent. withAvailableUpdates(List<Update> availableUpdates)AClusterVersionStatusFluentImpl. withAvailableUpdates(List<Update> availableUpdates)Constructors in io.fabric8.openshift.api.model with parameters of type Update Constructor Description ClusterVersionSpec(String channel, String clusterID, Update desiredUpdate, List<ComponentOverride> overrides, String upstream)ClusterVersionStatus(List<Update> availableUpdates, List<ClusterOperatorStatusCondition> conditions, Update desired, List<UpdateHistory> history, Long observedGeneration, String versionHash)DoneableUpdate(Update item)DoneableUpdate(Update item, io.fabric8.kubernetes.api.builder.Function<Update,Update> function)UpdateBuilder(Update instance)UpdateBuilder(UpdateFluent<?> fluent, Update instance)UpdateBuilder(UpdateFluent<?> fluent, Update instance, Boolean validationEnabled)UpdateBuilder(Update instance, Boolean validationEnabled)UpdateFluentImpl(Update instance)Constructor parameters in io.fabric8.openshift.api.model with type arguments of type Update Constructor Description ClusterVersionStatus(List<Update> availableUpdates, List<ClusterOperatorStatusCondition> conditions, Update desired, List<UpdateHistory> history, Long observedGeneration, String versionHash)DoneableUpdate(io.fabric8.kubernetes.api.builder.Function<Update,Update> function)DoneableUpdate(io.fabric8.kubernetes.api.builder.Function<Update,Update> function)DoneableUpdate(Update item, io.fabric8.kubernetes.api.builder.Function<Update,Update> function)DoneableUpdate(Update item, io.fabric8.kubernetes.api.builder.Function<Update,Update> function)