You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: The full name of the Google Compute Engine network to which the instance is connected. If left unspecified, the default network will be used.
description: The connection mode of the Redis instance. Can be either DIRECT_PEERING or PRIVATE_SERVICE_ACCESS. The default connect mode if not provided is DIRECT_PEERING.
62
69
varType: string
@@ -141,24 +148,52 @@ spec:
141
148
outputs:
142
149
- name: auth_string
143
150
description: AUTH String set on the instance. This field will only be populated if auth_enabled is true.
151
+
type: string
144
152
- name: current_location_id
145
153
description: The current zone where the Redis endpoint is placed.
154
+
type: string
146
155
- name: env_vars
147
156
description: Exported environment variables
157
+
type: [
158
+
"object",
159
+
{
160
+
"REDIS_HOST": "string",
161
+
"REDIS_PORT": "number"
162
+
}
163
+
]
148
164
- name: host
149
165
description: The IP address of the instance.
166
+
type: string
150
167
- name: id
151
168
description: The memorystore instance ID.
169
+
type: string
152
170
- name: persistence_iam_identity
153
171
description: Cloud IAM identity used by import/export operations. Format is 'serviceAccount:'. May change over time
172
+
type: string
154
173
- name: port
155
174
description: The port number of the exposed Redis endpoint.
175
+
type: number
156
176
- name: read_endpoint
157
177
description: " The IP address of the exposed readonly Redis endpoint."
178
+
type: string
158
179
- name: region
159
180
description: The region the instance lives in.
181
+
type: string
160
182
- name: server_ca_certs
161
183
description: List of server CA certificates for the instance
Copy file name to clipboardExpand all lines: modules/redis-cluster/metadata.yaml
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -106,6 +106,13 @@ spec:
106
106
description: "The in-transit encryption for the Redis cluster. If not provided, encryption is disabled for the cluster. Default value is TRANSIT_ENCRYPTION_MODE_DISABLED. Possible values are: TRANSIT_ENCRYPTION_MODE_UNSPECIFIED, TRANSIT_ENCRYPTION_MODE_DISABLED, TRANSIT_ENCRYPTION_MODE_SERVER_AUTHENTICATION"
107
107
varType: string
108
108
defaultValue: TRANSIT_ENCRYPTION_MODE_DISABLED
109
+
- name: zone_distribution_config_mode
110
+
description: "The mode for zone distribution for Memorystore Redis cluster (Immutable). If not provided, MULTI_ZONE will be used as default value. Possible values are: MULTI_ZONE, SINGLE_ZONE"
111
+
varType: string
112
+
defaultValue: MULTI_ZONE
113
+
- name: zone_distribution_config_zone
114
+
description: The zone for single zone Memorystore Redis cluster (Immutable)
115
+
varType: string
109
116
outputs:
110
117
- name: discovery_endpoints
111
118
description: Endpoints created on each given network, for Redis clients to connect to the cluster. Currently only one endpoint is supported
0 commit comments