Uses of Class
io.fabric8.kubernetes.api.model.apps.RollingUpdateDaemonSet
-
-
Uses of RollingUpdateDaemonSet in io.fabric8.kubernetes.api.model.apps
Methods in io.fabric8.kubernetes.api.model.apps that return RollingUpdateDaemonSet Modifier and Type Method Description RollingUpdateDaemonSetRollingUpdateDaemonSetBuilder. build()RollingUpdateDaemonSetDaemonSetUpdateStrategyFluent. buildRollingUpdate()RollingUpdateDaemonSetDaemonSetUpdateStrategy. getRollingUpdate()DaemonSetUpdateStrategy is a struct used to control the update strategy for a DaemonSet.Methods in io.fabric8.kubernetes.api.model.apps with parameters of type RollingUpdateDaemonSet Modifier and Type Method Description protected voidRollingUpdateDaemonSetFluent. copyInstance(RollingUpdateDaemonSet instance)DaemonSetUpdateStrategyFluent.RollingUpdateNested<A>DaemonSetUpdateStrategyFluent. editOrNewRollingUpdateLike(RollingUpdateDaemonSet item)voidDaemonSetUpdateStrategy. setRollingUpdate(RollingUpdateDaemonSet rollingUpdate)DaemonSetUpdateStrategy is a struct used to control the update strategy for a DaemonSet.DaemonSetUpdateStrategyFluent.RollingUpdateNested<A>DaemonSetUpdateStrategyFluent. withNewRollingUpdateLike(RollingUpdateDaemonSet item)ADaemonSetUpdateStrategyFluent. withRollingUpdate(RollingUpdateDaemonSet rollingUpdate)Constructors in io.fabric8.kubernetes.api.model.apps with parameters of type RollingUpdateDaemonSet Constructor Description DaemonSetUpdateStrategy(RollingUpdateDaemonSet rollingUpdate, String type)RollingUpdateDaemonSetBuilder(RollingUpdateDaemonSet instance)RollingUpdateDaemonSetBuilder(RollingUpdateDaemonSetFluent<?> fluent, RollingUpdateDaemonSet instance)RollingUpdateDaemonSetFluent(RollingUpdateDaemonSet instance)
-