public static interface ServerConfig.ReleaseChannelConfig.AvailableVersionOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getReason() (deprecated)
public abstract String getReason()
Reason for availability.
string reason = 2;
Returns | |
---|---|
Type | Description |
String |
The reason. |
getReasonBytes() (deprecated)
public abstract ByteString getReasonBytes()
Reason for availability.
string reason = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for reason. |
getVersion() (deprecated)
public abstract String getVersion()
Kubernetes version.
string version = 1;
Returns | |
---|---|
Type | Description |
String |
The version. |
getVersionBytes() (deprecated)
public abstract ByteString getVersionBytes()
Kubernetes version.
string version = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for version. |