google-apis-gkehub_v1 0.10.0 → 0.14.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8b2a43e31b225406d7d35241c3871a9959f81c8c099b86138dd7f1cb02ea84b0
4
- data.tar.gz: 1c6d6153588374607ca80c49d1c2691136efea579e98027b458be882bb7dcae9
3
+ metadata.gz: b920aef329067c20b1b3c86d270d9aa377c6494ae02bdfd6ffcecbce22bb0069
4
+ data.tar.gz: d5dfb57356937043a75080c4cb30ad809d1c43021339ac1815c28f593fd01694
5
5
  SHA512:
6
- metadata.gz: 254e6aa19362d8fe8a517da5b9a1182fa7a5873235bf3c1a0f6efc7723868724b4efc9126d2580c8d19226d680021b249392349330344364138d23dce9ea3e98
7
- data.tar.gz: 9cc5cf4e5cc2b612349168bb9df2cdb48a65521f326dd8d5cc406055534256025b99d91c98d0794025a9e562bb327f4bff63b11e3cd89451cc3fbfa88c0ad8a6
6
+ metadata.gz: a7ab3bb75836fa39f96a7cb594425126ffdda18837ac0378af2a7209107056981c1dd7ccd192a04069ba458cd4e94b1f1dd743cb299935d52622de1512eace13
7
+ data.tar.gz: 74f4c4b2019417b61ba9d32965f938d5623102426d612809ea6f71d3d1ef9451758d6c31ac8690159ec6dcb2a194522ce39038bc0f932bba0ef2a88332447a2b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-gkehub_v1
2
2
 
3
+ ### v0.14.0 (2021-10-24)
4
+
5
+ * Regenerated from discovery document revision 20211015
6
+ * Unspecified changes
7
+
8
+ ### v0.13.0 (2021-10-04)
9
+
10
+ * Regenerated from discovery document revision 20210927
11
+
12
+ ### v0.12.0 (2021-09-26)
13
+
14
+ * Regenerated from discovery document revision 20210920
15
+
16
+ ### v0.11.0 (2021-08-28)
17
+
18
+ * Regenerated from discovery document revision 20210820
19
+
3
20
  ### v0.10.0 (2021-08-21)
4
21
 
5
22
  * Regenerated from discovery document revision 20210813
data/OVERVIEW.md CHANGED
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
60
60
 
61
61
  More detailed descriptions of the Google simple REST clients are available in two documents.
62
62
 
63
- * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
- * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
63
+ * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
+ * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
65
65
 
66
66
  (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Gkehub service in particular.)
67
67
 
@@ -147,7 +147,7 @@ module Google
147
147
  end
148
148
  end
149
149
 
150
- # Associates `members` with a `role`.
150
+ # Associates `members`, or principals, with a `role`.
151
151
  class Binding
152
152
  include Google::Apis::Core::Hashable
153
153
 
@@ -170,7 +170,7 @@ module Google
170
170
  # @return [Google::Apis::GkehubV1::Expr]
171
171
  attr_accessor :condition
172
172
 
173
- # Specifies the identities requesting access for a Cloud Platform resource. `
173
+ # Specifies the principals requesting access for a Cloud Platform resource. `
174
174
  # members` can have the following values: * `allUsers`: A special identifier
175
175
  # that represents anyone who is on the internet; with or without a Google
176
176
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -200,8 +200,8 @@ module Google
200
200
  # @return [Array<String>]
201
201
  attr_accessor :members
202
202
 
203
- # Role that is assigned to `members`. For example, `roles/viewer`, `roles/editor`
204
- # , or `roles/owner`.
203
+ # Role that is assigned to the list of `members`, or principals. For example, `
204
+ # roles/viewer`, `roles/editor`, or `roles/owner`.
205
205
  # Corresponds to the JSON property `role`
206
206
  # @return [String]
207
207
  attr_accessor :role
@@ -276,6 +276,16 @@ module Google
276
276
  class ConfigManagementConfigSync
277
277
  include Google::Apis::Core::Hashable
278
278
 
279
+ # Enables the installation of ConfigSync. If set to true, ConfigSync resources
280
+ # will be created and the other ConfigSync fields will be applied if exist. If
281
+ # set to false, all other ConfigSync fields will be ignored, ConfigSync
282
+ # resources will be deleted. If omitted, ConfigSync resources will be managed
283
+ # depends on the presence of git field.
284
+ # Corresponds to the JSON property `enabled`
285
+ # @return [Boolean]
286
+ attr_accessor :enabled
287
+ alias_method :enabled?, :enabled
288
+
279
289
  # Git repo configuration for a single cluster.
280
290
  # Corresponds to the JSON property `git`
281
291
  # @return [Google::Apis::GkehubV1::ConfigManagementGitConfig]
@@ -293,6 +303,7 @@ module Google
293
303
 
294
304
  # Update properties of this object
295
305
  def update!(**args)
306
+ @enabled = args[:enabled] if args.key?(:enabled)
296
307
  @git = args[:git] if args.key?(:git)
297
308
  @source_format = args[:source_format] if args.key?(:source_format)
298
309
  end
@@ -302,6 +313,11 @@ module Google
302
313
  class ConfigManagementConfigSyncDeploymentState
303
314
  include Google::Apis::Core::Hashable
304
315
 
316
+ # Deployment state of admission-webhook
317
+ # Corresponds to the JSON property `admissionWebhook`
318
+ # @return [String]
319
+ attr_accessor :admission_webhook
320
+
305
321
  # Deployment state of the git-sync pod
306
322
  # Corresponds to the JSON property `gitSync`
307
323
  # @return [String]
@@ -338,6 +354,7 @@ module Google
338
354
 
339
355
  # Update properties of this object
340
356
  def update!(**args)
357
+ @admission_webhook = args[:admission_webhook] if args.key?(:admission_webhook)
341
358
  @git_sync = args[:git_sync] if args.key?(:git_sync)
342
359
  @importer = args[:importer] if args.key?(:importer)
343
360
  @monitor = args[:monitor] if args.key?(:monitor)
@@ -382,6 +399,11 @@ module Google
382
399
  class ConfigManagementConfigSyncVersion
383
400
  include Google::Apis::Core::Hashable
384
401
 
402
+ # Version of the deployed admission_webhook pod
403
+ # Corresponds to the JSON property `admissionWebhook`
404
+ # @return [String]
405
+ attr_accessor :admission_webhook
406
+
385
407
  # Version of the deployed git-sync pod
386
408
  # Corresponds to the JSON property `gitSync`
387
409
  # @return [String]
@@ -418,6 +440,7 @@ module Google
418
440
 
419
441
  # Update properties of this object
420
442
  def update!(**args)
443
+ @admission_webhook = args[:admission_webhook] if args.key?(:admission_webhook)
421
444
  @git_sync = args[:git_sync] if args.key?(:git_sync)
422
445
  @importer = args[:importer] if args.key?(:importer)
423
446
  @monitor = args[:monitor] if args.key?(:monitor)
@@ -1688,6 +1711,16 @@ module Google
1688
1711
  # @return [Google::Apis::GkehubV1::KubernetesMetadata]
1689
1712
  attr_accessor :kubernetes_metadata
1690
1713
 
1714
+ # MultiCloudCluster contains information specific to GKE Multi-Cloud clusters.
1715
+ # Corresponds to the JSON property `multiCloudCluster`
1716
+ # @return [Google::Apis::GkehubV1::MultiCloudCluster]
1717
+ attr_accessor :multi_cloud_cluster
1718
+
1719
+ # OnPremCluster contains information specific to GKE On-Prem clusters.
1720
+ # Corresponds to the JSON property `onPremCluster`
1721
+ # @return [Google::Apis::GkehubV1::OnPremCluster]
1722
+ attr_accessor :on_prem_cluster
1723
+
1691
1724
  def initialize(**args)
1692
1725
  update!(**args)
1693
1726
  end
@@ -1696,6 +1729,8 @@ module Google
1696
1729
  def update!(**args)
1697
1730
  @gke_cluster = args[:gke_cluster] if args.key?(:gke_cluster)
1698
1731
  @kubernetes_metadata = args[:kubernetes_metadata] if args.key?(:kubernetes_metadata)
1732
+ @multi_cloud_cluster = args[:multi_cloud_cluster] if args.key?(:multi_cloud_cluster)
1733
+ @on_prem_cluster = args[:on_prem_cluster] if args.key?(:on_prem_cluster)
1699
1734
  end
1700
1735
  end
1701
1736
 
@@ -1767,6 +1802,36 @@ module Google
1767
1802
  end
1768
1803
  end
1769
1804
 
1805
+ # MultiCloudCluster contains information specific to GKE Multi-Cloud clusters.
1806
+ class MultiCloudCluster
1807
+ include Google::Apis::Core::Hashable
1808
+
1809
+ # Output only. If cluster_missing is set then it denotes that API(gkemulticloud.
1810
+ # googleapis.com) resource for this GKE Multi-Cloud cluster no longer exists.
1811
+ # Corresponds to the JSON property `clusterMissing`
1812
+ # @return [Boolean]
1813
+ attr_accessor :cluster_missing
1814
+ alias_method :cluster_missing?, :cluster_missing
1815
+
1816
+ # Immutable. Self-link of the GCP resource for the GKE Multi-Cloud cluster. For
1817
+ # example: //gkemulticloud.googleapis.com/projects/my-project/locations/us-west1-
1818
+ # a/awsClusters/my-cluster //gkemulticloud.googleapis.com/projects/my-project/
1819
+ # locations/us-west1-a/azureClusters/my-cluster
1820
+ # Corresponds to the JSON property `resourceLink`
1821
+ # @return [String]
1822
+ attr_accessor :resource_link
1823
+
1824
+ def initialize(**args)
1825
+ update!(**args)
1826
+ end
1827
+
1828
+ # Update properties of this object
1829
+ def update!(**args)
1830
+ @cluster_missing = args[:cluster_missing] if args.key?(:cluster_missing)
1831
+ @resource_link = args[:resource_link] if args.key?(:resource_link)
1832
+ end
1833
+ end
1834
+
1770
1835
  # **Multi-cluster Ingress**: The configuration for the MultiClusterIngress
1771
1836
  # feature.
1772
1837
  class MultiClusterIngressFeatureSpec
@@ -1788,6 +1853,43 @@ module Google
1788
1853
  end
1789
1854
  end
1790
1855
 
1856
+ # OnPremCluster contains information specific to GKE On-Prem clusters.
1857
+ class OnPremCluster
1858
+ include Google::Apis::Core::Hashable
1859
+
1860
+ # Immutable. Whether the cluster is an admin cluster.
1861
+ # Corresponds to the JSON property `adminCluster`
1862
+ # @return [Boolean]
1863
+ attr_accessor :admin_cluster
1864
+ alias_method :admin_cluster?, :admin_cluster
1865
+
1866
+ # Output only. If cluster_missing is set then it denotes that API(gkeonprem.
1867
+ # googleapis.com) resource for this GKE On-Prem cluster no longer exists.
1868
+ # Corresponds to the JSON property `clusterMissing`
1869
+ # @return [Boolean]
1870
+ attr_accessor :cluster_missing
1871
+ alias_method :cluster_missing?, :cluster_missing
1872
+
1873
+ # Immutable. Self-link of the GCP resource for the GKE On-Prem cluster. For
1874
+ # example: //gkeonprem.googleapis.com/projects/my-project/locations/us-west1-a/
1875
+ # vmwareClusters/my-cluster //gkeonprem.googleapis.com/projects/my-project/
1876
+ # locations/us-west1-a/bareMetalClusters/my-cluster
1877
+ # Corresponds to the JSON property `resourceLink`
1878
+ # @return [String]
1879
+ attr_accessor :resource_link
1880
+
1881
+ def initialize(**args)
1882
+ update!(**args)
1883
+ end
1884
+
1885
+ # Update properties of this object
1886
+ def update!(**args)
1887
+ @admin_cluster = args[:admin_cluster] if args.key?(:admin_cluster)
1888
+ @cluster_missing = args[:cluster_missing] if args.key?(:cluster_missing)
1889
+ @resource_link = args[:resource_link] if args.key?(:resource_link)
1890
+ end
1891
+ end
1892
+
1791
1893
  # This resource represents a long-running operation that is the result of a
1792
1894
  # network API call.
1793
1895
  class Operation
@@ -1911,31 +2013,31 @@ module Google
1911
2013
 
1912
2014
  # An Identity and Access Management (IAM) policy, which specifies access
1913
2015
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
1914
- # A `binding` binds one or more `members` to a single `role`. Members can be
1915
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
1916
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
1917
- # role or a user-created custom role. For some types of Google Cloud resources,
1918
- # a `binding` can also specify a `condition`, which is a logical expression that
1919
- # allows access to a resource only if the expression evaluates to `true`. A
1920
- # condition can add constraints based on attributes of the request, the resource,
1921
- # or both. To learn which resources support conditions in their IAM policies,
1922
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
1923
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
1924
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
1925
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
1926
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
1927
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
1928
- # title": "expirable access", "description": "Does not grant access after Sep
1929
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
1930
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
1931
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
1932
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
1933
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
1934
- # roles/resourcemanager.organizationViewer condition: title: expirable access
1935
- # description: Does not grant access after Sep 2020 expression: request.time <
1936
- # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
1937
- # description of IAM and its features, see the [IAM documentation](https://cloud.
1938
- # google.com/iam/docs/).
2016
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
2017
+ # Principals can be user accounts, service accounts, Google groups, and domains (
2018
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
2019
+ # an IAM predefined role or a user-created custom role. For some types of Google
2020
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
2021
+ # logical expression that allows access to a resource only if the expression
2022
+ # evaluates to `true`. A condition can add constraints based on attributes of
2023
+ # the request, the resource, or both. To learn which resources support
2024
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
2025
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
2026
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
2027
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
2028
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
2029
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
2030
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
2031
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
2032
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
2033
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
2034
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
2035
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
2036
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
2037
+ # access description: Does not grant access after Sep 2020 expression: request.
2038
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
2039
+ # a description of IAM and its features, see the [IAM documentation](https://
2040
+ # cloud.google.com/iam/docs/).
1939
2041
  class Policy
1940
2042
  include Google::Apis::Core::Hashable
1941
2043
 
@@ -1944,9 +2046,14 @@ module Google
1944
2046
  # @return [Array<Google::Apis::GkehubV1::AuditConfig>]
1945
2047
  attr_accessor :audit_configs
1946
2048
 
1947
- # Associates a list of `members` to a `role`. Optionally, may specify a `
1948
- # condition` that determines how and when the `bindings` are applied. Each of
1949
- # the `bindings` must contain at least one member.
2049
+ # Associates a list of `members`, or principals, with a `role`. Optionally, may
2050
+ # specify a `condition` that determines how and when the `bindings` are applied.
2051
+ # Each of the `bindings` must contain at least one principal. The `bindings` in
2052
+ # a `Policy` can refer to up to 1,500 principals; up to 250 of these principals
2053
+ # can be Google groups. Each occurrence of a principal counts towards these
2054
+ # limits. For example, if the `bindings` grant 50 different roles to `user:alice@
2055
+ # example.com`, and not to any other principal, then you can add another 1,450
2056
+ # principals to the `bindings` in the `Policy`.
1950
2057
  # Corresponds to the JSON property `bindings`
1951
2058
  # @return [Array<Google::Apis::GkehubV1::Binding>]
1952
2059
  attr_accessor :bindings
@@ -2005,31 +2112,31 @@ module Google
2005
2112
 
2006
2113
  # An Identity and Access Management (IAM) policy, which specifies access
2007
2114
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
2008
- # A `binding` binds one or more `members` to a single `role`. Members can be
2009
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
2010
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
2011
- # role or a user-created custom role. For some types of Google Cloud resources,
2012
- # a `binding` can also specify a `condition`, which is a logical expression that
2013
- # allows access to a resource only if the expression evaluates to `true`. A
2014
- # condition can add constraints based on attributes of the request, the resource,
2015
- # or both. To learn which resources support conditions in their IAM policies,
2016
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
2017
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
2018
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
2019
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
2020
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
2021
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
2022
- # title": "expirable access", "description": "Does not grant access after Sep
2023
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
2024
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
2025
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
2026
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
2027
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
2028
- # roles/resourcemanager.organizationViewer condition: title: expirable access
2029
- # description: Does not grant access after Sep 2020 expression: request.time <
2030
- # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
2031
- # description of IAM and its features, see the [IAM documentation](https://cloud.
2032
- # google.com/iam/docs/).
2115
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
2116
+ # Principals can be user accounts, service accounts, Google groups, and domains (
2117
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
2118
+ # an IAM predefined role or a user-created custom role. For some types of Google
2119
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
2120
+ # logical expression that allows access to a resource only if the expression
2121
+ # evaluates to `true`. A condition can add constraints based on attributes of
2122
+ # the request, the resource, or both. To learn which resources support
2123
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
2124
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
2125
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
2126
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
2127
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
2128
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
2129
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
2130
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
2131
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
2132
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
2133
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
2134
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
2135
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
2136
+ # access description: Does not grant access after Sep 2020 expression: request.
2137
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
2138
+ # a description of IAM and its features, see the [IAM documentation](https://
2139
+ # cloud.google.com/iam/docs/).
2033
2140
  # Corresponds to the JSON property `policy`
2034
2141
  # @return [Google::Apis::GkehubV1::Policy]
2035
2142
  attr_accessor :policy
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module GkehubV1
18
18
  # Version of the google-apis-gkehub_v1 gem
19
- GEM_VERSION = "0.10.0"
19
+ GEM_VERSION = "0.14.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210813"
25
+ REVISION = "20211015"
26
26
  end
27
27
  end
28
28
  end
@@ -310,12 +310,24 @@ module Google
310
310
  include Google::Apis::Core::JsonObjectSupport
311
311
  end
312
312
 
313
+ class MultiCloudCluster
314
+ class Representation < Google::Apis::Core::JsonRepresentation; end
315
+
316
+ include Google::Apis::Core::JsonObjectSupport
317
+ end
318
+
313
319
  class MultiClusterIngressFeatureSpec
314
320
  class Representation < Google::Apis::Core::JsonRepresentation; end
315
321
 
316
322
  include Google::Apis::Core::JsonObjectSupport
317
323
  end
318
324
 
325
+ class OnPremCluster
326
+ class Representation < Google::Apis::Core::JsonRepresentation; end
327
+
328
+ include Google::Apis::Core::JsonObjectSupport
329
+ end
330
+
319
331
  class Operation
320
332
  class Representation < Google::Apis::Core::JsonRepresentation; end
321
333
 
@@ -420,6 +432,7 @@ module Google
420
432
  class ConfigManagementConfigSync
421
433
  # @private
422
434
  class Representation < Google::Apis::Core::JsonRepresentation
435
+ property :enabled, as: 'enabled'
423
436
  property :git, as: 'git', class: Google::Apis::GkehubV1::ConfigManagementGitConfig, decorator: Google::Apis::GkehubV1::ConfigManagementGitConfig::Representation
424
437
 
425
438
  property :source_format, as: 'sourceFormat'
@@ -429,6 +442,7 @@ module Google
429
442
  class ConfigManagementConfigSyncDeploymentState
430
443
  # @private
431
444
  class Representation < Google::Apis::Core::JsonRepresentation
445
+ property :admission_webhook, as: 'admissionWebhook'
432
446
  property :git_sync, as: 'gitSync'
433
447
  property :importer, as: 'importer'
434
448
  property :monitor, as: 'monitor'
@@ -453,6 +467,7 @@ module Google
453
467
  class ConfigManagementConfigSyncVersion
454
468
  # @private
455
469
  class Representation < Google::Apis::Core::JsonRepresentation
470
+ property :admission_webhook, as: 'admissionWebhook'
456
471
  property :git_sync, as: 'gitSync'
457
472
  property :importer, as: 'importer'
458
473
  property :monitor, as: 'monitor'
@@ -814,6 +829,10 @@ module Google
814
829
 
815
830
  property :kubernetes_metadata, as: 'kubernetesMetadata', class: Google::Apis::GkehubV1::KubernetesMetadata, decorator: Google::Apis::GkehubV1::KubernetesMetadata::Representation
816
831
 
832
+ property :multi_cloud_cluster, as: 'multiCloudCluster', class: Google::Apis::GkehubV1::MultiCloudCluster, decorator: Google::Apis::GkehubV1::MultiCloudCluster::Representation
833
+
834
+ property :on_prem_cluster, as: 'onPremCluster', class: Google::Apis::GkehubV1::OnPremCluster, decorator: Google::Apis::GkehubV1::OnPremCluster::Representation
835
+
817
836
  end
818
837
  end
819
838
 
@@ -842,6 +861,14 @@ module Google
842
861
  end
843
862
  end
844
863
 
864
+ class MultiCloudCluster
865
+ # @private
866
+ class Representation < Google::Apis::Core::JsonRepresentation
867
+ property :cluster_missing, as: 'clusterMissing'
868
+ property :resource_link, as: 'resourceLink'
869
+ end
870
+ end
871
+
845
872
  class MultiClusterIngressFeatureSpec
846
873
  # @private
847
874
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -849,6 +876,15 @@ module Google
849
876
  end
850
877
  end
851
878
 
879
+ class OnPremCluster
880
+ # @private
881
+ class Representation < Google::Apis::Core::JsonRepresentation
882
+ property :admin_cluster, as: 'adminCluster'
883
+ property :cluster_missing, as: 'clusterMissing'
884
+ property :resource_link, as: 'resourceLink'
885
+ end
886
+ end
887
+
852
888
  class Operation
853
889
  # @private
854
890
  class Representation < Google::Apis::Core::JsonRepresentation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-gkehub_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.14.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-08-23 00:00:00.000000000 Z
11
+ date: 2021-10-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -57,9 +57,9 @@ licenses:
57
57
  - Apache-2.0
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
- changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-gkehub_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1/v0.10.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-gkehub_v1
60
+ changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1/CHANGELOG.md
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1/v0.14.0
62
+ source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
65
65
  require_paths: