public interface GroupVersionKindOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getGroup()
public abstract String getGroup()Kubernetes Group
string group = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The group. |
getGroupBytes()
public abstract ByteString getGroupBytes()Kubernetes Group
string group = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for group. |
getKind()
public abstract String getKind()Kubernetes Kind
string kind = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The kind. |
getKindBytes()
public abstract ByteString getKindBytes()Kubernetes Kind
string kind = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for kind. |
getVersion()
public abstract String getVersion()Kubernetes Version
string version = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The version. |
getVersionBytes()
public abstract ByteString getVersionBytes()Kubernetes Version
string version = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for version. |