Class V1beta2GroupSubject
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1beta2GroupSubject
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1beta2GroupSubject
extends Object
GroupSubject holds detailed information for group-kind subject.
- 
Field Details
- 
JSON_PROPERTY_NAME
- See Also:
 
 
 - 
 - 
Constructor Details
- 
V1beta2GroupSubject
 
 - 
 - 
Method Details
- 
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:
 - the name property value
 
 - 
setName
Set the name property value- Parameters:
 name- property value to set
 - 
name
Set name in a chainable fashion.- Returns:
 - The same instance of V1beta2GroupSubject for chaining.
 
 - 
equals
 - 
hashCode
public int hashCode() - 
toString
 
 -