google-apis-container_v1beta1 0.1.0 → 0.6.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: 5241875babbf6cb5af0f0cd230f2839f5607f0ebe6db2771ea859643efede38d
4
- data.tar.gz: 6a97ac13f9a042272fb8e46b012f3b3dc1fcee805361f341ad8f08215f950fcb
3
+ metadata.gz: adde408d57f43f442b3eac9ad7a57c295dc22059bfa553eb81ffbc2e5766608c
4
+ data.tar.gz: c70f806064994d643b9c115b950f935660aad1c7a26bd7bd27659cca76d7c4dd
5
5
  SHA512:
6
- metadata.gz: 294a06fa62b56c31f5a7b02d6c63760712a432dc116f698cf7cb5c6323be1e303f676990d7281326a87555c2cfbe727a1042235d470e569c42870928827e0614
7
- data.tar.gz: 5a2fc714d80021442c9c0a9b90048f92dc1e42e48d6b3416974d2649ca1cd6f08c141490a72a592e25d453363ab86f82a1662ea6e075cd594a6c0e8b5f625baa
6
+ metadata.gz: 85b7b979c1c6f3879b004c53cc25fd60bc5fcfe66c6ce5fc8497fb0a57e82047865bb4bcd6426d122b31bc50eb05fcebc4c27d365313bd20972c1f9f28365539
7
+ data.tar.gz: 7e8e8f0b8464feb3561a2ab2db6af78336301376bca12d5e3f3e7f816de86764eba1b623ea087e2baf288cd7a4bd19d80bcbc761157bfdae971c0cfaa8f9c12f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # Release history for google-apis-container_v1beta1
2
2
 
3
+ ### v0.6.0 (2021-03-24)
4
+
5
+ * Regenerated from discovery document revision 20210312
6
+
7
+ ### v0.5.0 (2021-03-12)
8
+
9
+ * Regenerated from discovery document revision 20210226
10
+ * Regenerated using generator version 0.2.0
11
+
12
+ ### v0.4.0 (2021-03-06)
13
+
14
+ * Regenerated from discovery document revision 20210224
15
+
16
+ ### v0.3.0 (2021-02-19)
17
+
18
+ * Regenerated from discovery document revision 20210216
19
+
20
+ ### v0.2.0 (2021-02-09)
21
+
22
+ * Regenerated from discovery document revision 20210205
23
+ * Regenerated using generator version 0.1.2
24
+
3
25
  ### v0.1.0 (2021-01-07)
4
26
 
5
27
  * Regenerated using generator version 0.1.1
@@ -184,6 +184,26 @@ module Google
184
184
  end
185
185
  end
186
186
 
187
+ # Autopilot is the configuration for Autopilot settings on the cluster.
188
+ class Autopilot
189
+ include Google::Apis::Core::Hashable
190
+
191
+ # Enable Autopilot
192
+ # Corresponds to the JSON property `enabled`
193
+ # @return [Boolean]
194
+ attr_accessor :enabled
195
+ alias_method :enabled?, :enabled
196
+
197
+ def initialize(**args)
198
+ update!(**args)
199
+ end
200
+
201
+ # Update properties of this object
202
+ def update!(**args)
203
+ @enabled = args[:enabled] if args.key?(:enabled)
204
+ end
205
+ end
206
+
187
207
  # AutoprovisioningNodePoolDefaults contains defaults for a node pool created by
188
208
  # NAP.
189
209
  class AutoprovisioningNodePoolDefaults
@@ -482,6 +502,11 @@ module Google
482
502
  # @return [Google::Apis::ContainerV1beta1::AuthenticatorGroupsConfig]
483
503
  attr_accessor :authenticator_groups_config
484
504
 
505
+ # Autopilot is the configuration for Autopilot settings on the cluster.
506
+ # Corresponds to the JSON property `autopilot`
507
+ # @return [Google::Apis::ContainerV1beta1::Autopilot]
508
+ attr_accessor :autopilot
509
+
485
510
  # ClusterAutoscaling contains global, per-cluster information required by
486
511
  # Cluster Autoscaler to automatically adjust the size of the cluster and create/
487
512
  # delete node pools based on the current needs.
@@ -873,6 +898,7 @@ module Google
873
898
  def update!(**args)
874
899
  @addons_config = args[:addons_config] if args.key?(:addons_config)
875
900
  @authenticator_groups_config = args[:authenticator_groups_config] if args.key?(:authenticator_groups_config)
901
+ @autopilot = args[:autopilot] if args.key?(:autopilot)
876
902
  @autoscaling = args[:autoscaling] if args.key?(:autoscaling)
877
903
  @binary_authorization = args[:binary_authorization] if args.key?(:binary_authorization)
878
904
  @cluster_ipv4_cidr = args[:cluster_ipv4_cidr] if args.key?(:cluster_ipv4_cidr)
@@ -1057,6 +1083,12 @@ module Google
1057
1083
  # @return [Google::Apis::ContainerV1beta1::IntraNodeVisibilityConfig]
1058
1084
  attr_accessor :desired_intra_node_visibility_config
1059
1085
 
1086
+ # ILBSubsettingConfig contains the desired config of L4 Internal LoadBalancer
1087
+ # subsetting on this cluster.
1088
+ # Corresponds to the JSON property `desiredL4ilbSubsettingConfig`
1089
+ # @return [Google::Apis::ContainerV1beta1::IlbSubsettingConfig]
1090
+ attr_accessor :desired_l4ilb_subsetting_config
1091
+
1060
1092
  # The desired list of Google Compute Engine [zones](https://cloud.google.com/
1061
1093
  # compute/docs/zones#available) in which the cluster's nodes should be located.
1062
1094
  # This list must always include the cluster's primary zone. Warning: changing
@@ -1207,6 +1239,7 @@ module Google
1207
1239
  @desired_default_snat_status = args[:desired_default_snat_status] if args.key?(:desired_default_snat_status)
1208
1240
  @desired_image_type = args[:desired_image_type] if args.key?(:desired_image_type)
1209
1241
  @desired_intra_node_visibility_config = args[:desired_intra_node_visibility_config] if args.key?(:desired_intra_node_visibility_config)
1242
+ @desired_l4ilb_subsetting_config = args[:desired_l4ilb_subsetting_config] if args.key?(:desired_l4ilb_subsetting_config)
1210
1243
  @desired_locations = args[:desired_locations] if args.key?(:desired_locations)
1211
1244
  @desired_logging_service = args[:desired_logging_service] if args.key?(:desired_logging_service)
1212
1245
  @desired_master = args[:desired_master] if args.key?(:desired_master)
@@ -1746,6 +1779,27 @@ module Google
1746
1779
  end
1747
1780
  end
1748
1781
 
1782
+ # ILBSubsettingConfig contains the desired config of L4 Internal LoadBalancer
1783
+ # subsetting on this cluster.
1784
+ class IlbSubsettingConfig
1785
+ include Google::Apis::Core::Hashable
1786
+
1787
+ # Enables l4 ILB subsetting for this cluster
1788
+ # Corresponds to the JSON property `enabled`
1789
+ # @return [Boolean]
1790
+ attr_accessor :enabled
1791
+ alias_method :enabled?, :enabled
1792
+
1793
+ def initialize(**args)
1794
+ update!(**args)
1795
+ end
1796
+
1797
+ # Update properties of this object
1798
+ def update!(**args)
1799
+ @enabled = args[:enabled] if args.key?(:enabled)
1800
+ end
1801
+ end
1802
+
1749
1803
  # Configuration for controlling how IPs are allocated in the cluster.
1750
1804
  class IpAllocationPolicy
1751
1805
  include Google::Apis::Core::Hashable
@@ -2505,6 +2559,12 @@ module Google
2505
2559
  attr_accessor :enable_intra_node_visibility
2506
2560
  alias_method :enable_intra_node_visibility?, :enable_intra_node_visibility
2507
2561
 
2562
+ # Whether L4ILB Subsetting is enabled for this cluster.
2563
+ # Corresponds to the JSON property `enableL4ilbSubsetting`
2564
+ # @return [Boolean]
2565
+ attr_accessor :enable_l4ilb_subsetting
2566
+ alias_method :enable_l4ilb_subsetting?, :enable_l4ilb_subsetting
2567
+
2508
2568
  # Output only. The relative name of the Google Compute Engine network(https://
2509
2569
  # cloud.google.com/compute/docs/networks-and-firewalls#networks) to which the
2510
2570
  # cluster is connected. Example: projects/my-project/global/networks/my-network
@@ -2534,6 +2594,7 @@ module Google
2534
2594
  @datapath_provider = args[:datapath_provider] if args.key?(:datapath_provider)
2535
2595
  @default_snat_status = args[:default_snat_status] if args.key?(:default_snat_status)
2536
2596
  @enable_intra_node_visibility = args[:enable_intra_node_visibility] if args.key?(:enable_intra_node_visibility)
2597
+ @enable_l4ilb_subsetting = args[:enable_l4ilb_subsetting] if args.key?(:enable_l4ilb_subsetting)
2537
2598
  @network = args[:network] if args.key?(:network)
2538
2599
  @private_ipv6_google_access = args[:private_ipv6_google_access] if args.key?(:private_ipv6_google_access)
2539
2600
  @subnetwork = args[:subnetwork] if args.key?(:subnetwork)
@@ -2589,6 +2650,27 @@ module Google
2589
2650
  end
2590
2651
  end
2591
2652
 
2653
+ # Collection of Compute Engine network tags that can be applied to a node's
2654
+ # underyling VM instance. (See `tags` field in [`NodeConfig`](/kubernetes-engine/
2655
+ # docs/reference/rest/v1/NodeConfig)).
2656
+ class NetworkTags
2657
+ include Google::Apis::Core::Hashable
2658
+
2659
+ # List of network tags.
2660
+ # Corresponds to the JSON property `tags`
2661
+ # @return [Array<String>]
2662
+ attr_accessor :tags
2663
+
2664
+ def initialize(**args)
2665
+ update!(**args)
2666
+ end
2667
+
2668
+ # Update properties of this object
2669
+ def update!(**args)
2670
+ @tags = args[:tags] if args.key?(:tags)
2671
+ end
2672
+ end
2673
+
2592
2674
  # Parameters that describe the nodes in a cluster.
2593
2675
  class NodeConfig
2594
2676
  include Google::Apis::Core::Hashable
@@ -2848,6 +2930,26 @@ module Google
2848
2930
  end
2849
2931
  end
2850
2932
 
2933
+ # Collection of node-level [Kubernetes labels](https://kubernetes.io/docs/
2934
+ # concepts/overview/working-with-objects/labels).
2935
+ class NodeLabels
2936
+ include Google::Apis::Core::Hashable
2937
+
2938
+ # Map of node label keys and node label values.
2939
+ # Corresponds to the JSON property `labels`
2940
+ # @return [Hash<String,String>]
2941
+ attr_accessor :labels
2942
+
2943
+ def initialize(**args)
2944
+ update!(**args)
2945
+ end
2946
+
2947
+ # Update properties of this object
2948
+ def update!(**args)
2949
+ @labels = args[:labels] if args.key?(:labels)
2950
+ end
2951
+ end
2952
+
2851
2953
  # NodeManagement defines the set of node management services turned on for the
2852
2954
  # node pool.
2853
2955
  class NodeManagement
@@ -2883,6 +2985,49 @@ module Google
2883
2985
  end
2884
2986
  end
2885
2987
 
2988
+ # Parameters for node pool-level network config. Only applicable if `
2989
+ # ip_allocation_policy.use_ip_aliases` is true.
2990
+ class NodeNetworkConfig
2991
+ include Google::Apis::Core::Hashable
2992
+
2993
+ # Input only. Whether to create a new range for pod IPs in this node pool.
2994
+ # Defaults are provided for `pod_range` and `pod_ipv4_cidr_block` if they are
2995
+ # not specified. If neither `create_pod_range` or `pod_range` are specified, the
2996
+ # cluster-level default (`ip_allocation_policy.cluster_ipv4_cidr_block`) is used.
2997
+ # Corresponds to the JSON property `createPodRange`
2998
+ # @return [Boolean]
2999
+ attr_accessor :create_pod_range
3000
+ alias_method :create_pod_range?, :create_pod_range
3001
+
3002
+ # The IP address range for pod IPs in this node pool. Only applicable if `
3003
+ # create_pod_range` is true. Set to blank to have a range chosen with the
3004
+ # default size. Set to /netmask (e.g. `/14`) to have a range chosen with a
3005
+ # specific netmask. Set to a [CIDR](https://en.wikipedia.org/wiki/
3006
+ # Classless_Inter-Domain_Routing) notation (e.g. `10.96.0.0/14`) to pick a
3007
+ # specific range to use.
3008
+ # Corresponds to the JSON property `podIpv4CidrBlock`
3009
+ # @return [String]
3010
+ attr_accessor :pod_ipv4_cidr_block
3011
+
3012
+ # The ID of the secondary range for pod IPs. If `create_pod_range` is true, this
3013
+ # ID is used for the new range. If `create_pod_range` is false, uses an existing
3014
+ # secondary range with this ID.
3015
+ # Corresponds to the JSON property `podRange`
3016
+ # @return [String]
3017
+ attr_accessor :pod_range
3018
+
3019
+ def initialize(**args)
3020
+ update!(**args)
3021
+ end
3022
+
3023
+ # Update properties of this object
3024
+ def update!(**args)
3025
+ @create_pod_range = args[:create_pod_range] if args.key?(:create_pod_range)
3026
+ @pod_ipv4_cidr_block = args[:pod_ipv4_cidr_block] if args.key?(:pod_ipv4_cidr_block)
3027
+ @pod_range = args[:pod_range] if args.key?(:pod_range)
3028
+ end
3029
+ end
3030
+
2886
3031
  # NodePool contains the name and configuration for a cluster's node pool. Node
2887
3032
  # pools are a set of nodes (i.e. VM's), with a common configuration and
2888
3033
  # specification, under the control of the cluster master. They may have a set of
@@ -2949,6 +3094,12 @@ module Google
2949
3094
  # @return [String]
2950
3095
  attr_accessor :name
2951
3096
 
3097
+ # Parameters for node pool-level network config. Only applicable if `
3098
+ # ip_allocation_policy.use_ip_aliases` is true.
3099
+ # Corresponds to the JSON property `networkConfig`
3100
+ # @return [Google::Apis::ContainerV1beta1::NodeNetworkConfig]
3101
+ attr_accessor :network_config
3102
+
2952
3103
  # [Output only] The pod CIDR block size per node in this node pool.
2953
3104
  # Corresponds to the JSON property `podIpv4CidrSize`
2954
3105
  # @return [Fixnum]
@@ -3008,6 +3159,7 @@ module Google
3008
3159
  @management = args[:management] if args.key?(:management)
3009
3160
  @max_pods_constraint = args[:max_pods_constraint] if args.key?(:max_pods_constraint)
3010
3161
  @name = args[:name] if args.key?(:name)
3162
+ @network_config = args[:network_config] if args.key?(:network_config)
3011
3163
  @pod_ipv4_cidr_size = args[:pod_ipv4_cidr_size] if args.key?(:pod_ipv4_cidr_size)
3012
3164
  @self_link = args[:self_link] if args.key?(:self_link)
3013
3165
  @status = args[:status] if args.key?(:status)
@@ -3092,6 +3244,26 @@ module Google
3092
3244
  end
3093
3245
  end
3094
3246
 
3247
+ # Collection of Kubernetes [node taints](https://kubernetes.io/docs/concepts/
3248
+ # configuration/taint-and-toleration).
3249
+ class NodeTaints
3250
+ include Google::Apis::Core::Hashable
3251
+
3252
+ # List of node taints.
3253
+ # Corresponds to the JSON property `taints`
3254
+ # @return [Array<Google::Apis::ContainerV1beta1::NodeTaint>]
3255
+ attr_accessor :taints
3256
+
3257
+ def initialize(**args)
3258
+ update!(**args)
3259
+ end
3260
+
3261
+ # Update properties of this object
3262
+ def update!(**args)
3263
+ @taints = args[:taints] if args.key?(:taints)
3264
+ end
3265
+ end
3266
+
3095
3267
  # NotificationConfig is the configuration of notifications.
3096
3268
  class NotificationConfig
3097
3269
  include Google::Apis::Core::Hashable
@@ -4738,6 +4910,12 @@ module Google
4738
4910
  # @return [Google::Apis::ContainerV1beta1::NodeKubeletConfig]
4739
4911
  attr_accessor :kubelet_config
4740
4912
 
4913
+ # Collection of node-level [Kubernetes labels](https://kubernetes.io/docs/
4914
+ # concepts/overview/working-with-objects/labels).
4915
+ # Corresponds to the JSON property `labels`
4916
+ # @return [Google::Apis::ContainerV1beta1::NodeLabels]
4917
+ attr_accessor :labels
4918
+
4741
4919
  # Parameters that can be configured on Linux nodes.
4742
4920
  # Corresponds to the JSON property `linuxNodeConfig`
4743
4921
  # @return [Google::Apis::ContainerV1beta1::LinuxNodeConfig]
@@ -4782,6 +4960,19 @@ module Google
4782
4960
  # @return [String]
4783
4961
  attr_accessor :project_id
4784
4962
 
4963
+ # Collection of Compute Engine network tags that can be applied to a node's
4964
+ # underyling VM instance. (See `tags` field in [`NodeConfig`](/kubernetes-engine/
4965
+ # docs/reference/rest/v1/NodeConfig)).
4966
+ # Corresponds to the JSON property `tags`
4967
+ # @return [Google::Apis::ContainerV1beta1::NetworkTags]
4968
+ attr_accessor :tags
4969
+
4970
+ # Collection of Kubernetes [node taints](https://kubernetes.io/docs/concepts/
4971
+ # configuration/taint-and-toleration).
4972
+ # Corresponds to the JSON property `taints`
4973
+ # @return [Google::Apis::ContainerV1beta1::NodeTaints]
4974
+ attr_accessor :taints
4975
+
4785
4976
  # These upgrade settings control the level of parallelism and the level of
4786
4977
  # disruption caused by an upgrade. maxUnavailable controls the number of nodes
4787
4978
  # that can be simultaneously unavailable. maxSurge controls the number of
@@ -4822,18 +5013,63 @@ module Google
4822
5013
  @cluster_id = args[:cluster_id] if args.key?(:cluster_id)
4823
5014
  @image_type = args[:image_type] if args.key?(:image_type)
4824
5015
  @kubelet_config = args[:kubelet_config] if args.key?(:kubelet_config)
5016
+ @labels = args[:labels] if args.key?(:labels)
4825
5017
  @linux_node_config = args[:linux_node_config] if args.key?(:linux_node_config)
4826
5018
  @locations = args[:locations] if args.key?(:locations)
4827
5019
  @name = args[:name] if args.key?(:name)
4828
5020
  @node_pool_id = args[:node_pool_id] if args.key?(:node_pool_id)
4829
5021
  @node_version = args[:node_version] if args.key?(:node_version)
4830
5022
  @project_id = args[:project_id] if args.key?(:project_id)
5023
+ @tags = args[:tags] if args.key?(:tags)
5024
+ @taints = args[:taints] if args.key?(:taints)
4831
5025
  @upgrade_settings = args[:upgrade_settings] if args.key?(:upgrade_settings)
4832
5026
  @workload_metadata_config = args[:workload_metadata_config] if args.key?(:workload_metadata_config)
4833
5027
  @zone = args[:zone] if args.key?(:zone)
4834
5028
  end
4835
5029
  end
4836
5030
 
5031
+ # UpgradeAvailableEvent is a notification sent to customers when a new available
5032
+ # version is released.
5033
+ class UpgradeAvailableEvent
5034
+ include Google::Apis::Core::Hashable
5035
+
5036
+ # ReleaseChannel indicates which release channel a cluster is subscribed to.
5037
+ # Release channels are arranged in order of risk. When a cluster is subscribed
5038
+ # to a release channel, Google maintains both the master version and the node
5039
+ # version. Node auto-upgrade defaults to true and cannot be disabled.
5040
+ # Corresponds to the JSON property `releaseChannel`
5041
+ # @return [Google::Apis::ContainerV1beta1::ReleaseChannel]
5042
+ attr_accessor :release_channel
5043
+
5044
+ # Optional. Optional relative path to the resource. For example, the relative
5045
+ # path of the node pool.
5046
+ # Corresponds to the JSON property `resource`
5047
+ # @return [String]
5048
+ attr_accessor :resource
5049
+
5050
+ # The resource type of the release version.
5051
+ # Corresponds to the JSON property `resourceType`
5052
+ # @return [String]
5053
+ attr_accessor :resource_type
5054
+
5055
+ # The release version available for upgrade.
5056
+ # Corresponds to the JSON property `version`
5057
+ # @return [String]
5058
+ attr_accessor :version
5059
+
5060
+ def initialize(**args)
5061
+ update!(**args)
5062
+ end
5063
+
5064
+ # Update properties of this object
5065
+ def update!(**args)
5066
+ @release_channel = args[:release_channel] if args.key?(:release_channel)
5067
+ @resource = args[:resource] if args.key?(:resource)
5068
+ @resource_type = args[:resource_type] if args.key?(:resource_type)
5069
+ @version = args[:version] if args.key?(:version)
5070
+ end
5071
+ end
5072
+
4837
5073
  # UpgradeEvent is a notification sent to customers by the cluster server when a
4838
5074
  # resource is upgrading.
4839
5075
  class UpgradeEvent
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ContainerV1beta1
18
18
  # Version of the google-apis-container_v1beta1 gem
19
- GEM_VERSION = "0.1.0"
19
+ GEM_VERSION = "0.6.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.1.1"
22
+ GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20201209"
25
+ REVISION = "20210312"
26
26
  end
27
27
  end
28
28
  end
@@ -46,6 +46,12 @@ module Google
46
46
  include Google::Apis::Core::JsonObjectSupport
47
47
  end
48
48
 
49
+ class Autopilot
50
+ class Representation < Google::Apis::Core::JsonRepresentation; end
51
+
52
+ include Google::Apis::Core::JsonObjectSupport
53
+ end
54
+
49
55
  class AutoprovisioningNodePoolDefaults
50
56
  class Representation < Google::Apis::Core::JsonRepresentation; end
51
57
 
@@ -226,6 +232,12 @@ module Google
226
232
  include Google::Apis::Core::JsonObjectSupport
227
233
  end
228
234
 
235
+ class IlbSubsettingConfig
236
+ class Representation < Google::Apis::Core::JsonRepresentation; end
237
+
238
+ include Google::Apis::Core::JsonObjectSupport
239
+ end
240
+
229
241
  class IpAllocationPolicy
230
242
  class Representation < Google::Apis::Core::JsonRepresentation; end
231
243
 
@@ -370,6 +382,12 @@ module Google
370
382
  include Google::Apis::Core::JsonObjectSupport
371
383
  end
372
384
 
385
+ class NetworkTags
386
+ class Representation < Google::Apis::Core::JsonRepresentation; end
387
+
388
+ include Google::Apis::Core::JsonObjectSupport
389
+ end
390
+
373
391
  class NodeConfig
374
392
  class Representation < Google::Apis::Core::JsonRepresentation; end
375
393
 
@@ -382,12 +400,24 @@ module Google
382
400
  include Google::Apis::Core::JsonObjectSupport
383
401
  end
384
402
 
403
+ class NodeLabels
404
+ class Representation < Google::Apis::Core::JsonRepresentation; end
405
+
406
+ include Google::Apis::Core::JsonObjectSupport
407
+ end
408
+
385
409
  class NodeManagement
386
410
  class Representation < Google::Apis::Core::JsonRepresentation; end
387
411
 
388
412
  include Google::Apis::Core::JsonObjectSupport
389
413
  end
390
414
 
415
+ class NodeNetworkConfig
416
+ class Representation < Google::Apis::Core::JsonRepresentation; end
417
+
418
+ include Google::Apis::Core::JsonObjectSupport
419
+ end
420
+
391
421
  class NodePool
392
422
  class Representation < Google::Apis::Core::JsonRepresentation; end
393
423
 
@@ -406,6 +436,12 @@ module Google
406
436
  include Google::Apis::Core::JsonObjectSupport
407
437
  end
408
438
 
439
+ class NodeTaints
440
+ class Representation < Google::Apis::Core::JsonRepresentation; end
441
+
442
+ include Google::Apis::Core::JsonObjectSupport
443
+ end
444
+
409
445
  class NotificationConfig
410
446
  class Representation < Google::Apis::Core::JsonRepresentation; end
411
447
 
@@ -634,6 +670,12 @@ module Google
634
670
  include Google::Apis::Core::JsonObjectSupport
635
671
  end
636
672
 
673
+ class UpgradeAvailableEvent
674
+ class Representation < Google::Apis::Core::JsonRepresentation; end
675
+
676
+ include Google::Apis::Core::JsonObjectSupport
677
+ end
678
+
637
679
  class UpgradeEvent
638
680
  class Representation < Google::Apis::Core::JsonRepresentation; end
639
681
 
@@ -726,6 +768,13 @@ module Google
726
768
  end
727
769
  end
728
770
 
771
+ class Autopilot
772
+ # @private
773
+ class Representation < Google::Apis::Core::JsonRepresentation
774
+ property :enabled, as: 'enabled'
775
+ end
776
+ end
777
+
729
778
  class AutoprovisioningNodePoolDefaults
730
779
  # @private
731
780
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -806,6 +855,8 @@ module Google
806
855
 
807
856
  property :authenticator_groups_config, as: 'authenticatorGroupsConfig', class: Google::Apis::ContainerV1beta1::AuthenticatorGroupsConfig, decorator: Google::Apis::ContainerV1beta1::AuthenticatorGroupsConfig::Representation
808
857
 
858
+ property :autopilot, as: 'autopilot', class: Google::Apis::ContainerV1beta1::Autopilot, decorator: Google::Apis::ContainerV1beta1::Autopilot::Representation
859
+
809
860
  property :autoscaling, as: 'autoscaling', class: Google::Apis::ContainerV1beta1::ClusterAutoscaling, decorator: Google::Apis::ContainerV1beta1::ClusterAutoscaling::Representation
810
861
 
811
862
  property :binary_authorization, as: 'binaryAuthorization', class: Google::Apis::ContainerV1beta1::BinaryAuthorization, decorator: Google::Apis::ContainerV1beta1::BinaryAuthorization::Representation
@@ -931,6 +982,8 @@ module Google
931
982
  property :desired_image_type, as: 'desiredImageType'
932
983
  property :desired_intra_node_visibility_config, as: 'desiredIntraNodeVisibilityConfig', class: Google::Apis::ContainerV1beta1::IntraNodeVisibilityConfig, decorator: Google::Apis::ContainerV1beta1::IntraNodeVisibilityConfig::Representation
933
984
 
985
+ property :desired_l4ilb_subsetting_config, as: 'desiredL4ilbSubsettingConfig', class: Google::Apis::ContainerV1beta1::IlbSubsettingConfig, decorator: Google::Apis::ContainerV1beta1::IlbSubsettingConfig::Representation
986
+
934
987
  collection :desired_locations, as: 'desiredLocations'
935
988
  property :desired_logging_service, as: 'desiredLoggingService'
936
989
  property :desired_master, as: 'desiredMaster', class: Google::Apis::ContainerV1beta1::Master, decorator: Google::Apis::ContainerV1beta1::Master::Representation
@@ -1117,6 +1170,13 @@ module Google
1117
1170
  end
1118
1171
  end
1119
1172
 
1173
+ class IlbSubsettingConfig
1174
+ # @private
1175
+ class Representation < Google::Apis::Core::JsonRepresentation
1176
+ property :enabled, as: 'enabled'
1177
+ end
1178
+ end
1179
+
1120
1180
  class IpAllocationPolicy
1121
1181
  # @private
1122
1182
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1321,6 +1381,7 @@ module Google
1321
1381
  property :default_snat_status, as: 'defaultSnatStatus', class: Google::Apis::ContainerV1beta1::DefaultSnatStatus, decorator: Google::Apis::ContainerV1beta1::DefaultSnatStatus::Representation
1322
1382
 
1323
1383
  property :enable_intra_node_visibility, as: 'enableIntraNodeVisibility'
1384
+ property :enable_l4ilb_subsetting, as: 'enableL4ilbSubsetting'
1324
1385
  property :network, as: 'network'
1325
1386
  property :private_ipv6_google_access, as: 'privateIpv6GoogleAccess'
1326
1387
  property :subnetwork, as: 'subnetwork'
@@ -1342,6 +1403,13 @@ module Google
1342
1403
  end
1343
1404
  end
1344
1405
 
1406
+ class NetworkTags
1407
+ # @private
1408
+ class Representation < Google::Apis::Core::JsonRepresentation
1409
+ collection :tags, as: 'tags'
1410
+ end
1411
+ end
1412
+
1345
1413
  class NodeConfig
1346
1414
  # @private
1347
1415
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1389,6 +1457,13 @@ module Google
1389
1457
  end
1390
1458
  end
1391
1459
 
1460
+ class NodeLabels
1461
+ # @private
1462
+ class Representation < Google::Apis::Core::JsonRepresentation
1463
+ hash :labels, as: 'labels'
1464
+ end
1465
+ end
1466
+
1392
1467
  class NodeManagement
1393
1468
  # @private
1394
1469
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1399,6 +1474,15 @@ module Google
1399
1474
  end
1400
1475
  end
1401
1476
 
1477
+ class NodeNetworkConfig
1478
+ # @private
1479
+ class Representation < Google::Apis::Core::JsonRepresentation
1480
+ property :create_pod_range, as: 'createPodRange'
1481
+ property :pod_ipv4_cidr_block, as: 'podIpv4CidrBlock'
1482
+ property :pod_range, as: 'podRange'
1483
+ end
1484
+ end
1485
+
1402
1486
  class NodePool
1403
1487
  # @private
1404
1488
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1416,6 +1500,8 @@ module Google
1416
1500
  property :max_pods_constraint, as: 'maxPodsConstraint', class: Google::Apis::ContainerV1beta1::MaxPodsConstraint, decorator: Google::Apis::ContainerV1beta1::MaxPodsConstraint::Representation
1417
1501
 
1418
1502
  property :name, as: 'name'
1503
+ property :network_config, as: 'networkConfig', class: Google::Apis::ContainerV1beta1::NodeNetworkConfig, decorator: Google::Apis::ContainerV1beta1::NodeNetworkConfig::Representation
1504
+
1419
1505
  property :pod_ipv4_cidr_size, as: 'podIpv4CidrSize'
1420
1506
  property :self_link, as: 'selfLink'
1421
1507
  property :status, as: 'status'
@@ -1445,6 +1531,14 @@ module Google
1445
1531
  end
1446
1532
  end
1447
1533
 
1534
+ class NodeTaints
1535
+ # @private
1536
+ class Representation < Google::Apis::Core::JsonRepresentation
1537
+ collection :taints, as: 'taints', class: Google::Apis::ContainerV1beta1::NodeTaint, decorator: Google::Apis::ContainerV1beta1::NodeTaint::Representation
1538
+
1539
+ end
1540
+ end
1541
+
1448
1542
  class NotificationConfig
1449
1543
  # @private
1450
1544
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1848,6 +1942,8 @@ module Google
1848
1942
  property :image_type, as: 'imageType'
1849
1943
  property :kubelet_config, as: 'kubeletConfig', class: Google::Apis::ContainerV1beta1::NodeKubeletConfig, decorator: Google::Apis::ContainerV1beta1::NodeKubeletConfig::Representation
1850
1944
 
1945
+ property :labels, as: 'labels', class: Google::Apis::ContainerV1beta1::NodeLabels, decorator: Google::Apis::ContainerV1beta1::NodeLabels::Representation
1946
+
1851
1947
  property :linux_node_config, as: 'linuxNodeConfig', class: Google::Apis::ContainerV1beta1::LinuxNodeConfig, decorator: Google::Apis::ContainerV1beta1::LinuxNodeConfig::Representation
1852
1948
 
1853
1949
  collection :locations, as: 'locations'
@@ -1855,6 +1951,10 @@ module Google
1855
1951
  property :node_pool_id, as: 'nodePoolId'
1856
1952
  property :node_version, as: 'nodeVersion'
1857
1953
  property :project_id, as: 'projectId'
1954
+ property :tags, as: 'tags', class: Google::Apis::ContainerV1beta1::NetworkTags, decorator: Google::Apis::ContainerV1beta1::NetworkTags::Representation
1955
+
1956
+ property :taints, as: 'taints', class: Google::Apis::ContainerV1beta1::NodeTaints, decorator: Google::Apis::ContainerV1beta1::NodeTaints::Representation
1957
+
1858
1958
  property :upgrade_settings, as: 'upgradeSettings', class: Google::Apis::ContainerV1beta1::UpgradeSettings, decorator: Google::Apis::ContainerV1beta1::UpgradeSettings::Representation
1859
1959
 
1860
1960
  property :workload_metadata_config, as: 'workloadMetadataConfig', class: Google::Apis::ContainerV1beta1::WorkloadMetadataConfig, decorator: Google::Apis::ContainerV1beta1::WorkloadMetadataConfig::Representation
@@ -1863,6 +1963,17 @@ module Google
1863
1963
  end
1864
1964
  end
1865
1965
 
1966
+ class UpgradeAvailableEvent
1967
+ # @private
1968
+ class Representation < Google::Apis::Core::JsonRepresentation
1969
+ property :release_channel, as: 'releaseChannel', class: Google::Apis::ContainerV1beta1::ReleaseChannel, decorator: Google::Apis::ContainerV1beta1::ReleaseChannel::Representation
1970
+
1971
+ property :resource, as: 'resource'
1972
+ property :resource_type, as: 'resourceType'
1973
+ property :version, as: 'version'
1974
+ end
1975
+ end
1976
+
1866
1977
  class UpgradeEvent
1867
1978
  # @private
1868
1979
  class Representation < Google::Apis::Core::JsonRepresentation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-container_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.6.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-01-08 00:00:00.000000000 Z
11
+ date: 2021-03-29 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_v1beta1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1beta1/v0.1.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1beta1/v0.6.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-container_v1beta1
57
57
  post_install_message:
58
58
  rdoc_options: []
@@ -62,14 +62,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
62
62
  requirements:
63
63
  - - ">="
64
64
  - !ruby/object:Gem::Version
65
- version: '2.4'
65
+ version: '2.5'
66
66
  required_rubygems_version: !ruby/object:Gem::Requirement
67
67
  requirements:
68
68
  - - ">="
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  requirements: []
72
- rubygems_version: 3.1.4
72
+ rubygems_version: 3.2.13
73
73
  signing_key:
74
74
  specification_version: 4
75
75
  summary: Simple REST client for Kubernetes Engine API V1beta1