me.snowdrop.istio.mixer.template.authorization.AuthorizationSpecFluent Maven / Gradle / Ivy
package me.snowdrop.istio.mixer.template.authorization;
import com.fasterxml.jackson.annotation.JsonPropertyDescription;
import com.fasterxml.jackson.annotation.JsonProperty;
import io.fabric8.kubernetes.api.builder.Fluent;
import io.fabric8.kubernetes.api.builder.Nested;
import java.lang.String;
import java.lang.Deprecated;
import javax.validation.Valid;
import java.lang.Boolean;
public interface AuthorizationSpecFluent> extends Fluent{
/**
* This method has been deprecated, please use method buildAction instead.
* @return The buildable object.
*/
@Deprecated public me.snowdrop.istio.mixer.template.authorization.Action getAction();
public me.snowdrop.istio.mixer.template.authorization.Action buildAction();
public A withAction(me.snowdrop.istio.mixer.template.authorization.Action action);
public Boolean hasAction();
public AuthorizationSpecFluent.ActionNested withNewAction();
public AuthorizationSpecFluent.ActionNested withNewActionLike(me.snowdrop.istio.mixer.template.authorization.Action item);
public AuthorizationSpecFluent.ActionNested editAction();
public AuthorizationSpecFluent.ActionNested editOrNewAction();
public AuthorizationSpecFluent.ActionNested editOrNewActionLike(me.snowdrop.istio.mixer.template.authorization.Action item);
public String getName();
public A withName(String name);
public Boolean hasName();
/**
* This method has been deprecated, please use method buildSubject instead.
* @return The buildable object.
*/
@Deprecated public me.snowdrop.istio.mixer.template.authorization.Subject getSubject();
public me.snowdrop.istio.mixer.template.authorization.Subject buildSubject();
public A withSubject(me.snowdrop.istio.mixer.template.authorization.Subject subject);
public Boolean hasSubject();
public AuthorizationSpecFluent.SubjectNested withNewSubject();
public AuthorizationSpecFluent.SubjectNested withNewSubjectLike(me.snowdrop.istio.mixer.template.authorization.Subject item);
public AuthorizationSpecFluent.SubjectNested editSubject();
public AuthorizationSpecFluent.SubjectNested editOrNewSubject();
public AuthorizationSpecFluent.SubjectNested editOrNewSubjectLike(me.snowdrop.istio.mixer.template.authorization.Subject item);
public interface ActionNested extends io.fabric8.kubernetes.api.builder.Nested,me.snowdrop.istio.mixer.template.authorization.ActionFluent>{
public N and(); public N endAction();
}
public interface SubjectNested extends io.fabric8.kubernetes.api.builder.Nested,me.snowdrop.istio.mixer.template.authorization.SubjectFluent>{
public N and(); public N endSubject();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy