google-apis-container_v1 0.17.0 → 0.18.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: 9683acfe2956cb74dd59078fb1b5aaa3fb91a4148f19622fc9227689085ff677
4
- data.tar.gz: 88db1c4c936e2d0bb045600d298aa8cfeba32f61c7d2d15b0d2edfd28a30ba65
3
+ metadata.gz: 82096434803c2026cd50a63c809f669ae325c5326dbd082e20e82ec5b7f95f98
4
+ data.tar.gz: 6308268b94e51c58484307b5127b7111dc36891e6174d02dbc6df3cd89ed206b
5
5
  SHA512:
6
- metadata.gz: 3e8674d75f8528a4812c51afb4c8d99aacabfefd36c14928a25f3e2e9a1a11483d926a7029ecdb87e0a0e4f750b49071f30cc2c5d2743520d087be3b9c1668cb
7
- data.tar.gz: 99acf143e2aaf8d1404acca6a8763bd3b71c65bbaceae7c2adb2905dcc1e35e8f64374e49677c801df6806290618c3c63494339a5437c0de159d787105d9a282
6
+ metadata.gz: 2dc7ef6a8ed3632f7c1f1aa5c950066dfbc9cfd1d1ba98103c48f8d4640d5bc039b5cb0de279bd7ceab33711e3e732f08356ce54ab828863075d4dc4c65f5408
7
+ data.tar.gz: e54c95a28465dc003173b2e81fdfa8dca7396a9adf3d65b71ba82c63a5b8b985a7d23d7226ba70d2672694e712fc30fad0c6741c78e277a035453d2212534458
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-container_v1
2
2
 
3
+ ### v0.18.0 (2021-10-02)
4
+
5
+ * Regenerated from discovery document revision 20210914
6
+
3
7
  ### v0.17.0 (2021-09-20)
4
8
 
5
9
  * Regenerated from discovery document revision 20210906
@@ -688,6 +688,11 @@ module Google
688
688
  # @return [Google::Apis::ContainerV1::MasterAuthorizedNetworksConfig]
689
689
  attr_accessor :master_authorized_networks_config
690
690
 
691
+ # Configuration for issuance of mTLS keys and certificates to Kubernetes pods.
692
+ # Corresponds to the JSON property `meshCertificates`
693
+ # @return [Google::Apis::ContainerV1::MeshCertificates]
694
+ attr_accessor :mesh_certificates
695
+
691
696
  # MonitoringConfig is cluster monitoring configuration.
692
697
  # Corresponds to the JSON property `monitoringConfig`
693
698
  # @return [Google::Apis::ContainerV1::MonitoringConfig]
@@ -877,6 +882,7 @@ module Google
877
882
  @maintenance_policy = args[:maintenance_policy] if args.key?(:maintenance_policy)
878
883
  @master_auth = args[:master_auth] if args.key?(:master_auth)
879
884
  @master_authorized_networks_config = args[:master_authorized_networks_config] if args.key?(:master_authorized_networks_config)
885
+ @mesh_certificates = args[:mesh_certificates] if args.key?(:mesh_certificates)
880
886
  @monitoring_config = args[:monitoring_config] if args.key?(:monitoring_config)
881
887
  @monitoring_service = args[:monitoring_service] if args.key?(:monitoring_service)
882
888
  @name = args[:name] if args.key?(:name)
@@ -1064,6 +1070,11 @@ module Google
1064
1070
  # @return [String]
1065
1071
  attr_accessor :desired_master_version
1066
1072
 
1073
+ # Configuration for issuance of mTLS keys and certificates to Kubernetes pods.
1074
+ # Corresponds to the JSON property `desiredMeshCertificates`
1075
+ # @return [Google::Apis::ContainerV1::MeshCertificates]
1076
+ attr_accessor :desired_mesh_certificates
1077
+
1067
1078
  # MonitoringConfig is cluster monitoring configuration.
1068
1079
  # Corresponds to the JSON property `desiredMonitoringConfig`
1069
1080
  # @return [Google::Apis::ContainerV1::MonitoringConfig]
@@ -1171,6 +1182,7 @@ module Google
1171
1182
  @desired_logging_service = args[:desired_logging_service] if args.key?(:desired_logging_service)
1172
1183
  @desired_master_authorized_networks_config = args[:desired_master_authorized_networks_config] if args.key?(:desired_master_authorized_networks_config)
1173
1184
  @desired_master_version = args[:desired_master_version] if args.key?(:desired_master_version)
1185
+ @desired_mesh_certificates = args[:desired_mesh_certificates] if args.key?(:desired_mesh_certificates)
1174
1186
  @desired_monitoring_config = args[:desired_monitoring_config] if args.key?(:desired_monitoring_config)
1175
1187
  @desired_monitoring_service = args[:desired_monitoring_service] if args.key?(:desired_monitoring_service)
1176
1188
  @desired_node_pool_autoscaling = args[:desired_node_pool_autoscaling] if args.key?(:desired_node_pool_autoscaling)
@@ -2325,6 +2337,19 @@ module Google
2325
2337
  end
2326
2338
  end
2327
2339
 
2340
+ # Configuration for issuance of mTLS keys and certificates to Kubernetes pods.
2341
+ class MeshCertificates
2342
+ include Google::Apis::Core::Hashable
2343
+
2344
+ def initialize(**args)
2345
+ update!(**args)
2346
+ end
2347
+
2348
+ # Update properties of this object
2349
+ def update!(**args)
2350
+ end
2351
+ end
2352
+
2328
2353
  # Progress metric is (string, int|float|string) pair.
2329
2354
  class Metric
2330
2355
  include Google::Apis::Core::Hashable
@@ -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.17.0"
19
+ GEM_VERSION = "0.18.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 = "20210906"
25
+ REVISION = "20210914"
26
26
  end
27
27
  end
28
28
  end
@@ -328,6 +328,12 @@ module Google
328
328
  include Google::Apis::Core::JsonObjectSupport
329
329
  end
330
330
 
331
+ class MeshCertificates
332
+ class Representation < Google::Apis::Core::JsonRepresentation; end
333
+
334
+ include Google::Apis::Core::JsonObjectSupport
335
+ end
336
+
331
337
  class Metric
332
338
  class Representation < Google::Apis::Core::JsonRepresentation; end
333
339
 
@@ -849,6 +855,8 @@ module Google
849
855
 
850
856
  property :master_authorized_networks_config, as: 'masterAuthorizedNetworksConfig', class: Google::Apis::ContainerV1::MasterAuthorizedNetworksConfig, decorator: Google::Apis::ContainerV1::MasterAuthorizedNetworksConfig::Representation
851
857
 
858
+ property :mesh_certificates, as: 'meshCertificates', class: Google::Apis::ContainerV1::MeshCertificates, decorator: Google::Apis::ContainerV1::MeshCertificates::Representation
859
+
852
860
  property :monitoring_config, as: 'monitoringConfig', class: Google::Apis::ContainerV1::MonitoringConfig, decorator: Google::Apis::ContainerV1::MonitoringConfig::Representation
853
861
 
854
862
  property :monitoring_service, as: 'monitoringService'
@@ -931,6 +939,8 @@ module Google
931
939
  property :desired_master_authorized_networks_config, as: 'desiredMasterAuthorizedNetworksConfig', class: Google::Apis::ContainerV1::MasterAuthorizedNetworksConfig, decorator: Google::Apis::ContainerV1::MasterAuthorizedNetworksConfig::Representation
932
940
 
933
941
  property :desired_master_version, as: 'desiredMasterVersion'
942
+ property :desired_mesh_certificates, as: 'desiredMeshCertificates', class: Google::Apis::ContainerV1::MeshCertificates, decorator: Google::Apis::ContainerV1::MeshCertificates::Representation
943
+
934
944
  property :desired_monitoring_config, as: 'desiredMonitoringConfig', class: Google::Apis::ContainerV1::MonitoringConfig, decorator: Google::Apis::ContainerV1::MonitoringConfig::Representation
935
945
 
936
946
  property :desired_monitoring_service, as: 'desiredMonitoringService'
@@ -1277,6 +1287,12 @@ module Google
1277
1287
  end
1278
1288
  end
1279
1289
 
1290
+ class MeshCertificates
1291
+ # @private
1292
+ class Representation < Google::Apis::Core::JsonRepresentation
1293
+ end
1294
+ end
1295
+
1280
1296
  class Metric
1281
1297
  # @private
1282
1298
  class Representation < Google::Apis::Core::JsonRepresentation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-container_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.17.0
4
+ version: 0.18.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-09-22 00:00:00.000000000 Z
11
+ date: 2021-10-04 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-container_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1/v0.17.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1/v0.18.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-container_v1
63
63
  post_install_message:
64
64
  rdoc_options: []