Class GroupSubject
- java.lang.Object
-
- io.fabric8.kubernetes.api.model.flowcontrol.v1.GroupSubject
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<GroupSubjectBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class GroupSubject extends Object implements io.fabric8.kubernetes.api.builder.Editable<GroupSubjectBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
GroupSubject holds detailed information for group-kind subject.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GroupSubject()No args constructor for use in serializationGroupSubject(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GroupSubjectBuilderedit()Map<String,Object>getAdditionalProperties()StringgetName()name is the user group that matches, or "*" to match all user groups.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetName(String name)name is the user group that matches, or "*" to match all user groups.GroupSubjectBuildertoBuilder()
-
-
-
Constructor Detail
-
GroupSubject
public GroupSubject()
No args constructor for use in serialization
-
GroupSubject
public GroupSubject(String name)
-
-
Method Detail
-
getName
public String getName()
name is the user group that matches, or "*" to match all user groups. See https://github.com/kubernetes/apiserver/blob/master/pkg/authentication/user/user.go for some well-known group names. Required.
-
setName
public void setName(String name)
name is the user group that matches, or "*" to match all user groups. See https://github.com/kubernetes/apiserver/blob/master/pkg/authentication/user/user.go for some well-known group names. Required.
-
edit
public GroupSubjectBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<GroupSubjectBuilder>
-
toBuilder
public GroupSubjectBuilder toBuilder()
-
-