
io.kubernetes.client.models.V1beta1StatefulSetUpdateStrategyFluent Maven / Gradle / Ivy
package io.kubernetes.client.models;
import java.lang.Deprecated;
import com.google.gson.annotations.SerializedName;
import io.kubernetes.client.fluent.Fluent;
import io.kubernetes.client.fluent.Nested;
import java.lang.String;
import java.lang.Boolean;
public interface V1beta1StatefulSetUpdateStrategyFluent> extends Fluent{
/**
* This method has been deprecated, please use method buildRollingUpdate instead.
*/
@Deprecated public V1beta1RollingUpdateStatefulSetStrategy getRollingUpdate();
public V1beta1RollingUpdateStatefulSetStrategy buildRollingUpdate();
public A withRollingUpdate(V1beta1RollingUpdateStatefulSetStrategy rollingUpdate);
public Boolean hasRollingUpdate();
public V1beta1StatefulSetUpdateStrategyFluent.RollingUpdateNested withNewRollingUpdate();
public V1beta1StatefulSetUpdateStrategyFluent.RollingUpdateNested withNewRollingUpdateLike(V1beta1RollingUpdateStatefulSetStrategy item);
public V1beta1StatefulSetUpdateStrategyFluent.RollingUpdateNested editRollingUpdate();
public V1beta1StatefulSetUpdateStrategyFluent.RollingUpdateNested editOrNewRollingUpdate();
public V1beta1StatefulSetUpdateStrategyFluent.RollingUpdateNested editOrNewRollingUpdateLike(V1beta1RollingUpdateStatefulSetStrategy item);
public String getType();
public A withType(String type);
public Boolean hasType();
public interface RollingUpdateNested extends io.kubernetes.client.fluent.Nested,V1beta1RollingUpdateStatefulSetStrategyFluent>{
public N and(); public N endRollingUpdate();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy