google-apis-gkehub_v1beta 0.10.0 → 0.11.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: e173e2d991cdba23aa363a0a335ef45377cf777e875c240a4f58e385d6da9107
|
4
|
+
data.tar.gz: b6c2a5db64bc906e7410122d794d634d105b704f40ee756c2350a13b7202d246
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '0799d8fa13cd9352ef78e16f65831f62d679b4ad0fadef74068447f721eff706d65eb94ecbe35df228241fb47a41b1459a117412c912c33b25cdc2de594adb1a'
|
7
|
+
data.tar.gz: d680c236c96eeddf89bf77e6b4f61b35adc5585d60b588d2da1da87e44b2f99f2363b0a530d4a604c0acb368e63fd1b87e51e8f21c67719d64be6f349a57e8cf
|
data/CHANGELOG.md
CHANGED
@@ -291,11 +291,6 @@ module Google
|
|
291
291
|
# @return [Google::Apis::GkehubV1beta::ConfigManagementGitConfig]
|
292
292
|
attr_accessor :git
|
293
293
|
|
294
|
-
# Specifies CPU and memory limits for containers, keyed by container name
|
295
|
-
# Corresponds to the JSON property `resourceRequirements`
|
296
|
-
# @return [Hash<String,Google::Apis::GkehubV1beta::ConfigManagementContainerResourceRequirements>]
|
297
|
-
attr_accessor :resource_requirements
|
298
|
-
|
299
294
|
# Specifies whether the Config Sync Repo is in “hierarchical” or “unstructured”
|
300
295
|
# mode.
|
301
296
|
# Corresponds to the JSON property `sourceFormat`
|
@@ -309,7 +304,6 @@ module Google
|
|
309
304
|
# Update properties of this object
|
310
305
|
def update!(**args)
|
311
306
|
@git = args[:git] if args.key?(:git)
|
312
|
-
@resource_requirements = args[:resource_requirements] if args.key?(:resource_requirements)
|
313
307
|
@source_format = args[:source_format] if args.key?(:source_format)
|
314
308
|
end
|
315
309
|
end
|
@@ -455,42 +449,6 @@ module Google
|
|
455
449
|
end
|
456
450
|
end
|
457
451
|
|
458
|
-
# ResourceRequirements allows to override the CPU and memory resource
|
459
|
-
# requirements of a container.
|
460
|
-
class ConfigManagementContainerResourceRequirements
|
461
|
-
include Google::Apis::Core::Hashable
|
462
|
-
|
463
|
-
# Name of the container
|
464
|
-
# Corresponds to the JSON property `containerName`
|
465
|
-
# @return [String]
|
466
|
-
attr_accessor :container_name
|
467
|
-
|
468
|
-
# The view model of a single quantity, e.g. "800 MiB". Corresponds to https://
|
469
|
-
# github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apimachinery/
|
470
|
-
# pkg/api/resource/generated.proto
|
471
|
-
# Corresponds to the JSON property `cpuLimit`
|
472
|
-
# @return [Google::Apis::GkehubV1beta::ConfigManagementQuantity]
|
473
|
-
attr_accessor :cpu_limit
|
474
|
-
|
475
|
-
# The view model of a single quantity, e.g. "800 MiB". Corresponds to https://
|
476
|
-
# github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apimachinery/
|
477
|
-
# pkg/api/resource/generated.proto
|
478
|
-
# Corresponds to the JSON property `memoryLimit`
|
479
|
-
# @return [Google::Apis::GkehubV1beta::ConfigManagementQuantity]
|
480
|
-
attr_accessor :memory_limit
|
481
|
-
|
482
|
-
def initialize(**args)
|
483
|
-
update!(**args)
|
484
|
-
end
|
485
|
-
|
486
|
-
# Update properties of this object
|
487
|
-
def update!(**args)
|
488
|
-
@container_name = args[:container_name] if args.key?(:container_name)
|
489
|
-
@cpu_limit = args[:cpu_limit] if args.key?(:cpu_limit)
|
490
|
-
@memory_limit = args[:memory_limit] if args.key?(:memory_limit)
|
491
|
-
end
|
492
|
-
end
|
493
|
-
|
494
452
|
# Model for a config file in the git repo with an associated Sync error
|
495
453
|
class ConfigManagementErrorResource
|
496
454
|
include Google::Apis::Core::Hashable
|
@@ -568,12 +526,6 @@ module Google
|
|
568
526
|
# @return [String]
|
569
527
|
attr_accessor :https_proxy
|
570
528
|
|
571
|
-
# Enable or disable the SSL certificate verification Default: false.
|
572
|
-
# Corresponds to the JSON property `noSslVerify`
|
573
|
-
# @return [Boolean]
|
574
|
-
attr_accessor :no_ssl_verify
|
575
|
-
alias_method :no_ssl_verify?, :no_ssl_verify
|
576
|
-
|
577
529
|
# The path within the Git repository that represents the top level of the repo
|
578
530
|
# to sync. Default: the root directory of the repository.
|
579
531
|
# Corresponds to the JSON property `policyDir`
|
@@ -590,11 +542,6 @@ module Google
|
|
590
542
|
# @return [String]
|
591
543
|
attr_accessor :sync_branch
|
592
544
|
|
593
|
-
# The depth of git commits synced by the git-sync container.
|
594
|
-
# Corresponds to the JSON property `syncDepth`
|
595
|
-
# @return [Fixnum]
|
596
|
-
attr_accessor :sync_depth
|
597
|
-
|
598
545
|
# The URL of the Git repository to use as the source of truth.
|
599
546
|
# Corresponds to the JSON property `syncRepo`
|
600
547
|
# @return [String]
|
@@ -618,11 +565,9 @@ module Google
|
|
618
565
|
def update!(**args)
|
619
566
|
@gcp_service_account_email = args[:gcp_service_account_email] if args.key?(:gcp_service_account_email)
|
620
567
|
@https_proxy = args[:https_proxy] if args.key?(:https_proxy)
|
621
|
-
@no_ssl_verify = args[:no_ssl_verify] if args.key?(:no_ssl_verify)
|
622
568
|
@policy_dir = args[:policy_dir] if args.key?(:policy_dir)
|
623
569
|
@secret_type = args[:secret_type] if args.key?(:secret_type)
|
624
570
|
@sync_branch = args[:sync_branch] if args.key?(:sync_branch)
|
625
|
-
@sync_depth = args[:sync_depth] if args.key?(:sync_depth)
|
626
571
|
@sync_repo = args[:sync_repo] if args.key?(:sync_repo)
|
627
572
|
@sync_rev = args[:sync_rev] if args.key?(:sync_rev)
|
628
573
|
@sync_wait_secs = args[:sync_wait_secs] if args.key?(:sync_wait_secs)
|
@@ -1024,27 +969,6 @@ module Google
|
|
1024
969
|
end
|
1025
970
|
end
|
1026
971
|
|
1027
|
-
# The view model of a single quantity, e.g. "800 MiB". Corresponds to https://
|
1028
|
-
# github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apimachinery/
|
1029
|
-
# pkg/api/resource/generated.proto
|
1030
|
-
class ConfigManagementQuantity
|
1031
|
-
include Google::Apis::Core::Hashable
|
1032
|
-
|
1033
|
-
# Stringified version of the quantity, e.g., "800 MiB".
|
1034
|
-
# Corresponds to the JSON property `string`
|
1035
|
-
# @return [String]
|
1036
|
-
attr_accessor :string
|
1037
|
-
|
1038
|
-
def initialize(**args)
|
1039
|
-
update!(**args)
|
1040
|
-
end
|
1041
|
-
|
1042
|
-
# Update properties of this object
|
1043
|
-
def update!(**args)
|
1044
|
-
@string = args[:string] if args.key?(:string)
|
1045
|
-
end
|
1046
|
-
end
|
1047
|
-
|
1048
972
|
# An ACM created error representing a problem syncing configurations
|
1049
973
|
class ConfigManagementSyncError
|
1050
974
|
include Google::Apis::Core::Hashable
|
@@ -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.11.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 = "20210927"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -100,12 +100,6 @@ module Google
|
|
100
100
|
include Google::Apis::Core::JsonObjectSupport
|
101
101
|
end
|
102
102
|
|
103
|
-
class ConfigManagementContainerResourceRequirements
|
104
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
|
-
|
106
|
-
include Google::Apis::Core::JsonObjectSupport
|
107
|
-
end
|
108
|
-
|
109
103
|
class ConfigManagementErrorResource
|
110
104
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
105
|
|
@@ -196,12 +190,6 @@ module Google
|
|
196
190
|
include Google::Apis::Core::JsonObjectSupport
|
197
191
|
end
|
198
192
|
|
199
|
-
class ConfigManagementQuantity
|
200
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
201
|
-
|
202
|
-
include Google::Apis::Core::JsonObjectSupport
|
203
|
-
end
|
204
|
-
|
205
193
|
class ConfigManagementSyncError
|
206
194
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
207
195
|
|
@@ -435,8 +423,6 @@ module Google
|
|
435
423
|
class Representation < Google::Apis::Core::JsonRepresentation
|
436
424
|
property :git, as: 'git', class: Google::Apis::GkehubV1beta::ConfigManagementGitConfig, decorator: Google::Apis::GkehubV1beta::ConfigManagementGitConfig::Representation
|
437
425
|
|
438
|
-
hash :resource_requirements, as: 'resourceRequirements', class: Google::Apis::GkehubV1beta::ConfigManagementContainerResourceRequirements, decorator: Google::Apis::GkehubV1beta::ConfigManagementContainerResourceRequirements::Representation
|
439
|
-
|
440
426
|
property :source_format, as: 'sourceFormat'
|
441
427
|
end
|
442
428
|
end
|
@@ -479,17 +465,6 @@ module Google
|
|
479
465
|
end
|
480
466
|
end
|
481
467
|
|
482
|
-
class ConfigManagementContainerResourceRequirements
|
483
|
-
# @private
|
484
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
485
|
-
property :container_name, as: 'containerName'
|
486
|
-
property :cpu_limit, as: 'cpuLimit', class: Google::Apis::GkehubV1beta::ConfigManagementQuantity, decorator: Google::Apis::GkehubV1beta::ConfigManagementQuantity::Representation
|
487
|
-
|
488
|
-
property :memory_limit, as: 'memoryLimit', class: Google::Apis::GkehubV1beta::ConfigManagementQuantity, decorator: Google::Apis::GkehubV1beta::ConfigManagementQuantity::Representation
|
489
|
-
|
490
|
-
end
|
491
|
-
end
|
492
|
-
|
493
468
|
class ConfigManagementErrorResource
|
494
469
|
# @private
|
495
470
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -514,11 +489,9 @@ module Google
|
|
514
489
|
class Representation < Google::Apis::Core::JsonRepresentation
|
515
490
|
property :gcp_service_account_email, as: 'gcpServiceAccountEmail'
|
516
491
|
property :https_proxy, as: 'httpsProxy'
|
517
|
-
property :no_ssl_verify, as: 'noSslVerify'
|
518
492
|
property :policy_dir, as: 'policyDir'
|
519
493
|
property :secret_type, as: 'secretType'
|
520
494
|
property :sync_branch, as: 'syncBranch'
|
521
|
-
property :sync_depth, :numeric_string => true, as: 'syncDepth'
|
522
495
|
property :sync_repo, as: 'syncRepo'
|
523
496
|
property :sync_rev, as: 'syncRev'
|
524
497
|
property :sync_wait_secs, :numeric_string => true, as: 'syncWaitSecs'
|
@@ -649,13 +622,6 @@ module Google
|
|
649
622
|
end
|
650
623
|
end
|
651
624
|
|
652
|
-
class ConfigManagementQuantity
|
653
|
-
# @private
|
654
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
655
|
-
property :string, as: 'string'
|
656
|
-
end
|
657
|
-
end
|
658
|
-
|
659
625
|
class ConfigManagementSyncError
|
660
626
|
# @private
|
661
627
|
class Representation < Google::Apis::Core::JsonRepresentation
|
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.11.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
|
+
date: 2021-10-11 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/master/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.11.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-gkehub_v1beta
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|