Commit 319d012
authored
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- packages/google-cloud-gke-hub/google/cloud/gkehub_v1/configmanagement_v1
- types
3 files changed
+269
-23
lines changedLines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| 39 | + | |
38 | 40 | | |
39 | 41 | | |
40 | 42 | | |
| |||
46 | 48 | | |
47 | 49 | | |
48 | 50 | | |
| 51 | + | |
49 | 52 | | |
50 | 53 | | |
51 | 54 | | |
| |||
60 | 63 | | |
61 | 64 | | |
62 | 65 | | |
| 66 | + | |
63 | 67 | | |
64 | 68 | | |
65 | 69 | | |
| |||
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| 34 | + | |
33 | 35 | | |
34 | 36 | | |
35 | 37 | | |
| |||
41 | 43 | | |
42 | 44 | | |
43 | 45 | | |
| 46 | + | |
44 | 47 | | |
45 | 48 | | |
46 | 49 | | |
| |||
54 | 57 | | |
55 | 58 | | |
56 | 59 | | |
| 60 | + | |
57 | 61 | | |
58 | 62 | | |
59 | 63 | | |
| |||
0 commit comments