io.kubernetes.client.openapi.models.V1beta1SELinuxStrategyOptionsFluent Maven / Gradle / Ivy
package io.kubernetes.client.openapi.models;
import java.lang.StringBuilder;
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.StringBuffer;
import java.lang.Deprecated;
import java.lang.Boolean;
public interface V1beta1SELinuxStrategyOptionsFluent> extends Fluent {
public String getRule();
public A withRule(String rule);
public Boolean hasRule();
public A withNewRule(String arg1);
public A withNewRule(StringBuilder arg1);
public A withNewRule(StringBuffer arg1);
/**
* This method has been deprecated, please use method buildSeLinuxOptions instead.
* @return The buildable object.
*/
@Deprecated public V1SELinuxOptions getSeLinuxOptions();
public V1SELinuxOptions buildSeLinuxOptions();
public A withSeLinuxOptions(V1SELinuxOptions seLinuxOptions);
public Boolean hasSeLinuxOptions();
public V1beta1SELinuxStrategyOptionsFluent.SeLinuxOptionsNested withNewSeLinuxOptions();
public V1beta1SELinuxStrategyOptionsFluent.SeLinuxOptionsNested withNewSeLinuxOptionsLike(V1SELinuxOptions item);
public V1beta1SELinuxStrategyOptionsFluent.SeLinuxOptionsNested editSeLinuxOptions();
public V1beta1SELinuxStrategyOptionsFluent.SeLinuxOptionsNested editOrNewSeLinuxOptions();
public V1beta1SELinuxStrategyOptionsFluent.SeLinuxOptionsNested editOrNewSeLinuxOptionsLike(V1SELinuxOptions item);
public interface SeLinuxOptionsNested extends io.kubernetes.client.fluent.Nested,V1SELinuxOptionsFluent> {
public N and();
public N endSeLinuxOptions(); }
}