Skip to content

Commit 319d012

Browse files
feat: [google-cloud-gke-hub] add a new field PENDING under DeploymentState enum (#12801)
BEGIN_COMMIT_OVERRIDE feat: add a new field `PENDING` under `DeploymentState` enum feat: add a new field `cluster` under `MembershipSpec` to support Config Sync cluster name selector feat: add a new field `management` under `MembershipSpec` to support auto upgrade feat: add a new field `enabled` under `ConfigSync` to support Config Sync installation feat: add a new field `gcp_service_account_email` under `ConfigSync` to exporting metrics feat: add a new field `prevent_drift` under `ConfigSync` to support Config Sync admission webhook drift prevention feat: add a new field `oci` to support OCI repo configuration docs: update comment for field `secret_type` docs: update comment for field `gcp_service_account_email` docs: update comment for field `cluster_name` docs: update comment for field `sync_state` docs: update comment for field `secret_type` END_COMMIT_OVERRIDE - [ ] Regenerate this pull request now. feat: add a new field `cluster` under `MembershipSpec` to support Config Sync cluster name selector feat: add a new field `management` under `MembershipSpec` to support auto upgrade feat: add a new field `enabled` under `ConfigSync` to support Config Sync installation feat: add a new field `gcp_service_account_email` under `ConfigSync` to exporting metrics feat: add a new field `prevent_drift` under `ConfigSync` to support Config Sync admission webhook drift prevention feat: add a new field `oci` to support OCI repo configuration docs: update comment for field `secret_type` docs: update comment for field `gcp_service_account_email` docs: update comment for field `cluster_name` docs: update comment for field `sync_state` docs: update comment for field `secret_type` PiperOrigin-RevId: 642785216 Source-Link: googleapis/googleapis@2eb3b6a Source-Link: googleapis/googleapis-gen@05e7bc8 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWdrZS1odWIvLk93bEJvdC55YW1sIiwiaCI6IjA1ZTdiYzg3YzE3YmRlNTE4YThlMjk0ZTg0YjY4OGQyNDdiNjNlOWEifQ== --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 32b7993 commit 319d012

File tree

3 files changed

+269
-23
lines changed

3 files changed

+269
-23
lines changed

packages/google-cloud-gke-hub/google/cloud/gkehub_v1/configmanagement_v1/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
from .types.configmanagement import (
2222
ConfigSync,
2323
ConfigSyncDeploymentState,
24+
ConfigSyncError,
2425
ConfigSyncState,
2526
ConfigSyncVersion,
2627
DeploymentState,
@@ -35,6 +36,7 @@
3536
InstallError,
3637
MembershipSpec,
3738
MembershipState,
39+
OciConfig,
3840
OperatorState,
3941
PolicyController,
4042
PolicyControllerState,
@@ -46,6 +48,7 @@
4648
__all__ = (
4749
"ConfigSync",
4850
"ConfigSyncDeploymentState",
51+
"ConfigSyncError",
4952
"ConfigSyncState",
5053
"ConfigSyncVersion",
5154
"DeploymentState",
@@ -60,6 +63,7 @@
6063
"InstallError",
6164
"MembershipSpec",
6265
"MembershipState",
66+
"OciConfig",
6367
"OperatorState",
6468
"PolicyController",
6569
"PolicyControllerState",

packages/google-cloud-gke-hub/google/cloud/gkehub_v1/configmanagement_v1/types/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
from .configmanagement import (
1717
ConfigSync,
1818
ConfigSyncDeploymentState,
19+
ConfigSyncError,
1920
ConfigSyncState,
2021
ConfigSyncVersion,
2122
DeploymentState,
@@ -30,6 +31,7 @@
3031
InstallError,
3132
MembershipSpec,
3233
MembershipState,
34+
OciConfig,
3335
OperatorState,
3436
PolicyController,
3537
PolicyControllerState,
@@ -41,6 +43,7 @@
4143
__all__ = (
4244
"ConfigSync",
4345
"ConfigSyncDeploymentState",
46+
"ConfigSyncError",
4447
"ConfigSyncState",
4548
"ConfigSyncVersion",
4649
"ErrorResource",
@@ -54,6 +57,7 @@
5457
"InstallError",
5558
"MembershipSpec",
5659
"MembershipState",
60+
"OciConfig",
5761
"OperatorState",
5862
"PolicyController",
5963
"PolicyControllerState",

0 commit comments

Comments
 (0)