Class ServiceAccountSubject
- java.lang.Object
-
- io.fabric8.kubernetes.api.model.flowcontrol.v1beta1.ServiceAccountSubject
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<ServiceAccountSubjectBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class ServiceAccountSubject extends Object implements io.fabric8.kubernetes.api.builder.Editable<ServiceAccountSubjectBuilder>, io.fabric8.kubernetes.api.model.KubernetesResourceServiceAccountSubject holds detailed information for service-account-kind subject.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServiceAccountSubject()No args constructor for use in serializationServiceAccountSubject(String name, String namespace)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServiceAccountSubjectBuilderedit()Map<String,Object>getAdditionalProperties()StringgetName()`name` is the name of matching ServiceAccount objects, or "*" to match regardless of name.StringgetNamespace()`namespace` is the namespace of matching ServiceAccount objects.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetName(String name)`name` is the name of matching ServiceAccount objects, or "*" to match regardless of name.voidsetNamespace(String namespace)`namespace` is the namespace of matching ServiceAccount objects.ServiceAccountSubjectBuildertoBuilder()
-
-
-
Method Detail
-
getName
public String getName()
`name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
-
setName
public void setName(String name)
`name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
-
getNamespace
public String getNamespace()
`namespace` is the namespace of matching ServiceAccount objects. Required.
-
setNamespace
public void setNamespace(String namespace)
`namespace` is the namespace of matching ServiceAccount objects. Required.
-
edit
public ServiceAccountSubjectBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<ServiceAccountSubjectBuilder>
-
toBuilder
public ServiceAccountSubjectBuilder toBuilder()
-
-