Uses of Class
io.fabric8.openshift.api.model.UpdateHistory
| Package | Description |
|---|---|
| io.fabric8.openshift.api.model |
-
Uses of UpdateHistory in io.fabric8.openshift.api.model
Methods in io.fabric8.openshift.api.model that return UpdateHistory Modifier and Type Method Description UpdateHistoryUpdateHistoryBuilder. build()UpdateHistoryClusterVersionStatusFluent. buildFirstHistory()UpdateHistoryClusterVersionStatusFluentImpl. buildFirstHistory()UpdateHistoryClusterVersionStatusFluent. buildHistory(int index)UpdateHistoryClusterVersionStatusFluentImpl. buildHistory(int index)UpdateHistoryClusterVersionStatusFluent. buildLastHistory()UpdateHistoryClusterVersionStatusFluentImpl. buildLastHistory()UpdateHistoryClusterVersionStatusFluent. buildMatchingHistory(io.fabric8.kubernetes.api.builder.Predicate<UpdateHistoryBuilder> predicate)UpdateHistoryClusterVersionStatusFluentImpl. buildMatchingHistory(io.fabric8.kubernetes.api.builder.Predicate<UpdateHistoryBuilder> predicate)UpdateHistoryDoneableUpdateHistory. done()Methods in io.fabric8.openshift.api.model that return types with arguments of type UpdateHistory Modifier and Type Method Description List<UpdateHistory>ClusterVersionStatusFluent. buildHistory()List<UpdateHistory>ClusterVersionStatusFluentImpl. buildHistory()List<UpdateHistory>ClusterVersionStatus. getHistory()List<UpdateHistory>ClusterVersionStatusFluent. getHistory()Deprecated.List<UpdateHistory>ClusterVersionStatusFluentImpl. getHistory()Deprecated.Methods in io.fabric8.openshift.api.model with parameters of type UpdateHistory Modifier and Type Method Description ClusterVersionStatusFluent.HistoryNested<A>ClusterVersionStatusFluent. addNewHistoryLike(UpdateHistory item)ClusterVersionStatusFluent.HistoryNested<A>ClusterVersionStatusFluentImpl. addNewHistoryLike(UpdateHistory item)AClusterVersionStatusFluent. addToHistory(int index, UpdateHistory item)AClusterVersionStatusFluent. addToHistory(UpdateHistory... items)AClusterVersionStatusFluentImpl. addToHistory(int index, UpdateHistory item)AClusterVersionStatusFluentImpl. addToHistory(UpdateHistory... items)AClusterVersionStatusFluent. removeFromHistory(UpdateHistory... items)AClusterVersionStatusFluentImpl. removeFromHistory(UpdateHistory... items)ClusterVersionStatusFluent.HistoryNested<A>ClusterVersionStatusFluent. setNewHistoryLike(int index, UpdateHistory item)ClusterVersionStatusFluent.HistoryNested<A>ClusterVersionStatusFluentImpl. setNewHistoryLike(int index, UpdateHistory item)AClusterVersionStatusFluent. setToHistory(int index, UpdateHistory item)AClusterVersionStatusFluentImpl. setToHistory(int index, UpdateHistory item)AClusterVersionStatusFluent. withHistory(UpdateHistory... history)AClusterVersionStatusFluentImpl. withHistory(UpdateHistory... history)Method parameters in io.fabric8.openshift.api.model with type arguments of type UpdateHistory Modifier and Type Method Description AClusterVersionStatusFluent. addAllToHistory(Collection<UpdateHistory> items)AClusterVersionStatusFluentImpl. addAllToHistory(Collection<UpdateHistory> items)AClusterVersionStatusFluent. removeAllFromHistory(Collection<UpdateHistory> items)AClusterVersionStatusFluentImpl. removeAllFromHistory(Collection<UpdateHistory> items)voidClusterVersionStatus. setHistory(List<UpdateHistory> history)AClusterVersionStatusFluent. withHistory(List<UpdateHistory> history)AClusterVersionStatusFluentImpl. withHistory(List<UpdateHistory> history)Constructors in io.fabric8.openshift.api.model with parameters of type UpdateHistory Constructor Description DoneableUpdateHistory(UpdateHistory item)DoneableUpdateHistory(UpdateHistory item, io.fabric8.kubernetes.api.builder.Function<UpdateHistory,UpdateHistory> function)UpdateHistoryBuilder(UpdateHistory instance)UpdateHistoryBuilder(UpdateHistoryFluent<?> fluent, UpdateHistory instance)UpdateHistoryBuilder(UpdateHistoryFluent<?> fluent, UpdateHistory instance, Boolean validationEnabled)UpdateHistoryBuilder(UpdateHistory instance, Boolean validationEnabled)UpdateHistoryFluentImpl(UpdateHistory instance)Constructor parameters in io.fabric8.openshift.api.model with type arguments of type UpdateHistory Constructor Description DoneableUpdateHistory(io.fabric8.kubernetes.api.builder.Function<UpdateHistory,UpdateHistory> function)DoneableUpdateHistory(io.fabric8.kubernetes.api.builder.Function<UpdateHistory,UpdateHistory> function)DoneableUpdateHistory(UpdateHistory item, io.fabric8.kubernetes.api.builder.Function<UpdateHistory,UpdateHistory> function)DoneableUpdateHistory(UpdateHistory item, io.fabric8.kubernetes.api.builder.Function<UpdateHistory,UpdateHistory> function)