google-apis-container_v1 0.27.0 → 0.28.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: 200cd643fc9cf9d00aa6a46ecac59f1d9376c6f6fc55d0a4d83b7a74c26785fd
4
- data.tar.gz: 5153624c297e568442ef60117e440302372de8d333851bcb74b64f9dd9a7fc36
3
+ metadata.gz: 2f1a7c9852ef396e94bdaa630afa32f38fb69b7faa7d3bb9f931353b1a43ddbe
4
+ data.tar.gz: 31ca5cde103eef1ebaa0ffd3cd822cdf925a4812a2f39767cbe663ccc5c45cec
5
5
  SHA512:
6
- metadata.gz: 7aa311ab6881ea7304c76ad089452ad80dde543d271b8fc5d9bf19dd0a7142a39cd82934f2c8d4b9c723fbee73efe03a9b5650112aa64f8903be134388081bce
7
- data.tar.gz: 2395e82d7fdcee84447a869f50508eb52cd485427a51846fadce39bee4a49e642078bf32f370f0f65ebd1f5bcfaec8ca3189982325ba9a0edea7ae3987cb791c
6
+ metadata.gz: 2d9b7d03857599901f5049b74094e24a27ddb9878d344268626497f16f7402a156962257e23b4d030f9f039a02ec7d7196e1e65a1124f021fd703f5c61cf3641
7
+ data.tar.gz: bd688b0c12e56ad5067b6841a5ee0c7ecdf0f0eeb0042319a9a455b0835958d88c8cef1010033b659b6504ae5052abe084ae02c0f4861279616644a8c839a20e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-container_v1
2
2
 
3
+ ### v0.28.0 (2022-04-26)
4
+
5
+ * Regenerated from discovery document revision 20220330
6
+
3
7
  ### v0.27.0 (2022-04-14)
4
8
 
5
9
  * Regenerated from discovery document revision 20220328
@@ -2408,6 +2408,27 @@ module Google
2408
2408
  end
2409
2409
  end
2410
2410
 
2411
+ # ManagedPrometheusConfig defines the configuration for Google Cloud Managed
2412
+ # Service for Prometheus.
2413
+ class ManagedPrometheusConfig
2414
+ include Google::Apis::Core::Hashable
2415
+
2416
+ # Enable Managed Collection.
2417
+ # Corresponds to the JSON property `enabled`
2418
+ # @return [Boolean]
2419
+ attr_accessor :enabled
2420
+ alias_method :enabled?, :enabled
2421
+
2422
+ def initialize(**args)
2423
+ update!(**args)
2424
+ end
2425
+
2426
+ # Update properties of this object
2427
+ def update!(**args)
2428
+ @enabled = args[:enabled] if args.key?(:enabled)
2429
+ end
2430
+ end
2431
+
2411
2432
  # The authentication information for accessing the master endpoint.
2412
2433
  # Authentication can be done using HTTP basic auth or using client certificates.
2413
2434
  class MasterAuth
@@ -2612,6 +2633,12 @@ module Google
2612
2633
  # @return [Google::Apis::ContainerV1::MonitoringComponentConfig]
2613
2634
  attr_accessor :component_config
2614
2635
 
2636
+ # ManagedPrometheusConfig defines the configuration for Google Cloud Managed
2637
+ # Service for Prometheus.
2638
+ # Corresponds to the JSON property `managedPrometheusConfig`
2639
+ # @return [Google::Apis::ContainerV1::ManagedPrometheusConfig]
2640
+ attr_accessor :managed_prometheus_config
2641
+
2615
2642
  def initialize(**args)
2616
2643
  update!(**args)
2617
2644
  end
@@ -2619,6 +2646,7 @@ module Google
2619
2646
  # Update properties of this object
2620
2647
  def update!(**args)
2621
2648
  @component_config = args[:component_config] if args.key?(:component_config)
2649
+ @managed_prometheus_config = args[:managed_prometheus_config] if args.key?(:managed_prometheus_config)
2622
2650
  end
2623
2651
  end
2624
2652
 
@@ -2699,6 +2727,25 @@ module Google
2699
2727
  end
2700
2728
  end
2701
2729
 
2730
+ # Configuration of all network bandwidth tiers
2731
+ class NetworkPerformanceConfig
2732
+ include Google::Apis::Core::Hashable
2733
+
2734
+ # Specifies the total network bandwidth tier for the NodePool.
2735
+ # Corresponds to the JSON property `totalEgressBandwidthTier`
2736
+ # @return [String]
2737
+ attr_accessor :total_egress_bandwidth_tier
2738
+
2739
+ def initialize(**args)
2740
+ update!(**args)
2741
+ end
2742
+
2743
+ # Update properties of this object
2744
+ def update!(**args)
2745
+ @total_egress_bandwidth_tier = args[:total_egress_bandwidth_tier] if args.key?(:total_egress_bandwidth_tier)
2746
+ end
2747
+ end
2748
+
2702
2749
  # Configuration options for the NetworkPolicy feature. https://kubernetes.io/
2703
2750
  # docs/concepts/services-networking/networkpolicies/
2704
2751
  class NetworkPolicy
@@ -3152,6 +3199,11 @@ module Google
3152
3199
  attr_accessor :create_pod_range
3153
3200
  alias_method :create_pod_range?, :create_pod_range
3154
3201
 
3202
+ # Configuration of all network bandwidth tiers
3203
+ # Corresponds to the JSON property `networkPerformanceConfig`
3204
+ # @return [Google::Apis::ContainerV1::NetworkPerformanceConfig]
3205
+ attr_accessor :network_performance_config
3206
+
3155
3207
  # The IP address range for pod IPs in this node pool. Only applicable if `
3156
3208
  # create_pod_range` is true. Set to blank to have a range chosen with the
3157
3209
  # default size. Set to /netmask (e.g. `/14`) to have a range chosen with a
@@ -3179,6 +3231,7 @@ module Google
3179
3231
  # Update properties of this object
3180
3232
  def update!(**args)
3181
3233
  @create_pod_range = args[:create_pod_range] if args.key?(:create_pod_range)
3234
+ @network_performance_config = args[:network_performance_config] if args.key?(:network_performance_config)
3182
3235
  @pod_ipv4_cidr_block = args[:pod_ipv4_cidr_block] if args.key?(:pod_ipv4_cidr_block)
3183
3236
  @pod_range = args[:pod_range] if args.key?(:pod_range)
3184
3237
  end
@@ -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.27.0"
19
+ GEM_VERSION = "0.28.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220328"
25
+ REVISION = "20220330"
26
26
  end
27
27
  end
28
28
  end
@@ -346,6 +346,12 @@ module Google
346
346
  include Google::Apis::Core::JsonObjectSupport
347
347
  end
348
348
 
349
+ class ManagedPrometheusConfig
350
+ class Representation < Google::Apis::Core::JsonRepresentation; end
351
+
352
+ include Google::Apis::Core::JsonObjectSupport
353
+ end
354
+
349
355
  class MasterAuth
350
356
  class Representation < Google::Apis::Core::JsonRepresentation; end
351
357
 
@@ -394,6 +400,12 @@ module Google
394
400
  include Google::Apis::Core::JsonObjectSupport
395
401
  end
396
402
 
403
+ class NetworkPerformanceConfig
404
+ class Representation < Google::Apis::Core::JsonRepresentation; end
405
+
406
+ include Google::Apis::Core::JsonObjectSupport
407
+ end
408
+
397
409
  class NetworkPolicy
398
410
  class Representation < Google::Apis::Core::JsonRepresentation; end
399
411
 
@@ -1400,6 +1412,13 @@ module Google
1400
1412
  end
1401
1413
  end
1402
1414
 
1415
+ class ManagedPrometheusConfig
1416
+ # @private
1417
+ class Representation < Google::Apis::Core::JsonRepresentation
1418
+ property :enabled, as: 'enabled'
1419
+ end
1420
+ end
1421
+
1403
1422
  class MasterAuth
1404
1423
  # @private
1405
1424
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1458,6 +1477,8 @@ module Google
1458
1477
  class Representation < Google::Apis::Core::JsonRepresentation
1459
1478
  property :component_config, as: 'componentConfig', class: Google::Apis::ContainerV1::MonitoringComponentConfig, decorator: Google::Apis::ContainerV1::MonitoringComponentConfig::Representation
1460
1479
 
1480
+ property :managed_prometheus_config, as: 'managedPrometheusConfig', class: Google::Apis::ContainerV1::ManagedPrometheusConfig, decorator: Google::Apis::ContainerV1::ManagedPrometheusConfig::Representation
1481
+
1461
1482
  end
1462
1483
  end
1463
1484
 
@@ -1479,6 +1500,13 @@ module Google
1479
1500
  end
1480
1501
  end
1481
1502
 
1503
+ class NetworkPerformanceConfig
1504
+ # @private
1505
+ class Representation < Google::Apis::Core::JsonRepresentation
1506
+ property :total_egress_bandwidth_tier, as: 'totalEgressBandwidthTier'
1507
+ end
1508
+ end
1509
+
1482
1510
  class NetworkPolicy
1483
1511
  # @private
1484
1512
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1583,6 +1611,8 @@ module Google
1583
1611
  # @private
1584
1612
  class Representation < Google::Apis::Core::JsonRepresentation
1585
1613
  property :create_pod_range, as: 'createPodRange'
1614
+ property :network_performance_config, as: 'networkPerformanceConfig', class: Google::Apis::ContainerV1::NetworkPerformanceConfig, decorator: Google::Apis::ContainerV1::NetworkPerformanceConfig::Representation
1615
+
1586
1616
  property :pod_ipv4_cidr_block, as: 'podIpv4CidrBlock'
1587
1617
  property :pod_range, as: 'podRange'
1588
1618
  end
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.27.0
4
+ version: 0.28.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: 2022-04-18 00:00:00.000000000 Z
11
+ date: 2022-05-02 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/main/generated/google-apis-container_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1/v0.27.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1/v0.28.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-container_v1
63
63
  post_install_message:
64
64
  rdoc_options: []