case class GroupSubject(name: String) extends Product with Serializable
GroupSubject holds detailed information for group-kind subject.
- 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.
- Alphabetic
- By Inheritance
- GroupSubject
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
GroupSubject(name: 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.
Value Members
-
def
getName: IO[K8sFailure, String]
name is the user group that matches, or "*" to match all user groups.
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.
This effect always succeeds, it is safe to use the field name directly.
- val name: String