google-apis-gkehub_v1beta 0.13.0 → 0.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3e9a7915f241415fae365f85bded2b331f0fc74cf71c1ac4bb7a61d97e9a4d67
|
4
|
+
data.tar.gz: d29e52b48dae8b6567e531dc1bc90f3c27f2c60e9350f549881dbb0f3715b76a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 392808528d4f23d303e24341f23f308b241f82c7f84ed6527f926c2648e73f980196e8912b43971226de94f7a9e9a2098f57b223d0000f7ed3b7f7cdedba7d3c
|
7
|
+
data.tar.gz: caa53324915b34b6b8ef274ccbf7a7b5e1893cfac2e4379338df4bbc60b3bd338dac05a45b795f2bb2d535b4efdfaca168e24b659716e899a2957623bdd6f629
|
data/CHANGELOG.md
CHANGED
@@ -345,6 +345,14 @@ module Google
|
|
345
345
|
# @return [Google::Apis::GkehubV1beta::ConfigManagementGitConfig]
|
346
346
|
attr_accessor :git
|
347
347
|
|
348
|
+
# Set to true to enable the Config Sync admission webhook to prevent drifts. If
|
349
|
+
# set to `false`, disables the Config Sync admission webhook and does not
|
350
|
+
# prevent drifts.
|
351
|
+
# Corresponds to the JSON property `preventDrift`
|
352
|
+
# @return [Boolean]
|
353
|
+
attr_accessor :prevent_drift
|
354
|
+
alias_method :prevent_drift?, :prevent_drift
|
355
|
+
|
348
356
|
# Specifies whether the Config Sync Repo is in “hierarchical” or “unstructured”
|
349
357
|
# mode.
|
350
358
|
# Corresponds to the JSON property `sourceFormat`
|
@@ -359,6 +367,7 @@ module Google
|
|
359
367
|
def update!(**args)
|
360
368
|
@enabled = args[:enabled] if args.key?(:enabled)
|
361
369
|
@git = args[:git] if args.key?(:git)
|
370
|
+
@prevent_drift = args[:prevent_drift] if args.key?(:prevent_drift)
|
362
371
|
@source_format = args[:source_format] if args.key?(:source_format)
|
363
372
|
end
|
364
373
|
end
|
@@ -587,7 +596,9 @@ module Google
|
|
587
596
|
# @return [String]
|
588
597
|
attr_accessor :policy_dir
|
589
598
|
|
590
|
-
# Type of secret configured for access to the Git repo.
|
599
|
+
# Type of secret configured for access to the Git repo. Must be one of ssh,
|
600
|
+
# cookiefile, gcenode, token, gcpserviceaccount or none. The validation of this
|
601
|
+
# is case-sensitive. Required.
|
591
602
|
# Corresponds to the JSON property `secretType`
|
592
603
|
# @return [String]
|
593
604
|
attr_accessor :secret_type
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module GkehubV1beta
|
18
18
|
# Version of the google-apis-gkehub_v1beta gem
|
19
|
-
GEM_VERSION = "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 = "
|
25
|
+
REVISION = "20211105"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -460,6 +460,7 @@ module Google
|
|
460
460
|
property :enabled, as: 'enabled'
|
461
461
|
property :git, as: 'git', class: Google::Apis::GkehubV1beta::ConfigManagementGitConfig, decorator: Google::Apis::GkehubV1beta::ConfigManagementGitConfig::Representation
|
462
462
|
|
463
|
+
property :prevent_drift, as: 'preventDrift'
|
463
464
|
property :source_format, as: 'sourceFormat'
|
464
465
|
end
|
465
466
|
end
|
@@ -254,13 +254,16 @@ module Google
|
|
254
254
|
# REQUIRED: The resource for which the policy is being requested. See the
|
255
255
|
# operation documentation for the appropriate value for this field.
|
256
256
|
# @param [Fixnum] options_requested_policy_version
|
257
|
-
# Optional. The policy
|
258
|
-
# 3. Requests specifying an invalid value will be
|
259
|
-
# policies with any conditional bindings must
|
260
|
-
#
|
261
|
-
# field unset.
|
262
|
-
#
|
263
|
-
#
|
257
|
+
# Optional. The maximum policy version that will be used to format the policy.
|
258
|
+
# Valid values are 0, 1, and 3. Requests specifying an invalid value will be
|
259
|
+
# rejected. Requests for policies with any conditional role bindings must
|
260
|
+
# specify version 3. Policies with no conditional role bindings may specify any
|
261
|
+
# valid value or leave the field unset. The policy in the response might use the
|
262
|
+
# policy version that you specified, or it might use a lower policy version. For
|
263
|
+
# example, if you specify version 3, but the policy has no conditional role
|
264
|
+
# bindings, the response uses version 1. To learn which resources support
|
265
|
+
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
266
|
+
# google.com/iam/help/conditions/resource-policies).
|
264
267
|
# @param [String] fields
|
265
268
|
# Selector specifying which fields to include in a partial response.
|
266
269
|
# @param [String] quota_user
|
@@ -468,13 +471,16 @@ module Google
|
|
468
471
|
# REQUIRED: The resource for which the policy is being requested. See the
|
469
472
|
# operation documentation for the appropriate value for this field.
|
470
473
|
# @param [Fixnum] options_requested_policy_version
|
471
|
-
# Optional. The policy
|
472
|
-
# 3. Requests specifying an invalid value will be
|
473
|
-
# policies with any conditional bindings must
|
474
|
-
#
|
475
|
-
# field unset.
|
476
|
-
#
|
477
|
-
#
|
474
|
+
# Optional. The maximum policy version that will be used to format the policy.
|
475
|
+
# Valid values are 0, 1, and 3. Requests specifying an invalid value will be
|
476
|
+
# rejected. Requests for policies with any conditional role bindings must
|
477
|
+
# specify version 3. Policies with no conditional role bindings may specify any
|
478
|
+
# valid value or leave the field unset. The policy in the response might use the
|
479
|
+
# policy version that you specified, or it might use a lower policy version. For
|
480
|
+
# example, if you specify version 3, but the policy has no conditional role
|
481
|
+
# bindings, the response uses version 1. To learn which resources support
|
482
|
+
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
483
|
+
# google.com/iam/help/conditions/resource-policies).
|
478
484
|
# @param [String] fields
|
479
485
|
# Selector specifying which fields to include in a partial response.
|
480
486
|
# @param [String] quota_user
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-gkehub_v1beta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 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-11-
|
11
|
+
date: 2021-11-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1beta/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1beta/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1beta/v0.14.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1beta
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|