public interface StatefulSetUpdateStrategyFluent<A extends StatefulSetUpdateStrategyFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
StatefulSetUpdateStrategyFluent.RollingUpdateNested<N> |
@Deprecated RollingUpdateStatefulSetStrategy getRollingUpdate()
RollingUpdateStatefulSetStrategy buildRollingUpdate()
A withRollingUpdate(RollingUpdateStatefulSetStrategy rollingUpdate)
Boolean hasRollingUpdate()
StatefulSetUpdateStrategyFluent.RollingUpdateNested<A> withNewRollingUpdate()
StatefulSetUpdateStrategyFluent.RollingUpdateNested<A> withNewRollingUpdateLike(RollingUpdateStatefulSetStrategy item)
StatefulSetUpdateStrategyFluent.RollingUpdateNested<A> editRollingUpdate()
StatefulSetUpdateStrategyFluent.RollingUpdateNested<A> editOrNewRollingUpdate()
StatefulSetUpdateStrategyFluent.RollingUpdateNested<A> editOrNewRollingUpdateLike(RollingUpdateStatefulSetStrategy item)
String getType()
Boolean hasType()
Boolean hasAdditionalProperties()
Copyright © 2015–2022 Red Hat. All rights reserved.