Package net.stickycode.kuuty.model.v18
Class IoK8sApiFlowcontrolV1alpha1GroupSubject
- java.lang.Object
-
- net.stickycode.kuuty.model.v18.IoK8sApiFlowcontrolV1alpha1GroupSubject
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-26T11:01:11.402583+13:00[Pacific/Auckland]") public class IoK8sApiFlowcontrolV1alpha1GroupSubject extends Object
GroupSubject holds detailed information for group-kind subject.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_NAME
-
Constructor Summary
Constructors Constructor Description IoK8sApiFlowcontrolV1alpha1GroupSubject()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetName()name is the user group that matches, or \"*\" to match all user groups.inthashCode()IoK8sApiFlowcontrolV1alpha1GroupSubjectname(String name)voidsetName(String name)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
name
public IoK8sApiFlowcontrolV1alpha1GroupSubject name(String name)
-
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.- Returns:
- name
-
setName
public void setName(String name)
-
-