Class ResourceOptions
ResourceOptions represent options for Kubernetes resource generation.
Implements
Inherited Members
Namespace: Google.Apis.GKEHub.v1.Data
Assembly: Google.Apis.GKEHub.v1.dll
Syntax
public class ResourceOptions : IDirectResponseSchema
Properties
ConnectVersion
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.
Declaration
[JsonProperty("connectVersion")]
public virtual string ConnectVersion { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
K8sVersion
Optional. Major version of the Kubernetes cluster. This is only used to determine which version to use for
the CustomResourceDefinition resources, apiextensions/v1beta1
orapiextensions/v1
.
Declaration
[JsonProperty("k8sVersion")]
public virtual string K8sVersion { get; set; }
Property Value
Type | Description |
---|---|
string |
V1beta1Crd
Optional. Use apiextensions/v1beta1
instead of apiextensions/v1
for CustomResourceDefinition resources.
This option should be set for clusters with Kubernetes apiserver versions <1.16.
Declaration
[JsonProperty("v1beta1Crd")]
public virtual bool? V1beta1Crd { get; set; }
Property Value
Type | Description |
---|---|
bool? |