RedisEnterpriseRemoteCluster API Reference
| Redis Enterprise for Kubernetes |
|---|
apiVersion:
app.redislabs.com/v1alpha1
Represents a remote participating cluster.
| Name | Type | Description | Required |
|---|---|---|---|
| apiVersion | string | app.redislabs.com/v1alpha1 | true |
| kind | string | RedisEnterpriseRemoteCluster | true |
| metadata | object | Refer to the Kubernetes API documentation for the fields of the `metadata` field. | true |
| spec | object |
|
false |
| status | object |
|
false |
spec
| Name | Type | Description | Required |
|---|---|---|---|
| apiFqdnUrl | string |
URL of the cluster. Used for the Active-Active database URL. |
true |
| recName | string |
Name of the REC that this RERC points to. |
true |
| recNamespace | string |
Namespace of the REC that this RERC points to. |
true |
| apiPort | integer |
Port number of the cluster's URL. Used for connectivity and synchronization. |
false |
| dbFqdnSuffix | string |
Database URL suffix. Used for the Active-Active database replication endpoint and replication endpoint SNI. |
false |
| secretName | string |
Name of the secret containing cluster credentials. Must use the following format: "redis-enterprise- |
false |
status
| Name | Type | Description | Required |
|---|---|---|---|
| internalObservedSecretResourceVersion | string |
Observed secret resource version. For internal use only. |
false |
| local | boolean |
Indicates whether this object represents a local or remote cluster. |
false |
| observedGeneration | integer |
Most recent generation observed for this RERC. Corresponds to the RERC's generation, which is updated by the API Server. |
false |
| specStatus | string |
Indicates whether the desired specification is valid. |
false |
| status | string |
Status of the remote cluster. |
false |