public interface ResourceOptionsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getConnectVersion()
public abstract String getConnectVersion()
Optional. The Connect agent version to use for connect_resources. Defaults to the latest GKE Connect version. The version must be a currently supported version, obsolete versions will be rejected.
string connect_version = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The connectVersion. |
getConnectVersionBytes()
public abstract ByteString getConnectVersionBytes()
Optional. The Connect agent version to use for connect_resources. Defaults to the latest GKE Connect version. The version must be a currently supported version, obsolete versions will be rejected.
string connect_version = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for connectVersion. |
getK8SGitVersion()
public abstract String getK8SGitVersion()
Optional. Git version of the Kubernetes cluster. This is only used to gate the Connect Agent migration to svc.id.goog on GDC-SO 1.33.100 patch and above.
string k8s_git_version = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The k8sGitVersion. |
getK8SGitVersionBytes()
public abstract ByteString getK8SGitVersionBytes()
Optional. Git version of the Kubernetes cluster. This is only used to gate the Connect Agent migration to svc.id.goog on GDC-SO 1.33.100 patch and above.
string k8s_git_version = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for k8sGitVersion. |
getK8SVersion()
public abstract String getK8SVersion()
Optional. Major and minor version of the Kubernetes cluster. This is only
used to determine which version to use for the CustomResourceDefinition
resources, apiextensions/v1beta1
orapiextensions/v1
.
string k8s_version = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The k8sVersion. |
getK8SVersionBytes()
public abstract ByteString getK8SVersionBytes()
Optional. Major and minor version of the Kubernetes cluster. This is only
used to determine which version to use for the CustomResourceDefinition
resources, apiextensions/v1beta1
orapiextensions/v1
.
string k8s_version = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for k8sVersion. |
getV1Beta1Crd()
public abstract boolean getV1Beta1Crd()
Optional. Use apiextensions/v1beta1
instead of apiextensions/v1
for
CustomResourceDefinition resources.
This option should be set for clusters with Kubernetes apiserver versions
<1.16.
bool v1beta1_crd = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
The v1beta1Crd. |