public class V1alpha1RoleRef extends Object
Constructor and Description |
---|
V1alpha1RoleRef() |
Modifier and Type | Method and Description |
---|---|
V1alpha1RoleRef |
apiGroup(String apiGroup) |
boolean |
equals(Object o) |
String |
getApiGroup()
APIGroup is the group for the resource being referenced
|
String |
getKind()
Kind is the type of resource being referenced
|
String |
getName()
Name is the name of resource being referenced
|
int |
hashCode() |
V1alpha1RoleRef |
kind(String kind) |
V1alpha1RoleRef |
name(String name) |
void |
setApiGroup(String apiGroup) |
void |
setKind(String kind) |
void |
setName(String name) |
String |
toString() |
public V1alpha1RoleRef apiGroup(String apiGroup)
public String getApiGroup()
public void setApiGroup(String apiGroup)
public V1alpha1RoleRef kind(String kind)
public String getKind()
public void setKind(String kind)
public V1alpha1RoleRef name(String name)
public String getName()
public void setName(String name)
Copyright © 2019. All rights reserved.