
io.kubernetes.client.models.V1beta2StatefulSetUpdateStrategyFluent 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 V1beta2StatefulSetUpdateStrategyFluent> extends Fluent{
/**
* This method has been deprecated, please use method buildRollingUpdate instead.
*/
@Deprecated public V1beta2RollingUpdateStatefulSetStrategy getRollingUpdate();
public V1beta2RollingUpdateStatefulSetStrategy buildRollingUpdate();
public A withRollingUpdate(V1beta2RollingUpdateStatefulSetStrategy rollingUpdate);
public Boolean hasRollingUpdate();
public V1beta2StatefulSetUpdateStrategyFluent.RollingUpdateNested withNewRollingUpdate();
public V1beta2StatefulSetUpdateStrategyFluent.RollingUpdateNested withNewRollingUpdateLike(V1beta2RollingUpdateStatefulSetStrategy item);
public V1beta2StatefulSetUpdateStrategyFluent.RollingUpdateNested editRollingUpdate();
public V1beta2StatefulSetUpdateStrategyFluent.RollingUpdateNested editOrNewRollingUpdate();
public V1beta2StatefulSetUpdateStrategyFluent.RollingUpdateNested editOrNewRollingUpdateLike(V1beta2RollingUpdateStatefulSetStrategy item);
public String getType();
public A withType(String type);
public Boolean hasType();
public interface RollingUpdateNested extends io.kubernetes.client.fluent.Nested,V1beta2RollingUpdateStatefulSetStrategyFluent>{
public N and(); public N endRollingUpdate();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy