@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2021-01-04T09:55:14.976Z[Etc/UTC]") public class V1beta1PolicyRulesWithSubjects extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_NON_RESOURCE_RULES |
static String |
SERIALIZED_NAME_RESOURCE_RULES |
static String |
SERIALIZED_NAME_SUBJECTS |
Constructor and Description |
---|
V1beta1PolicyRulesWithSubjects() |
public static final String SERIALIZED_NAME_NON_RESOURCE_RULES
public static final String SERIALIZED_NAME_RESOURCE_RULES
public static final String SERIALIZED_NAME_SUBJECTS
public V1beta1PolicyRulesWithSubjects nonResourceRules(List<V1beta1NonResourcePolicyRule> nonResourceRules)
public V1beta1PolicyRulesWithSubjects addNonResourceRulesItem(V1beta1NonResourcePolicyRule nonResourceRulesItem)
@Nullable public List<V1beta1NonResourcePolicyRule> getNonResourceRules()
public void setNonResourceRules(List<V1beta1NonResourcePolicyRule> nonResourceRules)
public V1beta1PolicyRulesWithSubjects resourceRules(List<V1beta1ResourcePolicyRule> resourceRules)
public V1beta1PolicyRulesWithSubjects addResourceRulesItem(V1beta1ResourcePolicyRule resourceRulesItem)
@Nullable public List<V1beta1ResourcePolicyRule> getResourceRules()
public void setResourceRules(List<V1beta1ResourcePolicyRule> resourceRules)
public V1beta1PolicyRulesWithSubjects subjects(List<FlowcontrolV1beta1Subject> subjects)
public V1beta1PolicyRulesWithSubjects addSubjectsItem(FlowcontrolV1beta1Subject subjectsItem)
public List<FlowcontrolV1beta1Subject> getSubjects()
public void setSubjects(List<FlowcontrolV1beta1Subject> subjects)
Copyright © 2021. All rights reserved.