Package net.stickycode.kuuty.model.v18
Class IoK8sApiFlowcontrolV1alpha1ServiceAccountSubject
- java.lang.Object
-
- net.stickycode.kuuty.model.v18.IoK8sApiFlowcontrolV1alpha1ServiceAccountSubject
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-26T11:01:11.402583+13:00[Pacific/Auckland]") public class IoK8sApiFlowcontrolV1alpha1ServiceAccountSubject extends Object
ServiceAccountSubject holds detailed information for service-account-kind subject.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_NAMEstatic StringJSON_PROPERTY_NAMESPACE
-
Constructor Summary
Constructors Constructor Description IoK8sApiFlowcontrolV1alpha1ServiceAccountSubject()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetName()`name` is the name of matching ServiceAccount objects, or \"*\" to match regardless of name.StringgetNamespace()`namespace` is the namespace of matching ServiceAccount objects.inthashCode()IoK8sApiFlowcontrolV1alpha1ServiceAccountSubjectname(String name)IoK8sApiFlowcontrolV1alpha1ServiceAccountSubjectnamespace(String namespace)voidsetName(String name)voidsetNamespace(String namespace)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_NAME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_NAMESPACE
public static final String JSON_PROPERTY_NAMESPACE
- See Also:
- Constant Field Values
-
-
Method Detail
-
name
public IoK8sApiFlowcontrolV1alpha1ServiceAccountSubject name(String name)
-
getName
public String getName()
`name` is the name of matching ServiceAccount objects, or \"*\" to match regardless of name. Required.- Returns:
- name
-
setName
public void setName(String name)
-
namespace
public IoK8sApiFlowcontrolV1alpha1ServiceAccountSubject namespace(String namespace)
-
getNamespace
public String getNamespace()
`namespace` is the namespace of matching ServiceAccount objects. Required.- Returns:
- namespace
-
setNamespace
public void setNamespace(String namespace)
-
-