Skip to content

Commit 5e696b2

Browse files
feat(gkehub): update the api
#### gkehub:v1 The following keys were added: - resources.projects.resources.locations.resources.memberships.resources.rbacrolebindings.methods.create (Total Keys: 14) - resources.projects.resources.locations.resources.memberships.resources.rbacrolebindings.methods.delete (Total Keys: 11) - resources.projects.resources.locations.resources.memberships.resources.rbacrolebindings.methods.generateMembershipRBACRoleBindingYAML (Total Keys: 14) - resources.projects.resources.locations.resources.memberships.resources.rbacrolebindings.methods.get (Total Keys: 11) - resources.projects.resources.locations.resources.memberships.resources.rbacrolebindings.methods.patch (Total Keys: 15) - schemas.ConfigManagementConfigSyncDeploymentState.properties.otelCollector.type (Total Keys: 1) - schemas.ConfigManagementConfigSyncDeploymentState.properties.resourceGroupControllerManager.type (Total Keys: 1) - schemas.ConfigManagementConfigSyncVersion.properties.otelCollector.type (Total Keys: 1) - schemas.ConfigManagementConfigSyncVersion.properties.resourceGroupControllerManager.type (Total Keys: 1) - schemas.GenerateMembershipRBACRoleBindingYAMLResponse (Total Keys: 3) #### gkehub:v1alpha The following keys were added: - schemas.ConfigManagementConfigSyncDeploymentState.properties.otelCollector.type (Total Keys: 1) - schemas.ConfigManagementConfigSyncDeploymentState.properties.resourceGroupControllerManager.type (Total Keys: 1) - schemas.ConfigManagementConfigSyncVersion.properties.otelCollector.type (Total Keys: 1) - schemas.ConfigManagementConfigSyncVersion.properties.resourceGroupControllerManager.type (Total Keys: 1) - schemas.ServiceMeshMembershipSpec.properties.configApi.type (Total Keys: 1) - schemas.ServiceMeshMembershipSpec.properties.defaultChannel.deprecated (Total Keys: 1) #### gkehub:v1beta The following keys were added: - schemas.ConfigManagementConfigSyncDeploymentState.properties.otelCollector.type (Total Keys: 1) - schemas.ConfigManagementConfigSyncDeploymentState.properties.resourceGroupControllerManager.type (Total Keys: 1) - schemas.ConfigManagementConfigSyncVersion.properties.otelCollector.type (Total Keys: 1) - schemas.ConfigManagementConfigSyncVersion.properties.resourceGroupControllerManager.type (Total Keys: 1)
1 parent a25ee1c commit 5e696b2

7 files changed

+651
-45
lines changed

docs/dyn/gkehub_v1.projects.locations.features.html

Lines changed: 28 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ <h3>Method Details</h3>
254254
},
255255
&quot;mesh&quot;: { # **Service Mesh**: Spec for a single Membership for the servicemesh feature # Anthos Service Mesh-specific spec
256256
&quot;controlPlane&quot;: &quot;A String&quot;, # Deprecated: use `management` instead Enables automatic control plane management.
257-
&quot;management&quot;: &quot;A String&quot;, # Enables automatic Service Mesh management.
257+
&quot;management&quot;: &quot;A String&quot;, # Optional. Enables automatic Service Mesh management.
258258
},
259259
&quot;policycontroller&quot;: { # **Policy Controller**: Configuration for a single cluster. Intended to parallel the PolicyController CR. # Policy Controller spec.
260260
&quot;policyControllerHubConfig&quot;: { # Configuration for Policy Controller # Policy Controller configuration for the cluster.
@@ -451,7 +451,7 @@ <h3>Method Details</h3>
451451
},
452452
&quot;mesh&quot;: { # **Service Mesh**: Spec for a single Membership for the servicemesh feature # Anthos Service Mesh-specific spec
453453
&quot;controlPlane&quot;: &quot;A String&quot;, # Deprecated: use `management` instead Enables automatic control plane management.
454-
&quot;management&quot;: &quot;A String&quot;, # Enables automatic Service Mesh management.
454+
&quot;management&quot;: &quot;A String&quot;, # Optional. Enables automatic Service Mesh management.
455455
},
456456
&quot;origin&quot;: { # Origin defines where this MembershipFeatureSpec originated from. # Whether this per-Membership spec was inherited from a fleet-level default. This field can be updated by users by either overriding a Membership config (updated to USER implicitly) or setting to FLEET explicitly.
457457
&quot;type&quot;: &quot;A String&quot;, # Type specifies which type of origin is set.
@@ -549,7 +549,9 @@ <h3>Method Details</h3>
549549
&quot;gitSync&quot;: &quot;A String&quot;, # Deployment state of the git-sync pod
550550
&quot;importer&quot;: &quot;A String&quot;, # Deployment state of the importer pod
551551
&quot;monitor&quot;: &quot;A String&quot;, # Deployment state of the monitor pod
552+
&quot;otelCollector&quot;: &quot;A String&quot;, # Deployment state of otel-collector
552553
&quot;reconcilerManager&quot;: &quot;A String&quot;, # Deployment state of reconciler-manager pod
554+
&quot;resourceGroupControllerManager&quot;: &quot;A String&quot;, # Deployment state of resource-group-controller-manager
553555
&quot;rootReconciler&quot;: &quot;A String&quot;, # Deployment state of root-reconciler
554556
&quot;syncer&quot;: &quot;A String&quot;, # Deployment state of the syncer pod
555557
},
@@ -588,11 +590,13 @@ <h3>Method Details</h3>
588590
&quot;syncToken&quot;: &quot;A String&quot;, # Token indicating the state of the syncer.
589591
},
590592
&quot;version&quot;: { # Specific versioning information pertaining to ConfigSync&#x27;s Pods # The version of ConfigSync deployed
591-
&quot;admissionWebhook&quot;: &quot;A String&quot;, # Version of the deployed admission_webhook pod
593+
&quot;admissionWebhook&quot;: &quot;A String&quot;, # Version of the deployed admission-webhook pod
592594
&quot;gitSync&quot;: &quot;A String&quot;, # Version of the deployed git-sync pod
593595
&quot;importer&quot;: &quot;A String&quot;, # Version of the deployed importer pod
594596
&quot;monitor&quot;: &quot;A String&quot;, # Version of the deployed monitor pod
597+
&quot;otelCollector&quot;: &quot;A String&quot;, # Version of the deployed otel-collector pod
595598
&quot;reconcilerManager&quot;: &quot;A String&quot;, # Version of the deployed reconciler-manager pod
599+
&quot;resourceGroupControllerManager&quot;: &quot;A String&quot;, # Version of the deployed resource-group-controller-manager pod
596600
&quot;rootReconciler&quot;: &quot;A String&quot;, # Version of the deployed reconciler container in root-reconciler pod
597601
&quot;syncer&quot;: &quot;A String&quot;, # Version of the deployed syncer pod
598602
},
@@ -1187,7 +1191,7 @@ <h3>Method Details</h3>
11871191
},
11881192
&quot;mesh&quot;: { # **Service Mesh**: Spec for a single Membership for the servicemesh feature # Anthos Service Mesh-specific spec
11891193
&quot;controlPlane&quot;: &quot;A String&quot;, # Deprecated: use `management` instead Enables automatic control plane management.
1190-
&quot;management&quot;: &quot;A String&quot;, # Enables automatic Service Mesh management.
1194+
&quot;management&quot;: &quot;A String&quot;, # Optional. Enables automatic Service Mesh management.
11911195
},
11921196
&quot;policycontroller&quot;: { # **Policy Controller**: Configuration for a single cluster. Intended to parallel the PolicyController CR. # Policy Controller spec.
11931197
&quot;policyControllerHubConfig&quot;: { # Configuration for Policy Controller # Policy Controller configuration for the cluster.
@@ -1384,7 +1388,7 @@ <h3>Method Details</h3>
13841388
},
13851389
&quot;mesh&quot;: { # **Service Mesh**: Spec for a single Membership for the servicemesh feature # Anthos Service Mesh-specific spec
13861390
&quot;controlPlane&quot;: &quot;A String&quot;, # Deprecated: use `management` instead Enables automatic control plane management.
1387-
&quot;management&quot;: &quot;A String&quot;, # Enables automatic Service Mesh management.
1391+
&quot;management&quot;: &quot;A String&quot;, # Optional. Enables automatic Service Mesh management.
13881392
},
13891393
&quot;origin&quot;: { # Origin defines where this MembershipFeatureSpec originated from. # Whether this per-Membership spec was inherited from a fleet-level default. This field can be updated by users by either overriding a Membership config (updated to USER implicitly) or setting to FLEET explicitly.
13901394
&quot;type&quot;: &quot;A String&quot;, # Type specifies which type of origin is set.
@@ -1482,7 +1486,9 @@ <h3>Method Details</h3>
14821486
&quot;gitSync&quot;: &quot;A String&quot;, # Deployment state of the git-sync pod
14831487
&quot;importer&quot;: &quot;A String&quot;, # Deployment state of the importer pod
14841488
&quot;monitor&quot;: &quot;A String&quot;, # Deployment state of the monitor pod
1489+
&quot;otelCollector&quot;: &quot;A String&quot;, # Deployment state of otel-collector
14851490
&quot;reconcilerManager&quot;: &quot;A String&quot;, # Deployment state of reconciler-manager pod
1491+
&quot;resourceGroupControllerManager&quot;: &quot;A String&quot;, # Deployment state of resource-group-controller-manager
14861492
&quot;rootReconciler&quot;: &quot;A String&quot;, # Deployment state of root-reconciler
14871493
&quot;syncer&quot;: &quot;A String&quot;, # Deployment state of the syncer pod
14881494
},
@@ -1521,11 +1527,13 @@ <h3>Method Details</h3>
15211527
&quot;syncToken&quot;: &quot;A String&quot;, # Token indicating the state of the syncer.
15221528
},
15231529
&quot;version&quot;: { # Specific versioning information pertaining to ConfigSync&#x27;s Pods # The version of ConfigSync deployed
1524-
&quot;admissionWebhook&quot;: &quot;A String&quot;, # Version of the deployed admission_webhook pod
1530+
&quot;admissionWebhook&quot;: &quot;A String&quot;, # Version of the deployed admission-webhook pod
15251531
&quot;gitSync&quot;: &quot;A String&quot;, # Version of the deployed git-sync pod
15261532
&quot;importer&quot;: &quot;A String&quot;, # Version of the deployed importer pod
15271533
&quot;monitor&quot;: &quot;A String&quot;, # Version of the deployed monitor pod
1534+
&quot;otelCollector&quot;: &quot;A String&quot;, # Version of the deployed otel-collector pod
15281535
&quot;reconcilerManager&quot;: &quot;A String&quot;, # Version of the deployed reconciler-manager pod
1536+
&quot;resourceGroupControllerManager&quot;: &quot;A String&quot;, # Version of the deployed resource-group-controller-manager pod
15291537
&quot;rootReconciler&quot;: &quot;A String&quot;, # Version of the deployed reconciler container in root-reconciler pod
15301538
&quot;syncer&quot;: &quot;A String&quot;, # Version of the deployed syncer pod
15311539
},
@@ -2108,7 +2116,7 @@ <h3>Method Details</h3>
21082116
},
21092117
&quot;mesh&quot;: { # **Service Mesh**: Spec for a single Membership for the servicemesh feature # Anthos Service Mesh-specific spec
21102118
&quot;controlPlane&quot;: &quot;A String&quot;, # Deprecated: use `management` instead Enables automatic control plane management.
2111-
&quot;management&quot;: &quot;A String&quot;, # Enables automatic Service Mesh management.
2119+
&quot;management&quot;: &quot;A String&quot;, # Optional. Enables automatic Service Mesh management.
21122120
},
21132121
&quot;policycontroller&quot;: { # **Policy Controller**: Configuration for a single cluster. Intended to parallel the PolicyController CR. # Policy Controller spec.
21142122
&quot;policyControllerHubConfig&quot;: { # Configuration for Policy Controller # Policy Controller configuration for the cluster.
@@ -2305,7 +2313,7 @@ <h3>Method Details</h3>
23052313
},
23062314
&quot;mesh&quot;: { # **Service Mesh**: Spec for a single Membership for the servicemesh feature # Anthos Service Mesh-specific spec
23072315
&quot;controlPlane&quot;: &quot;A String&quot;, # Deprecated: use `management` instead Enables automatic control plane management.
2308-
&quot;management&quot;: &quot;A String&quot;, # Enables automatic Service Mesh management.
2316+
&quot;management&quot;: &quot;A String&quot;, # Optional. Enables automatic Service Mesh management.
23092317
},
23102318
&quot;origin&quot;: { # Origin defines where this MembershipFeatureSpec originated from. # Whether this per-Membership spec was inherited from a fleet-level default. This field can be updated by users by either overriding a Membership config (updated to USER implicitly) or setting to FLEET explicitly.
23112319
&quot;type&quot;: &quot;A String&quot;, # Type specifies which type of origin is set.
@@ -2403,7 +2411,9 @@ <h3>Method Details</h3>
24032411
&quot;gitSync&quot;: &quot;A String&quot;, # Deployment state of the git-sync pod
24042412
&quot;importer&quot;: &quot;A String&quot;, # Deployment state of the importer pod
24052413
&quot;monitor&quot;: &quot;A String&quot;, # Deployment state of the monitor pod
2414+
&quot;otelCollector&quot;: &quot;A String&quot;, # Deployment state of otel-collector
24062415
&quot;reconcilerManager&quot;: &quot;A String&quot;, # Deployment state of reconciler-manager pod
2416+
&quot;resourceGroupControllerManager&quot;: &quot;A String&quot;, # Deployment state of resource-group-controller-manager
24072417
&quot;rootReconciler&quot;: &quot;A String&quot;, # Deployment state of root-reconciler
24082418
&quot;syncer&quot;: &quot;A String&quot;, # Deployment state of the syncer pod
24092419
},
@@ -2442,11 +2452,13 @@ <h3>Method Details</h3>
24422452
&quot;syncToken&quot;: &quot;A String&quot;, # Token indicating the state of the syncer.
24432453
},
24442454
&quot;version&quot;: { # Specific versioning information pertaining to ConfigSync&#x27;s Pods # The version of ConfigSync deployed
2445-
&quot;admissionWebhook&quot;: &quot;A String&quot;, # Version of the deployed admission_webhook pod
2455+
&quot;admissionWebhook&quot;: &quot;A String&quot;, # Version of the deployed admission-webhook pod
24462456
&quot;gitSync&quot;: &quot;A String&quot;, # Version of the deployed git-sync pod
24472457
&quot;importer&quot;: &quot;A String&quot;, # Version of the deployed importer pod
24482458
&quot;monitor&quot;: &quot;A String&quot;, # Version of the deployed monitor pod
2459+
&quot;otelCollector&quot;: &quot;A String&quot;, # Version of the deployed otel-collector pod
24492460
&quot;reconcilerManager&quot;: &quot;A String&quot;, # Version of the deployed reconciler-manager pod
2461+
&quot;resourceGroupControllerManager&quot;: &quot;A String&quot;, # Version of the deployed resource-group-controller-manager pod
24502462
&quot;rootReconciler&quot;: &quot;A String&quot;, # Version of the deployed reconciler container in root-reconciler pod
24512463
&quot;syncer&quot;: &quot;A String&quot;, # Version of the deployed syncer pod
24522464
},
@@ -2985,7 +2997,7 @@ <h3>Method Details</h3>
29852997
},
29862998
&quot;mesh&quot;: { # **Service Mesh**: Spec for a single Membership for the servicemesh feature # Anthos Service Mesh-specific spec
29872999
&quot;controlPlane&quot;: &quot;A String&quot;, # Deprecated: use `management` instead Enables automatic control plane management.
2988-
&quot;management&quot;: &quot;A String&quot;, # Enables automatic Service Mesh management.
3000+
&quot;management&quot;: &quot;A String&quot;, # Optional. Enables automatic Service Mesh management.
29893001
},
29903002
&quot;policycontroller&quot;: { # **Policy Controller**: Configuration for a single cluster. Intended to parallel the PolicyController CR. # Policy Controller spec.
29913003
&quot;policyControllerHubConfig&quot;: { # Configuration for Policy Controller # Policy Controller configuration for the cluster.
@@ -3182,7 +3194,7 @@ <h3>Method Details</h3>
31823194
},
31833195
&quot;mesh&quot;: { # **Service Mesh**: Spec for a single Membership for the servicemesh feature # Anthos Service Mesh-specific spec
31843196
&quot;controlPlane&quot;: &quot;A String&quot;, # Deprecated: use `management` instead Enables automatic control plane management.
3185-
&quot;management&quot;: &quot;A String&quot;, # Enables automatic Service Mesh management.
3197+
&quot;management&quot;: &quot;A String&quot;, # Optional. Enables automatic Service Mesh management.
31863198
},
31873199
&quot;origin&quot;: { # Origin defines where this MembershipFeatureSpec originated from. # Whether this per-Membership spec was inherited from a fleet-level default. This field can be updated by users by either overriding a Membership config (updated to USER implicitly) or setting to FLEET explicitly.
31883200
&quot;type&quot;: &quot;A String&quot;, # Type specifies which type of origin is set.
@@ -3280,7 +3292,9 @@ <h3>Method Details</h3>
32803292
&quot;gitSync&quot;: &quot;A String&quot;, # Deployment state of the git-sync pod
32813293
&quot;importer&quot;: &quot;A String&quot;, # Deployment state of the importer pod
32823294
&quot;monitor&quot;: &quot;A String&quot;, # Deployment state of the monitor pod
3295+
&quot;otelCollector&quot;: &quot;A String&quot;, # Deployment state of otel-collector
32833296
&quot;reconcilerManager&quot;: &quot;A String&quot;, # Deployment state of reconciler-manager pod
3297+
&quot;resourceGroupControllerManager&quot;: &quot;A String&quot;, # Deployment state of resource-group-controller-manager
32843298
&quot;rootReconciler&quot;: &quot;A String&quot;, # Deployment state of root-reconciler
32853299
&quot;syncer&quot;: &quot;A String&quot;, # Deployment state of the syncer pod
32863300
},
@@ -3319,11 +3333,13 @@ <h3>Method Details</h3>
33193333
&quot;syncToken&quot;: &quot;A String&quot;, # Token indicating the state of the syncer.
33203334
},
33213335
&quot;version&quot;: { # Specific versioning information pertaining to ConfigSync&#x27;s Pods # The version of ConfigSync deployed
3322-
&quot;admissionWebhook&quot;: &quot;A String&quot;, # Version of the deployed admission_webhook pod
3336+
&quot;admissionWebhook&quot;: &quot;A String&quot;, # Version of the deployed admission-webhook pod
33233337
&quot;gitSync&quot;: &quot;A String&quot;, # Version of the deployed git-sync pod
33243338
&quot;importer&quot;: &quot;A String&quot;, # Version of the deployed importer pod
33253339
&quot;monitor&quot;: &quot;A String&quot;, # Version of the deployed monitor pod
3340+
&quot;otelCollector&quot;: &quot;A String&quot;, # Version of the deployed otel-collector pod
33263341
&quot;reconcilerManager&quot;: &quot;A String&quot;, # Version of the deployed reconciler-manager pod
3342+
&quot;resourceGroupControllerManager&quot;: &quot;A String&quot;, # Version of the deployed resource-group-controller-manager pod
33273343
&quot;rootReconciler&quot;: &quot;A String&quot;, # Version of the deployed reconciler container in root-reconciler pod
33283344
&quot;syncer&quot;: &quot;A String&quot;, # Version of the deployed syncer pod
33293345
},

0 commit comments

Comments
 (0)