google-apis-container_v1 0.106.0 → 0.108.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 +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/container_v1/classes.rb +464 -357
- data/lib/google/apis/container_v1/gem_version.rb +2 -2
- data/lib/google/apis/container_v1/representations.rb +82 -0
- data/lib/google/apis/container_v1/service.rb +209 -287
- metadata +2 -2
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module ContainerV1
|
|
18
18
|
# Version of the google-apis-container_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.108.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20251028"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -178,6 +178,18 @@ module Google
|
|
|
178
178
|
include Google::Apis::Core::JsonObjectSupport
|
|
179
179
|
end
|
|
180
180
|
|
|
181
|
+
class CertificateConfig
|
|
182
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
183
|
+
|
|
184
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
185
|
+
end
|
|
186
|
+
|
|
187
|
+
class CertificateConfigPair
|
|
188
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
189
|
+
|
|
190
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
191
|
+
end
|
|
192
|
+
|
|
181
193
|
class CheckAutopilotCompatibilityResponse
|
|
182
194
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
183
195
|
|
|
@@ -496,6 +508,12 @@ module Google
|
|
|
496
508
|
include Google::Apis::Core::JsonObjectSupport
|
|
497
509
|
end
|
|
498
510
|
|
|
511
|
+
class HostConfig
|
|
512
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
513
|
+
|
|
514
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
515
|
+
end
|
|
516
|
+
|
|
499
517
|
class HttpCacheControlResponseHeader
|
|
500
518
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
501
519
|
|
|
@@ -958,6 +976,18 @@ module Google
|
|
|
958
976
|
include Google::Apis::Core::JsonObjectSupport
|
|
959
977
|
end
|
|
960
978
|
|
|
979
|
+
class RegistryHeader
|
|
980
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
981
|
+
|
|
982
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
983
|
+
end
|
|
984
|
+
|
|
985
|
+
class RegistryHostConfig
|
|
986
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
987
|
+
|
|
988
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
989
|
+
end
|
|
990
|
+
|
|
961
991
|
class ReleaseChannel
|
|
962
992
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
963
993
|
|
|
@@ -1579,6 +1609,23 @@ module Google
|
|
|
1579
1609
|
end
|
|
1580
1610
|
end
|
|
1581
1611
|
|
|
1612
|
+
class CertificateConfig
|
|
1613
|
+
# @private
|
|
1614
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1615
|
+
property :gcp_secret_manager_secret_uri, as: 'gcpSecretManagerSecretUri'
|
|
1616
|
+
end
|
|
1617
|
+
end
|
|
1618
|
+
|
|
1619
|
+
class CertificateConfigPair
|
|
1620
|
+
# @private
|
|
1621
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1622
|
+
property :cert, as: 'cert', class: Google::Apis::ContainerV1::CertificateConfig, decorator: Google::Apis::ContainerV1::CertificateConfig::Representation
|
|
1623
|
+
|
|
1624
|
+
property :key, as: 'key', class: Google::Apis::ContainerV1::CertificateConfig, decorator: Google::Apis::ContainerV1::CertificateConfig::Representation
|
|
1625
|
+
|
|
1626
|
+
end
|
|
1627
|
+
end
|
|
1628
|
+
|
|
1582
1629
|
class CheckAutopilotCompatibilityResponse
|
|
1583
1630
|
# @private
|
|
1584
1631
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1970,6 +2017,8 @@ module Google
|
|
|
1970
2017
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1971
2018
|
property :private_registry_access_config, as: 'privateRegistryAccessConfig', class: Google::Apis::ContainerV1::PrivateRegistryAccessConfig, decorator: Google::Apis::ContainerV1::PrivateRegistryAccessConfig::Representation
|
|
1972
2019
|
|
|
2020
|
+
collection :registry_hosts, as: 'registryHosts', class: Google::Apis::ContainerV1::RegistryHostConfig, decorator: Google::Apis::ContainerV1::RegistryHostConfig::Representation
|
|
2021
|
+
|
|
1973
2022
|
property :writable_cgroups, as: 'writableCgroups', class: Google::Apis::ContainerV1::WritableCgroups, decorator: Google::Apis::ContainerV1::WritableCgroups::Representation
|
|
1974
2023
|
|
|
1975
2024
|
end
|
|
@@ -2283,6 +2332,22 @@ module Google
|
|
|
2283
2332
|
end
|
|
2284
2333
|
end
|
|
2285
2334
|
|
|
2335
|
+
class HostConfig
|
|
2336
|
+
# @private
|
|
2337
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2338
|
+
collection :ca, as: 'ca', class: Google::Apis::ContainerV1::CertificateConfig, decorator: Google::Apis::ContainerV1::CertificateConfig::Representation
|
|
2339
|
+
|
|
2340
|
+
collection :capabilities, as: 'capabilities'
|
|
2341
|
+
collection :client, as: 'client', class: Google::Apis::ContainerV1::CertificateConfigPair, decorator: Google::Apis::ContainerV1::CertificateConfigPair::Representation
|
|
2342
|
+
|
|
2343
|
+
property :dial_timeout, as: 'dialTimeout'
|
|
2344
|
+
collection :header, as: 'header', class: Google::Apis::ContainerV1::RegistryHeader, decorator: Google::Apis::ContainerV1::RegistryHeader::Representation
|
|
2345
|
+
|
|
2346
|
+
property :host, as: 'host'
|
|
2347
|
+
property :override_path, as: 'overridePath'
|
|
2348
|
+
end
|
|
2349
|
+
end
|
|
2350
|
+
|
|
2286
2351
|
class HttpCacheControlResponseHeader
|
|
2287
2352
|
# @private
|
|
2288
2353
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -3159,6 +3224,23 @@ module Google
|
|
|
3159
3224
|
end
|
|
3160
3225
|
end
|
|
3161
3226
|
|
|
3227
|
+
class RegistryHeader
|
|
3228
|
+
# @private
|
|
3229
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3230
|
+
property :key, as: 'key'
|
|
3231
|
+
collection :value, as: 'value'
|
|
3232
|
+
end
|
|
3233
|
+
end
|
|
3234
|
+
|
|
3235
|
+
class RegistryHostConfig
|
|
3236
|
+
# @private
|
|
3237
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3238
|
+
collection :hosts, as: 'hosts', class: Google::Apis::ContainerV1::HostConfig, decorator: Google::Apis::ContainerV1::HostConfig::Representation
|
|
3239
|
+
|
|
3240
|
+
property :server, as: 'server'
|
|
3241
|
+
end
|
|
3242
|
+
end
|
|
3243
|
+
|
|
3162
3244
|
class ReleaseChannel
|
|
3163
3245
|
# @private
|
|
3164
3246
|
class Representation < Google::Apis::Core::JsonRepresentation
|