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: mmv1/products/gkehub2/Feature.yaml
+3-3
Original file line number
Diff line number
Diff line change
@@ -269,7 +269,7 @@ properties:
269
269
properties:
270
270
- name: 'version'
271
271
type: String
272
-
description: 'Version of ACM installed'
272
+
description: 'Version of Config Sync installed'
273
273
- name: 'management'
274
274
type: Enum
275
275
description: 'Set this field to MANAGEMENT_AUTOMATIC to enable Config Sync auto-upgrades, and set this field to MANAGEMENT_MANUAL or MANAGEMENT_UNSPECIFIED to disable Config Sync auto-upgrades.'
@@ -341,8 +341,8 @@ properties:
341
341
description: 'Period in seconds between consecutive syncs. Default: 15'
342
342
- name: 'version'
343
343
type: String
344
-
description: 'Version of ACM installed'
345
-
deprecation_message: 'The `configmanagement.config_sync.oci.version` field is deprecated and will be removed in a future major release. Please use `configmanagement.version` field to specify the version of ACM installed instead.'
344
+
description: 'Version of Config Sync installed'
345
+
deprecation_message: 'The `configmanagement.config_sync.oci.version` field is deprecated and will be removed in a future major release. Please use `configmanagement.version` field to specify the version of Config Sync installed instead.'
Copy file name to clipboardExpand all lines: mmv1/third_party/terraform/website/docs/r/gke_hub_feature_membership.html.markdown
+3-3
Original file line number
Diff line number
Diff line change
@@ -372,7 +372,7 @@ The following arguments are supported:
372
372
373
373
*`version` -
374
374
(Optional)
375
-
Version of ACM installed.
375
+
Version of Config Sync installed.
376
376
377
377
*`binauthz` -
378
378
(Optional, Deprecated)
@@ -412,13 +412,13 @@ The following arguments are supported:
412
412
(Optional) Structure is [documented below](#nested_git).
413
413
414
414
*`oci` -
415
-
(Optional) Supported from ACM versions 1.12.0 onwards. Structure is [documented below](#nested_oci).
415
+
(Optional) Supported from Config Sync versions 1.12.0 onwards. Structure is [documented below](#nested_oci).
416
416
417
417
Use either `git` or `oci` config option.
418
418
419
419
*`prevent_drift` -
420
420
(Optional)
421
-
Supported from ACM versions 1.10.0 onwards. Set to true to enable the Config Sync admission webhook to prevent drifts. If set to "false", disables the Config Sync admission webhook and does not prevent drifts.
421
+
Supported from Config Sync versions 1.10.0 onwards. Set to true to enable the Config Sync admission webhook to prevent drifts. If set to "false", disables the Config Sync admission webhook and does not prevent drifts.
0 commit comments