Class 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.
    • Constructor Detail

      • IoK8sApiFlowcontrolV1alpha1GroupSubject

        public IoK8sApiFlowcontrolV1alpha1GroupSubject()
    • 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.
        Returns:
        name
      • setName

        public void setName​(String name)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object