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
Copy file name to clipboardExpand all lines: docs/api.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -157,7 +157,7 @@ _Appears in:_
157
157
158
158
| Field | Description | Default | Validation |
159
159
| --- | --- | --- | --- |
160
-
|`connectionString`_string_| ConnectionString is the connection string for the Cloud SQL Instance<br />in the format `project_id:region:instance_name`|| Pattern: `^([^:]+(:[^:]+)?):([^:]+):([^:]+)$` <br />Required: \{\} <br /> |
160
+
|`connectionString`_string_| ConnectionString is the connection string for the Cloud SQL Instance.<br />This may be an instance connection name in the format `project_id:region:instance_name`<br />or a DNS name for the instance. ||Required: \{\} <br /> |
161
161
|`port`_integer_| Port (optional) sets the tcp port for this instance. If not set, a value will<br />be automatically assigned by the operator and set as an environment variable<br />on all containers in the workload named according to PortEnvName. The operator will choose<br />a port so that it does not conflict with other ports on the workload. || Minimum: 1 <br />Optional: \{\} <br /> |
162
162
|`autoIAMAuthN`_boolean_| AutoIAMAuthN (optional) Enables IAM Authentication for this instance.<br />Default value is false. || Optional: \{\} <br /> |
163
163
|`privateIP`_boolean_| PrivateIP (optional) Enable connection to the Cloud SQL instance's private ip for this instance.<br />Default value is false. || Optional: \{\} <br /> |
0 commit comments