google-apis-container_v1 0.4.0 → 0.9.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: 0c88561c88e16609fb7fe32efb11fec9009e77c738b5349dbba941a48c678e18
4
- data.tar.gz: 2add4f3a6fc59c432261efcb106021b0a2bbc86b98890846f463c0244bc57ced
3
+ metadata.gz: 06c75f52b2751acca2d90601b307e340206f79b6f6d54fcd8d60bf454df22664
4
+ data.tar.gz: 9737ec8ed6b050e81a019520c821ae3849e13529d317cfb441ba6a2adf3f8182
5
5
  SHA512:
6
- metadata.gz: 142cd370acf30105f7893408a5d0917c64e483b22b2fb4b12f4898a4a5f0b3501fea999451ab6ec4b287440f171fba69914e1ab652f809d4d78906c8251e276c
7
- data.tar.gz: 2f87ec30b4c00b65d760a0d6b0fa4455321ea63033a1764271c450acb9c43b61663d22df15f2764536993ea34c34e4a4be027cd3ae894dc264a857f938d0fb4f
6
+ metadata.gz: d07b735e8ee5431f41964caf3ba04e2f12bcbfa8bc7b34dddb06a445d79ce0bb2c4e5599d782048d17e85bab8fc8fd0633fb11303909ebc7115758fab639862a
7
+ data.tar.gz: 603750c764f12145fd1bd65aab1f6cadaba1860a3950af4fde4cbe588d65586d1e5bee5dda1793726feba9a9b95c80a7d540f67cb5d928b1884f28d80c4fdb95
data/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # Release history for google-apis-container_v1
2
2
 
3
+ ### v0.9.0 (2021-06-03)
4
+
5
+ * Regenerated from discovery document revision 20210521
6
+ * Regenerated using generator version 0.3.0
7
+
8
+ ### v0.8.0 (2021-05-19)
9
+
10
+ * Unspecified changes
11
+
12
+ ### v0.7.0 (2021-05-13)
13
+
14
+ * Regenerated from discovery document revision 20210429
15
+
16
+ ### v0.6.0 (2021-03-24)
17
+
18
+ * Regenerated from discovery document revision 20210312
19
+
20
+ ### v0.5.0 (2021-03-12)
21
+
22
+ * Regenerated from discovery document revision 20210226
23
+ * Regenerated using generator version 0.2.0
24
+
3
25
  ### v0.4.0 (2021-03-04)
4
26
 
5
27
  * Unspecified changes
@@ -30,7 +30,7 @@ module Google
30
30
  # This is NOT the gem version.
31
31
  VERSION = 'V1'
32
32
 
33
- # View and manage your data across Google Cloud Platform services
33
+ # See, edit, configure, and delete your Google Cloud Platform data
34
34
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
35
35
  end
36
36
  end
@@ -172,8 +172,7 @@ module Google
172
172
  end
173
173
  end
174
174
 
175
- # Autopilot is the configuration for Autopilot settings on the cluster. It is
176
- # the official product name of what is previously known as AutoGKE
175
+ # Autopilot is the configuration for Autopilot settings on the cluster.
177
176
  class Autopilot
178
177
  include Google::Apis::Core::Hashable
179
178
 
@@ -219,6 +218,11 @@ module Google
219
218
  # @return [String]
220
219
  attr_accessor :disk_type
221
220
 
221
+ # The image type to use for NAP created node.
222
+ # Corresponds to the JSON property `imageType`
223
+ # @return [String]
224
+ attr_accessor :image_type
225
+
222
226
  # NodeManagement defines the set of node management services turned on for the
223
227
  # node pool.
224
228
  # Corresponds to the JSON property `management`
@@ -278,6 +282,7 @@ module Google
278
282
  @boot_disk_kms_key = args[:boot_disk_kms_key] if args.key?(:boot_disk_kms_key)
279
283
  @disk_size_gb = args[:disk_size_gb] if args.key?(:disk_size_gb)
280
284
  @disk_type = args[:disk_type] if args.key?(:disk_type)
285
+ @image_type = args[:image_type] if args.key?(:image_type)
281
286
  @management = args[:management] if args.key?(:management)
282
287
  @min_cpu_platform = args[:min_cpu_platform] if args.key?(:min_cpu_platform)
283
288
  @oauth_scopes = args[:oauth_scopes] if args.key?(:oauth_scopes)
@@ -456,8 +461,7 @@ module Google
456
461
  # @return [Google::Apis::ContainerV1::AuthenticatorGroupsConfig]
457
462
  attr_accessor :authenticator_groups_config
458
463
 
459
- # Autopilot is the configuration for Autopilot settings on the cluster. It is
460
- # the official product name of what is previously known as AutoGKE
464
+ # Autopilot is the configuration for Autopilot settings on the cluster.
461
465
  # Corresponds to the JSON property `autopilot`
462
466
  # @return [Google::Apis::ContainerV1::Autopilot]
463
467
  attr_accessor :autopilot
@@ -487,6 +491,12 @@ module Google
487
491
  # @return [Array<Google::Apis::ContainerV1::StatusCondition>]
488
492
  attr_accessor :conditions
489
493
 
494
+ # ConfidentialNodes is configuration for the confidential nodes feature, which
495
+ # makes nodes run on confidential VMs.
496
+ # Corresponds to the JSON property `confidentialNodes`
497
+ # @return [Google::Apis::ContainerV1::ConfidentialNodes]
498
+ attr_accessor :confidential_nodes
499
+
490
500
  # [Output only] The time the cluster was created, in [RFC3339](https://www.ietf.
491
501
  # org/rfc/rfc3339.txt) text format.
492
502
  # Corresponds to the JSON property `createTime`
@@ -558,6 +568,11 @@ module Google
558
568
  # @return [String]
559
569
  attr_accessor :expire_time
560
570
 
571
+ # Output only. Unique id for the cluster.
572
+ # Corresponds to the JSON property `id`
573
+ # @return [String]
574
+ attr_accessor :id
575
+
561
576
  # The initial Kubernetes version for this cluster. Valid versions are those
562
577
  # found in validMasterVersions returned by getServerConfig. The version can be
563
578
  # upgraded over time; such upgrades are reflected in currentMasterVersion and
@@ -812,6 +827,7 @@ module Google
812
827
  @binary_authorization = args[:binary_authorization] if args.key?(:binary_authorization)
813
828
  @cluster_ipv4_cidr = args[:cluster_ipv4_cidr] if args.key?(:cluster_ipv4_cidr)
814
829
  @conditions = args[:conditions] if args.key?(:conditions)
830
+ @confidential_nodes = args[:confidential_nodes] if args.key?(:confidential_nodes)
815
831
  @create_time = args[:create_time] if args.key?(:create_time)
816
832
  @current_master_version = args[:current_master_version] if args.key?(:current_master_version)
817
833
  @current_node_count = args[:current_node_count] if args.key?(:current_node_count)
@@ -823,6 +839,7 @@ module Google
823
839
  @enable_tpu = args[:enable_tpu] if args.key?(:enable_tpu)
824
840
  @endpoint = args[:endpoint] if args.key?(:endpoint)
825
841
  @expire_time = args[:expire_time] if args.key?(:expire_time)
842
+ @id = args[:id] if args.key?(:id)
826
843
  @initial_cluster_version = args[:initial_cluster_version] if args.key?(:initial_cluster_version)
827
844
  @initial_node_count = args[:initial_node_count] if args.key?(:initial_node_count)
828
845
  @instance_group_urls = args[:instance_group_urls] if args.key?(:instance_group_urls)
@@ -915,6 +932,11 @@ module Google
915
932
  # @return [Google::Apis::ContainerV1::AddonsConfig]
916
933
  attr_accessor :desired_addons_config
917
934
 
935
+ # Autopilot is the configuration for Autopilot settings on the cluster.
936
+ # Corresponds to the JSON property `desiredAutopilot`
937
+ # @return [Google::Apis::ContainerV1::Autopilot]
938
+ attr_accessor :desired_autopilot
939
+
918
940
  # Configuration for Binary Authorization.
919
941
  # Corresponds to the JSON property `desiredBinaryAuthorization`
920
942
  # @return [Google::Apis::ContainerV1::BinaryAuthorization]
@@ -932,6 +954,11 @@ module Google
932
954
  # @return [Google::Apis::ContainerV1::DatabaseEncryption]
933
955
  attr_accessor :desired_database_encryption
934
956
 
957
+ # The desired datapath provider for the cluster.
958
+ # Corresponds to the JSON property `desiredDatapathProvider`
959
+ # @return [String]
960
+ attr_accessor :desired_datapath_provider
961
+
935
962
  # DefaultSnatStatus contains the desired state of whether default sNAT should be
936
963
  # disabled on the cluster.
937
964
  # Corresponds to the JSON property `desiredDefaultSnatStatus`
@@ -1076,9 +1103,11 @@ module Google
1076
1103
  # Update properties of this object
1077
1104
  def update!(**args)
1078
1105
  @desired_addons_config = args[:desired_addons_config] if args.key?(:desired_addons_config)
1106
+ @desired_autopilot = args[:desired_autopilot] if args.key?(:desired_autopilot)
1079
1107
  @desired_binary_authorization = args[:desired_binary_authorization] if args.key?(:desired_binary_authorization)
1080
1108
  @desired_cluster_autoscaling = args[:desired_cluster_autoscaling] if args.key?(:desired_cluster_autoscaling)
1081
1109
  @desired_database_encryption = args[:desired_database_encryption] if args.key?(:desired_database_encryption)
1110
+ @desired_datapath_provider = args[:desired_datapath_provider] if args.key?(:desired_datapath_provider)
1082
1111
  @desired_default_snat_status = args[:desired_default_snat_status] if args.key?(:desired_default_snat_status)
1083
1112
  @desired_image_type = args[:desired_image_type] if args.key?(:desired_image_type)
1084
1113
  @desired_intra_node_visibility_config = args[:desired_intra_node_visibility_config] if args.key?(:desired_intra_node_visibility_config)
@@ -1144,6 +1173,27 @@ module Google
1144
1173
  end
1145
1174
  end
1146
1175
 
1176
+ # ConfidentialNodes is configuration for the confidential nodes feature, which
1177
+ # makes nodes run on confidential VMs.
1178
+ class ConfidentialNodes
1179
+ include Google::Apis::Core::Hashable
1180
+
1181
+ # Whether Confidential Nodes feature is enabled for all nodes in this cluster.
1182
+ # Corresponds to the JSON property `enabled`
1183
+ # @return [Boolean]
1184
+ attr_accessor :enabled
1185
+ alias_method :enabled?, :enabled
1186
+
1187
+ def initialize(**args)
1188
+ update!(**args)
1189
+ end
1190
+
1191
+ # Update properties of this object
1192
+ def update!(**args)
1193
+ @enabled = args[:enabled] if args.key?(:enabled)
1194
+ end
1195
+ end
1196
+
1147
1197
  # Configuration options for the Config Connector add-on.
1148
1198
  class ConfigConnectorConfig
1149
1199
  include Google::Apis::Core::Hashable
@@ -2180,6 +2230,12 @@ module Google
2180
2230
  class NetworkConfig
2181
2231
  include Google::Apis::Core::Hashable
2182
2232
 
2233
+ # The desired datapath provider for this cluster. By default, uses the IPTables-
2234
+ # based kube-proxy implementation.
2235
+ # Corresponds to the JSON property `datapathProvider`
2236
+ # @return [String]
2237
+ attr_accessor :datapath_provider
2238
+
2183
2239
  # DefaultSnatStatus contains the desired state of whether default sNAT should be
2184
2240
  # disabled on the cluster.
2185
2241
  # Corresponds to the JSON property `defaultSnatStatus`
@@ -2219,6 +2275,7 @@ module Google
2219
2275
 
2220
2276
  # Update properties of this object
2221
2277
  def update!(**args)
2278
+ @datapath_provider = args[:datapath_provider] if args.key?(:datapath_provider)
2222
2279
  @default_snat_status = args[:default_snat_status] if args.key?(:default_snat_status)
2223
2280
  @enable_intra_node_visibility = args[:enable_intra_node_visibility] if args.key?(:enable_intra_node_visibility)
2224
2281
  @network = args[:network] if args.key?(:network)
@@ -2801,7 +2858,8 @@ module Google
2801
2858
  class Operation
2802
2859
  include Google::Apis::Core::Hashable
2803
2860
 
2804
- # Which conditions caused the current cluster state.
2861
+ # Which conditions caused the current cluster state. Deprecated. Use field error
2862
+ # instead.
2805
2863
  # Corresponds to the JSON property `clusterConditions`
2806
2864
  # @return [Array<Google::Apis::ContainerV1::StatusCondition>]
2807
2865
  attr_accessor :cluster_conditions
@@ -2817,6 +2875,16 @@ module Google
2817
2875
  # @return [String]
2818
2876
  attr_accessor :end_time
2819
2877
 
2878
+ # The `Status` type defines a logical error model that is suitable for different
2879
+ # programming environments, including REST APIs and RPC APIs. It is used by [
2880
+ # gRPC](https://github.com/grpc). Each `Status` message contains three pieces of
2881
+ # data: error code, error message, and error details. You can find out more
2882
+ # about this error model and how to work with it in the [API Design Guide](https:
2883
+ # //cloud.google.com/apis/design/errors).
2884
+ # Corresponds to the JSON property `error`
2885
+ # @return [Google::Apis::ContainerV1::Status]
2886
+ attr_accessor :error
2887
+
2820
2888
  # [Output only] The name of the Google Compute Engine [zone](https://cloud.
2821
2889
  # google.com/compute/docs/regions-zones/regions-zones#available) or [region](
2822
2890
  # https://cloud.google.com/compute/docs/regions-zones/regions-zones#available)
@@ -2830,7 +2898,8 @@ module Google
2830
2898
  # @return [String]
2831
2899
  attr_accessor :name
2832
2900
 
2833
- # Which conditions caused the current node pool state.
2901
+ # Which conditions caused the current node pool state. Deprecated. Use field
2902
+ # error instead.
2834
2903
  # Corresponds to the JSON property `nodepoolConditions`
2835
2904
  # @return [Array<Google::Apis::ContainerV1::StatusCondition>]
2836
2905
  attr_accessor :nodepool_conditions
@@ -2862,6 +2931,7 @@ module Google
2862
2931
  attr_accessor :status
2863
2932
 
2864
2933
  # Output only. If an error has occurred, a textual description of the error.
2934
+ # Deprecated. Use the field error instead.
2865
2935
  # Corresponds to the JSON property `statusMessage`
2866
2936
  # @return [String]
2867
2937
  attr_accessor :status_message
@@ -2887,6 +2957,7 @@ module Google
2887
2957
  @cluster_conditions = args[:cluster_conditions] if args.key?(:cluster_conditions)
2888
2958
  @detail = args[:detail] if args.key?(:detail)
2889
2959
  @end_time = args[:end_time] if args.key?(:end_time)
2960
+ @error = args[:error] if args.key?(:error)
2890
2961
  @location = args[:location] if args.key?(:location)
2891
2962
  @name = args[:name] if args.key?(:name)
2892
2963
  @nodepool_conditions = args[:nodepool_conditions] if args.key?(:nodepool_conditions)
@@ -4119,12 +4190,57 @@ module Google
4119
4190
  end
4120
4191
  end
4121
4192
 
4193
+ # The `Status` type defines a logical error model that is suitable for different
4194
+ # programming environments, including REST APIs and RPC APIs. It is used by [
4195
+ # gRPC](https://github.com/grpc). Each `Status` message contains three pieces of
4196
+ # data: error code, error message, and error details. You can find out more
4197
+ # about this error model and how to work with it in the [API Design Guide](https:
4198
+ # //cloud.google.com/apis/design/errors).
4199
+ class Status
4200
+ include Google::Apis::Core::Hashable
4201
+
4202
+ # The status code, which should be an enum value of google.rpc.Code.
4203
+ # Corresponds to the JSON property `code`
4204
+ # @return [Fixnum]
4205
+ attr_accessor :code
4206
+
4207
+ # A list of messages that carry the error details. There is a common set of
4208
+ # message types for APIs to use.
4209
+ # Corresponds to the JSON property `details`
4210
+ # @return [Array<Hash<String,Object>>]
4211
+ attr_accessor :details
4212
+
4213
+ # A developer-facing error message, which should be in English. Any user-facing
4214
+ # error message should be localized and sent in the google.rpc.Status.details
4215
+ # field, or localized by the client.
4216
+ # Corresponds to the JSON property `message`
4217
+ # @return [String]
4218
+ attr_accessor :message
4219
+
4220
+ def initialize(**args)
4221
+ update!(**args)
4222
+ end
4223
+
4224
+ # Update properties of this object
4225
+ def update!(**args)
4226
+ @code = args[:code] if args.key?(:code)
4227
+ @details = args[:details] if args.key?(:details)
4228
+ @message = args[:message] if args.key?(:message)
4229
+ end
4230
+ end
4231
+
4122
4232
  # StatusCondition describes why a cluster or a node pool has a certain status (e.
4123
4233
  # g., ERROR or DEGRADED).
4124
4234
  class StatusCondition
4125
4235
  include Google::Apis::Core::Hashable
4126
4236
 
4127
- # Machine-friendly representation of the condition
4237
+ # Canonical code of the condition.
4238
+ # Corresponds to the JSON property `canonicalCode`
4239
+ # @return [String]
4240
+ attr_accessor :canonical_code
4241
+
4242
+ # Machine-friendly representation of the condition Deprecated. Use
4243
+ # canonical_code instead.
4128
4244
  # Corresponds to the JSON property `code`
4129
4245
  # @return [String]
4130
4246
  attr_accessor :code
@@ -4140,6 +4256,7 @@ module Google
4140
4256
 
4141
4257
  # Update properties of this object
4142
4258
  def update!(**args)
4259
+ @canonical_code = args[:canonical_code] if args.key?(:canonical_code)
4143
4260
  @code = args[:code] if args.key?(:code)
4144
4261
  @message = args[:message] if args.key?(:message)
4145
4262
  end
@@ -4392,6 +4509,48 @@ module Google
4392
4509
  end
4393
4510
  end
4394
4511
 
4512
+ # UpgradeAvailableEvent is a notification sent to customers when a new available
4513
+ # version is released.
4514
+ class UpgradeAvailableEvent
4515
+ include Google::Apis::Core::Hashable
4516
+
4517
+ # ReleaseChannel indicates which release channel a cluster is subscribed to.
4518
+ # Release channels are arranged in order of risk. When a cluster is subscribed
4519
+ # to a release channel, Google maintains both the master version and the node
4520
+ # version. Node auto-upgrade defaults to true and cannot be disabled.
4521
+ # Corresponds to the JSON property `releaseChannel`
4522
+ # @return [Google::Apis::ContainerV1::ReleaseChannel]
4523
+ attr_accessor :release_channel
4524
+
4525
+ # Optional relative path to the resource. For example, the relative path of the
4526
+ # node pool.
4527
+ # Corresponds to the JSON property `resource`
4528
+ # @return [String]
4529
+ attr_accessor :resource
4530
+
4531
+ # The resource type of the release version.
4532
+ # Corresponds to the JSON property `resourceType`
4533
+ # @return [String]
4534
+ attr_accessor :resource_type
4535
+
4536
+ # The release version available for upgrade.
4537
+ # Corresponds to the JSON property `version`
4538
+ # @return [String]
4539
+ attr_accessor :version
4540
+
4541
+ def initialize(**args)
4542
+ update!(**args)
4543
+ end
4544
+
4545
+ # Update properties of this object
4546
+ def update!(**args)
4547
+ @release_channel = args[:release_channel] if args.key?(:release_channel)
4548
+ @resource = args[:resource] if args.key?(:resource)
4549
+ @resource_type = args[:resource_type] if args.key?(:resource_type)
4550
+ @version = args[:version] if args.key?(:version)
4551
+ end
4552
+ end
4553
+
4395
4554
  # UpgradeEvent is a notification sent to customers by the cluster server when a
4396
4555
  # resource is upgrading.
4397
4556
  class UpgradeEvent
@@ -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.4.0"
19
+ GEM_VERSION = "0.9.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.1.2"
22
+ GENERATOR_VERSION = "0.3.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210216"
25
+ REVISION = "20210521"
26
26
  end
27
27
  end
28
28
  end
@@ -118,6 +118,12 @@ module Google
118
118
  include Google::Apis::Core::JsonObjectSupport
119
119
  end
120
120
 
121
+ class ConfidentialNodes
122
+ class Representation < Google::Apis::Core::JsonRepresentation; end
123
+
124
+ include Google::Apis::Core::JsonObjectSupport
125
+ end
126
+
121
127
  class ConfigConnectorConfig
122
128
  class Representation < Google::Apis::Core::JsonRepresentation; end
123
129
 
@@ -538,6 +544,12 @@ module Google
538
544
  include Google::Apis::Core::JsonObjectSupport
539
545
  end
540
546
 
547
+ class Status
548
+ class Representation < Google::Apis::Core::JsonRepresentation; end
549
+
550
+ include Google::Apis::Core::JsonObjectSupport
551
+ end
552
+
541
553
  class StatusCondition
542
554
  class Representation < Google::Apis::Core::JsonRepresentation; end
543
555
 
@@ -568,6 +580,12 @@ module Google
568
580
  include Google::Apis::Core::JsonObjectSupport
569
581
  end
570
582
 
583
+ class UpgradeAvailableEvent
584
+ class Representation < Google::Apis::Core::JsonRepresentation; end
585
+
586
+ include Google::Apis::Core::JsonObjectSupport
587
+ end
588
+
571
589
  class UpgradeEvent
572
590
  class Representation < Google::Apis::Core::JsonRepresentation; end
573
591
 
@@ -669,6 +687,7 @@ module Google
669
687
  property :boot_disk_kms_key, as: 'bootDiskKmsKey'
670
688
  property :disk_size_gb, as: 'diskSizeGb'
671
689
  property :disk_type, as: 'diskType'
690
+ property :image_type, as: 'imageType'
672
691
  property :management, as: 'management', class: Google::Apis::ContainerV1::NodeManagement, decorator: Google::Apis::ContainerV1::NodeManagement::Representation
673
692
 
674
693
  property :min_cpu_platform, as: 'minCpuPlatform'
@@ -744,6 +763,8 @@ module Google
744
763
  property :cluster_ipv4_cidr, as: 'clusterIpv4Cidr'
745
764
  collection :conditions, as: 'conditions', class: Google::Apis::ContainerV1::StatusCondition, decorator: Google::Apis::ContainerV1::StatusCondition::Representation
746
765
 
766
+ property :confidential_nodes, as: 'confidentialNodes', class: Google::Apis::ContainerV1::ConfidentialNodes, decorator: Google::Apis::ContainerV1::ConfidentialNodes::Representation
767
+
747
768
  property :create_time, as: 'createTime'
748
769
  property :current_master_version, as: 'currentMasterVersion'
749
770
  property :current_node_count, as: 'currentNodeCount'
@@ -757,6 +778,7 @@ module Google
757
778
  property :enable_tpu, as: 'enableTpu'
758
779
  property :endpoint, as: 'endpoint'
759
780
  property :expire_time, as: 'expireTime'
781
+ property :id, as: 'id'
760
782
  property :initial_cluster_version, as: 'initialClusterVersion'
761
783
  property :initial_node_count, as: 'initialNodeCount'
762
784
  collection :instance_group_urls, as: 'instanceGroupUrls'
@@ -828,12 +850,15 @@ module Google
828
850
  class Representation < Google::Apis::Core::JsonRepresentation
829
851
  property :desired_addons_config, as: 'desiredAddonsConfig', class: Google::Apis::ContainerV1::AddonsConfig, decorator: Google::Apis::ContainerV1::AddonsConfig::Representation
830
852
 
853
+ property :desired_autopilot, as: 'desiredAutopilot', class: Google::Apis::ContainerV1::Autopilot, decorator: Google::Apis::ContainerV1::Autopilot::Representation
854
+
831
855
  property :desired_binary_authorization, as: 'desiredBinaryAuthorization', class: Google::Apis::ContainerV1::BinaryAuthorization, decorator: Google::Apis::ContainerV1::BinaryAuthorization::Representation
832
856
 
833
857
  property :desired_cluster_autoscaling, as: 'desiredClusterAutoscaling', class: Google::Apis::ContainerV1::ClusterAutoscaling, decorator: Google::Apis::ContainerV1::ClusterAutoscaling::Representation
834
858
 
835
859
  property :desired_database_encryption, as: 'desiredDatabaseEncryption', class: Google::Apis::ContainerV1::DatabaseEncryption, decorator: Google::Apis::ContainerV1::DatabaseEncryption::Representation
836
860
 
861
+ property :desired_datapath_provider, as: 'desiredDatapathProvider'
837
862
  property :desired_default_snat_status, as: 'desiredDefaultSnatStatus', class: Google::Apis::ContainerV1::DefaultSnatStatus, decorator: Google::Apis::ContainerV1::DefaultSnatStatus::Representation
838
863
 
839
864
  property :desired_image_type, as: 'desiredImageType'
@@ -877,6 +902,13 @@ module Google
877
902
  end
878
903
  end
879
904
 
905
+ class ConfidentialNodes
906
+ # @private
907
+ class Representation < Google::Apis::Core::JsonRepresentation
908
+ property :enabled, as: 'enabled'
909
+ end
910
+ end
911
+
880
912
  class ConfigConnectorConfig
881
913
  # @private
882
914
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1165,6 +1197,7 @@ module Google
1165
1197
  class NetworkConfig
1166
1198
  # @private
1167
1199
  class Representation < Google::Apis::Core::JsonRepresentation
1200
+ property :datapath_provider, as: 'datapathProvider'
1168
1201
  property :default_snat_status, as: 'defaultSnatStatus', class: Google::Apis::ContainerV1::DefaultSnatStatus, decorator: Google::Apis::ContainerV1::DefaultSnatStatus::Representation
1169
1202
 
1170
1203
  property :enable_intra_node_visibility, as: 'enableIntraNodeVisibility'
@@ -1305,6 +1338,8 @@ module Google
1305
1338
 
1306
1339
  property :detail, as: 'detail'
1307
1340
  property :end_time, as: 'endTime'
1341
+ property :error, as: 'error', class: Google::Apis::ContainerV1::Status, decorator: Google::Apis::ContainerV1::Status::Representation
1342
+
1308
1343
  property :location, as: 'location'
1309
1344
  property :name, as: 'name'
1310
1345
  collection :nodepool_conditions, as: 'nodepoolConditions', class: Google::Apis::ContainerV1::StatusCondition, decorator: Google::Apis::ContainerV1::StatusCondition::Representation
@@ -1616,9 +1651,19 @@ module Google
1616
1651
  end
1617
1652
  end
1618
1653
 
1654
+ class Status
1655
+ # @private
1656
+ class Representation < Google::Apis::Core::JsonRepresentation
1657
+ property :code, as: 'code'
1658
+ collection :details, as: 'details'
1659
+ property :message, as: 'message'
1660
+ end
1661
+ end
1662
+
1619
1663
  class StatusCondition
1620
1664
  # @private
1621
1665
  class Representation < Google::Apis::Core::JsonRepresentation
1666
+ property :canonical_code, as: 'canonicalCode'
1622
1667
  property :code, as: 'code'
1623
1668
  property :message, as: 'message'
1624
1669
  end
@@ -1677,6 +1722,17 @@ module Google
1677
1722
  end
1678
1723
  end
1679
1724
 
1725
+ class UpgradeAvailableEvent
1726
+ # @private
1727
+ class Representation < Google::Apis::Core::JsonRepresentation
1728
+ property :release_channel, as: 'releaseChannel', class: Google::Apis::ContainerV1::ReleaseChannel, decorator: Google::Apis::ContainerV1::ReleaseChannel::Representation
1729
+
1730
+ property :resource, as: 'resource'
1731
+ property :resource_type, as: 'resourceType'
1732
+ property :version, as: 'version'
1733
+ end
1734
+ end
1735
+
1680
1736
  class UpgradeEvent
1681
1737
  # @private
1682
1738
  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.4.0
4
+ version: 0.9.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-03-08 00:00:00.000000000 Z
11
+ date: 2021-06-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-container_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1/v0.4.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1/v0.9.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-container_v1
57
57
  post_install_message:
58
58
  rdoc_options: []
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  requirements: []
72
- rubygems_version: 3.2.13
72
+ rubygems_version: 3.2.17
73
73
  signing_key:
74
74
  specification_version: 4
75
75
  summary: Simple REST client for Kubernetes Engine API V1