Uses of Class
io.fabric8.openshift.api.model.config.v1.UpdateHistory
-
Packages that use UpdateHistory Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of UpdateHistory in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return UpdateHistory Modifier and Type Method Description UpdateHistoryUpdateHistoryBuilder. build()UpdateHistoryClusterVersionStatusFluent. buildFirstHistory()UpdateHistoryClusterVersionStatusFluent. buildHistory(int index)UpdateHistoryClusterVersionStatusFluent. buildLastHistory()UpdateHistoryClusterVersionStatusFluent. buildMatchingHistory(Predicate<UpdateHistoryBuilder> predicate)Methods in io.fabric8.openshift.api.model.config.v1 that return types with arguments of type UpdateHistory Modifier and Type Method Description List<UpdateHistory>ClusterVersionStatusFluent. buildHistory()List<UpdateHistory>ClusterVersionStatus. getHistory()history contains a list of the most recent versions applied to the cluster.Methods in io.fabric8.openshift.api.model.config.v1 with parameters of type UpdateHistory Modifier and Type Method Description ClusterVersionStatusFluent.HistoryNested<A>ClusterVersionStatusFluent. addNewHistoryLike(UpdateHistory item)AClusterVersionStatusFluent. addToHistory(int index, UpdateHistory item)AClusterVersionStatusFluent. addToHistory(UpdateHistory... items)protected voidUpdateHistoryFluent. copyInstance(UpdateHistory instance)AClusterVersionStatusFluent. removeFromHistory(UpdateHistory... items)ClusterVersionStatusFluent.HistoryNested<A>ClusterVersionStatusFluent. setNewHistoryLike(int index, UpdateHistory item)AClusterVersionStatusFluent. setToHistory(int index, UpdateHistory item)AClusterVersionStatusFluent. withHistory(UpdateHistory... history)Method parameters in io.fabric8.openshift.api.model.config.v1 with type arguments of type UpdateHistory Modifier and Type Method Description AClusterVersionStatusFluent. addAllToHistory(Collection<UpdateHistory> items)AClusterVersionStatusFluent. removeAllFromHistory(Collection<UpdateHistory> items)voidClusterVersionStatus. setHistory(List<UpdateHistory> history)history contains a list of the most recent versions applied to the cluster.AClusterVersionStatusFluent. withHistory(List<UpdateHistory> history)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type UpdateHistory Constructor Description UpdateHistoryBuilder(UpdateHistory instance)UpdateHistoryBuilder(UpdateHistoryFluent<?> fluent, UpdateHistory instance)UpdateHistoryFluent(UpdateHistory instance)
-