google-apis-container_v1beta1 0.16.0 → 0.17.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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cd06de6927c2516a8b6a9efc30838018ee0a8412261627a19bb5f9ff14a9a624
|
4
|
+
data.tar.gz: 4a071f5b8dfab8bd775ca1b4e2c6e61d37475c3e430522f29968eb19e81d522a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fb8075fd502bc735bb2f370660351dd9b3f6705448e2b55a25d8046558a08a8513179942fb23f4029fec76d7ae6f17331755c53eb2fd7c786f7239759a9b4870
|
7
|
+
data.tar.gz: 95ecafa4e0ffeb12a417033edefd0ddc7f876c131b30fae2d774e2c1ce56150e58de0c2889160eb74e5b42c272f424b2a6cc7aee1ed8a37e0611933b2b8d6ff1
|
data/CHANGELOG.md
CHANGED
@@ -693,6 +693,11 @@ module Google
|
|
693
693
|
# @return [Array<String>]
|
694
694
|
attr_accessor :locations
|
695
695
|
|
696
|
+
# LoggingConfig is cluster logging configuration.
|
697
|
+
# Corresponds to the JSON property `loggingConfig`
|
698
|
+
# @return [Google::Apis::ContainerV1beta1::LoggingConfig]
|
699
|
+
attr_accessor :logging_config
|
700
|
+
|
696
701
|
# The logging service the cluster should use to write logs. Currently available
|
697
702
|
# options: * `logging.googleapis.com/kubernetes` - The Cloud Logging service
|
698
703
|
# with a Kubernetes-native resource model * `logging.googleapis.com` - The
|
@@ -736,6 +741,11 @@ module Google
|
|
736
741
|
# @return [String]
|
737
742
|
attr_accessor :master_ipv4_cidr_block
|
738
743
|
|
744
|
+
# MonitoringConfig is cluster monitoring configuration.
|
745
|
+
# Corresponds to the JSON property `monitoringConfig`
|
746
|
+
# @return [Google::Apis::ContainerV1beta1::MonitoringConfig]
|
747
|
+
attr_accessor :monitoring_config
|
748
|
+
|
739
749
|
# The monitoring service the cluster should use to write metrics. Currently
|
740
750
|
# available options: * "monitoring.googleapis.com/kubernetes" - The Cloud
|
741
751
|
# Monitoring service with a Kubernetes-native resource model * `monitoring.
|
@@ -948,12 +958,14 @@ module Google
|
|
948
958
|
@legacy_abac = args[:legacy_abac] if args.key?(:legacy_abac)
|
949
959
|
@location = args[:location] if args.key?(:location)
|
950
960
|
@locations = args[:locations] if args.key?(:locations)
|
961
|
+
@logging_config = args[:logging_config] if args.key?(:logging_config)
|
951
962
|
@logging_service = args[:logging_service] if args.key?(:logging_service)
|
952
963
|
@maintenance_policy = args[:maintenance_policy] if args.key?(:maintenance_policy)
|
953
964
|
@master = args[:master] if args.key?(:master)
|
954
965
|
@master_auth = args[:master_auth] if args.key?(:master_auth)
|
955
966
|
@master_authorized_networks_config = args[:master_authorized_networks_config] if args.key?(:master_authorized_networks_config)
|
956
967
|
@master_ipv4_cidr_block = args[:master_ipv4_cidr_block] if args.key?(:master_ipv4_cidr_block)
|
968
|
+
@monitoring_config = args[:monitoring_config] if args.key?(:monitoring_config)
|
957
969
|
@monitoring_service = args[:monitoring_service] if args.key?(:monitoring_service)
|
958
970
|
@name = args[:name] if args.key?(:name)
|
959
971
|
@network = args[:network] if args.key?(:network)
|
@@ -1145,6 +1157,11 @@ module Google
|
|
1145
1157
|
# @return [Array<String>]
|
1146
1158
|
attr_accessor :desired_locations
|
1147
1159
|
|
1160
|
+
# LoggingConfig is cluster logging configuration.
|
1161
|
+
# Corresponds to the JSON property `desiredLoggingConfig`
|
1162
|
+
# @return [Google::Apis::ContainerV1beta1::LoggingConfig]
|
1163
|
+
attr_accessor :desired_logging_config
|
1164
|
+
|
1148
1165
|
# The logging service the cluster should use to write logs. Currently available
|
1149
1166
|
# options: * `logging.googleapis.com/kubernetes` - The Cloud Logging service
|
1150
1167
|
# with a Kubernetes-native resource model * `logging.googleapis.com` - The
|
@@ -1180,6 +1197,11 @@ module Google
|
|
1180
1197
|
# @return [String]
|
1181
1198
|
attr_accessor :desired_master_version
|
1182
1199
|
|
1200
|
+
# MonitoringConfig is cluster monitoring configuration.
|
1201
|
+
# Corresponds to the JSON property `desiredMonitoringConfig`
|
1202
|
+
# @return [Google::Apis::ContainerV1beta1::MonitoringConfig]
|
1203
|
+
attr_accessor :desired_monitoring_config
|
1204
|
+
|
1183
1205
|
# The monitoring service the cluster should use to write metrics. Currently
|
1184
1206
|
# available options: * "monitoring.googleapis.com/kubernetes" - The Cloud
|
1185
1207
|
# Monitoring service with a Kubernetes-native resource model * `monitoring.
|
@@ -1302,10 +1324,12 @@ module Google
|
|
1302
1324
|
@desired_intra_node_visibility_config = args[:desired_intra_node_visibility_config] if args.key?(:desired_intra_node_visibility_config)
|
1303
1325
|
@desired_l4ilb_subsetting_config = args[:desired_l4ilb_subsetting_config] if args.key?(:desired_l4ilb_subsetting_config)
|
1304
1326
|
@desired_locations = args[:desired_locations] if args.key?(:desired_locations)
|
1327
|
+
@desired_logging_config = args[:desired_logging_config] if args.key?(:desired_logging_config)
|
1305
1328
|
@desired_logging_service = args[:desired_logging_service] if args.key?(:desired_logging_service)
|
1306
1329
|
@desired_master = args[:desired_master] if args.key?(:desired_master)
|
1307
1330
|
@desired_master_authorized_networks_config = args[:desired_master_authorized_networks_config] if args.key?(:desired_master_authorized_networks_config)
|
1308
1331
|
@desired_master_version = args[:desired_master_version] if args.key?(:desired_master_version)
|
1332
|
+
@desired_monitoring_config = args[:desired_monitoring_config] if args.key?(:desired_monitoring_config)
|
1309
1333
|
@desired_monitoring_service = args[:desired_monitoring_service] if args.key?(:desired_monitoring_service)
|
1310
1334
|
@desired_node_pool_autoscaling = args[:desired_node_pool_autoscaling] if args.key?(:desired_node_pool_autoscaling)
|
1311
1335
|
@desired_node_pool_id = args[:desired_node_pool_id] if args.key?(:desired_node_pool_id)
|
@@ -2481,6 +2505,44 @@ module Google
|
|
2481
2505
|
end
|
2482
2506
|
end
|
2483
2507
|
|
2508
|
+
# LoggingComponentConfig is cluster logging component configuration.
|
2509
|
+
class LoggingComponentConfig
|
2510
|
+
include Google::Apis::Core::Hashable
|
2511
|
+
|
2512
|
+
# Select components to collect logs. An empty set would disable all logging.
|
2513
|
+
# Corresponds to the JSON property `enableComponents`
|
2514
|
+
# @return [Array<String>]
|
2515
|
+
attr_accessor :enable_components
|
2516
|
+
|
2517
|
+
def initialize(**args)
|
2518
|
+
update!(**args)
|
2519
|
+
end
|
2520
|
+
|
2521
|
+
# Update properties of this object
|
2522
|
+
def update!(**args)
|
2523
|
+
@enable_components = args[:enable_components] if args.key?(:enable_components)
|
2524
|
+
end
|
2525
|
+
end
|
2526
|
+
|
2527
|
+
# LoggingConfig is cluster logging configuration.
|
2528
|
+
class LoggingConfig
|
2529
|
+
include Google::Apis::Core::Hashable
|
2530
|
+
|
2531
|
+
# LoggingComponentConfig is cluster logging component configuration.
|
2532
|
+
# Corresponds to the JSON property `componentConfig`
|
2533
|
+
# @return [Google::Apis::ContainerV1beta1::LoggingComponentConfig]
|
2534
|
+
attr_accessor :component_config
|
2535
|
+
|
2536
|
+
def initialize(**args)
|
2537
|
+
update!(**args)
|
2538
|
+
end
|
2539
|
+
|
2540
|
+
# Update properties of this object
|
2541
|
+
def update!(**args)
|
2542
|
+
@component_config = args[:component_config] if args.key?(:component_config)
|
2543
|
+
end
|
2544
|
+
end
|
2545
|
+
|
2484
2546
|
# MaintenancePolicy defines the maintenance policy to be used for the cluster.
|
2485
2547
|
class MaintenancePolicy
|
2486
2548
|
include Google::Apis::Core::Hashable
|
@@ -2705,6 +2767,45 @@ module Google
|
|
2705
2767
|
end
|
2706
2768
|
end
|
2707
2769
|
|
2770
|
+
# MonitoringComponentConfig is cluster monitoring component configuration.
|
2771
|
+
class MonitoringComponentConfig
|
2772
|
+
include Google::Apis::Core::Hashable
|
2773
|
+
|
2774
|
+
# Select components to collect metrics. An empty set would disable all
|
2775
|
+
# monitoring.
|
2776
|
+
# Corresponds to the JSON property `enableComponents`
|
2777
|
+
# @return [Array<String>]
|
2778
|
+
attr_accessor :enable_components
|
2779
|
+
|
2780
|
+
def initialize(**args)
|
2781
|
+
update!(**args)
|
2782
|
+
end
|
2783
|
+
|
2784
|
+
# Update properties of this object
|
2785
|
+
def update!(**args)
|
2786
|
+
@enable_components = args[:enable_components] if args.key?(:enable_components)
|
2787
|
+
end
|
2788
|
+
end
|
2789
|
+
|
2790
|
+
# MonitoringConfig is cluster monitoring configuration.
|
2791
|
+
class MonitoringConfig
|
2792
|
+
include Google::Apis::Core::Hashable
|
2793
|
+
|
2794
|
+
# MonitoringComponentConfig is cluster monitoring component configuration.
|
2795
|
+
# Corresponds to the JSON property `componentConfig`
|
2796
|
+
# @return [Google::Apis::ContainerV1beta1::MonitoringComponentConfig]
|
2797
|
+
attr_accessor :component_config
|
2798
|
+
|
2799
|
+
def initialize(**args)
|
2800
|
+
update!(**args)
|
2801
|
+
end
|
2802
|
+
|
2803
|
+
# Update properties of this object
|
2804
|
+
def update!(**args)
|
2805
|
+
@component_config = args[:component_config] if args.key?(:component_config)
|
2806
|
+
end
|
2807
|
+
end
|
2808
|
+
|
2708
2809
|
# NetworkConfig reports the relative names of network & subnetwork.
|
2709
2810
|
class NetworkConfig
|
2710
2811
|
include Google::Apis::Core::Hashable
|
@@ -3179,8 +3280,7 @@ module Google
|
|
3179
3280
|
end
|
3180
3281
|
end
|
3181
3282
|
|
3182
|
-
# Parameters for node pool-level network config.
|
3183
|
-
# ip_allocation_policy.use_ip_aliases` is true.
|
3283
|
+
# Parameters for node pool-level network config.
|
3184
3284
|
class NodeNetworkConfig
|
3185
3285
|
include Google::Apis::Core::Hashable
|
3186
3286
|
|
@@ -3188,6 +3288,8 @@ module Google
|
|
3188
3288
|
# Defaults are provided for `pod_range` and `pod_ipv4_cidr_block` if they are
|
3189
3289
|
# not specified. If neither `create_pod_range` or `pod_range` are specified, the
|
3190
3290
|
# cluster-level default (`ip_allocation_policy.cluster_ipv4_cidr_block`) is used.
|
3291
|
+
# Only applicable if `ip_allocation_policy.use_ip_aliases` is true. This field
|
3292
|
+
# cannot be changed after the node pool has been created.
|
3191
3293
|
# Corresponds to the JSON property `createPodRange`
|
3192
3294
|
# @return [Boolean]
|
3193
3295
|
attr_accessor :create_pod_range
|
@@ -3198,14 +3300,17 @@ module Google
|
|
3198
3300
|
# default size. Set to /netmask (e.g. `/14`) to have a range chosen with a
|
3199
3301
|
# specific netmask. Set to a [CIDR](https://en.wikipedia.org/wiki/
|
3200
3302
|
# Classless_Inter-Domain_Routing) notation (e.g. `10.96.0.0/14`) to pick a
|
3201
|
-
# specific range to use.
|
3303
|
+
# specific range to use. Only applicable if `ip_allocation_policy.use_ip_aliases`
|
3304
|
+
# is true. This field cannot be changed after the node pool has been created.
|
3202
3305
|
# Corresponds to the JSON property `podIpv4CidrBlock`
|
3203
3306
|
# @return [String]
|
3204
3307
|
attr_accessor :pod_ipv4_cidr_block
|
3205
3308
|
|
3206
3309
|
# The ID of the secondary range for pod IPs. If `create_pod_range` is true, this
|
3207
3310
|
# ID is used for the new range. If `create_pod_range` is false, uses an existing
|
3208
|
-
# secondary range with this ID.
|
3311
|
+
# secondary range with this ID. Only applicable if `ip_allocation_policy.
|
3312
|
+
# use_ip_aliases` is true. This field cannot be changed after the node pool has
|
3313
|
+
# been created.
|
3209
3314
|
# Corresponds to the JSON property `podRange`
|
3210
3315
|
# @return [String]
|
3211
3316
|
attr_accessor :pod_range
|
@@ -3301,8 +3406,7 @@ module Google
|
|
3301
3406
|
# @return [String]
|
3302
3407
|
attr_accessor :name
|
3303
3408
|
|
3304
|
-
# Parameters for node pool-level network config.
|
3305
|
-
# ip_allocation_policy.use_ip_aliases` is true.
|
3409
|
+
# Parameters for node pool-level network config.
|
3306
3410
|
# Corresponds to the JSON property `networkConfig`
|
3307
3411
|
# @return [Google::Apis::ContainerV1beta1::NodeNetworkConfig]
|
3308
3412
|
attr_accessor :network_config
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.17.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 = "
|
25
|
+
REVISION = "20210722"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -340,6 +340,18 @@ module Google
|
|
340
340
|
include Google::Apis::Core::JsonObjectSupport
|
341
341
|
end
|
342
342
|
|
343
|
+
class LoggingComponentConfig
|
344
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
345
|
+
|
346
|
+
include Google::Apis::Core::JsonObjectSupport
|
347
|
+
end
|
348
|
+
|
349
|
+
class LoggingConfig
|
350
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
351
|
+
|
352
|
+
include Google::Apis::Core::JsonObjectSupport
|
353
|
+
end
|
354
|
+
|
343
355
|
class MaintenancePolicy
|
344
356
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
345
357
|
|
@@ -382,6 +394,18 @@ module Google
|
|
382
394
|
include Google::Apis::Core::JsonObjectSupport
|
383
395
|
end
|
384
396
|
|
397
|
+
class MonitoringComponentConfig
|
398
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
399
|
+
|
400
|
+
include Google::Apis::Core::JsonObjectSupport
|
401
|
+
end
|
402
|
+
|
403
|
+
class MonitoringConfig
|
404
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
405
|
+
|
406
|
+
include Google::Apis::Core::JsonObjectSupport
|
407
|
+
end
|
408
|
+
|
385
409
|
class NetworkConfig
|
386
410
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
387
411
|
|
@@ -950,6 +974,8 @@ module Google
|
|
950
974
|
|
951
975
|
property :location, as: 'location'
|
952
976
|
collection :locations, as: 'locations'
|
977
|
+
property :logging_config, as: 'loggingConfig', class: Google::Apis::ContainerV1beta1::LoggingConfig, decorator: Google::Apis::ContainerV1beta1::LoggingConfig::Representation
|
978
|
+
|
953
979
|
property :logging_service, as: 'loggingService'
|
954
980
|
property :maintenance_policy, as: 'maintenancePolicy', class: Google::Apis::ContainerV1beta1::MaintenancePolicy, decorator: Google::Apis::ContainerV1beta1::MaintenancePolicy::Representation
|
955
981
|
|
@@ -960,6 +986,8 @@ module Google
|
|
960
986
|
property :master_authorized_networks_config, as: 'masterAuthorizedNetworksConfig', class: Google::Apis::ContainerV1beta1::MasterAuthorizedNetworksConfig, decorator: Google::Apis::ContainerV1beta1::MasterAuthorizedNetworksConfig::Representation
|
961
987
|
|
962
988
|
property :master_ipv4_cidr_block, as: 'masterIpv4CidrBlock'
|
989
|
+
property :monitoring_config, as: 'monitoringConfig', class: Google::Apis::ContainerV1beta1::MonitoringConfig, decorator: Google::Apis::ContainerV1beta1::MonitoringConfig::Representation
|
990
|
+
|
963
991
|
property :monitoring_service, as: 'monitoringService'
|
964
992
|
property :name, as: 'name'
|
965
993
|
property :network, as: 'network'
|
@@ -1056,12 +1084,16 @@ module Google
|
|
1056
1084
|
property :desired_l4ilb_subsetting_config, as: 'desiredL4ilbSubsettingConfig', class: Google::Apis::ContainerV1beta1::IlbSubsettingConfig, decorator: Google::Apis::ContainerV1beta1::IlbSubsettingConfig::Representation
|
1057
1085
|
|
1058
1086
|
collection :desired_locations, as: 'desiredLocations'
|
1087
|
+
property :desired_logging_config, as: 'desiredLoggingConfig', class: Google::Apis::ContainerV1beta1::LoggingConfig, decorator: Google::Apis::ContainerV1beta1::LoggingConfig::Representation
|
1088
|
+
|
1059
1089
|
property :desired_logging_service, as: 'desiredLoggingService'
|
1060
1090
|
property :desired_master, as: 'desiredMaster', class: Google::Apis::ContainerV1beta1::Master, decorator: Google::Apis::ContainerV1beta1::Master::Representation
|
1061
1091
|
|
1062
1092
|
property :desired_master_authorized_networks_config, as: 'desiredMasterAuthorizedNetworksConfig', class: Google::Apis::ContainerV1beta1::MasterAuthorizedNetworksConfig, decorator: Google::Apis::ContainerV1beta1::MasterAuthorizedNetworksConfig::Representation
|
1063
1093
|
|
1064
1094
|
property :desired_master_version, as: 'desiredMasterVersion'
|
1095
|
+
property :desired_monitoring_config, as: 'desiredMonitoringConfig', class: Google::Apis::ContainerV1beta1::MonitoringConfig, decorator: Google::Apis::ContainerV1beta1::MonitoringConfig::Representation
|
1096
|
+
|
1065
1097
|
property :desired_monitoring_service, as: 'desiredMonitoringService'
|
1066
1098
|
property :desired_node_pool_autoscaling, as: 'desiredNodePoolAutoscaling', class: Google::Apis::ContainerV1beta1::NodePoolAutoscaling, decorator: Google::Apis::ContainerV1beta1::NodePoolAutoscaling::Representation
|
1067
1099
|
|
@@ -1408,6 +1440,21 @@ module Google
|
|
1408
1440
|
end
|
1409
1441
|
end
|
1410
1442
|
|
1443
|
+
class LoggingComponentConfig
|
1444
|
+
# @private
|
1445
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1446
|
+
collection :enable_components, as: 'enableComponents'
|
1447
|
+
end
|
1448
|
+
end
|
1449
|
+
|
1450
|
+
class LoggingConfig
|
1451
|
+
# @private
|
1452
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1453
|
+
property :component_config, as: 'componentConfig', class: Google::Apis::ContainerV1beta1::LoggingComponentConfig, decorator: Google::Apis::ContainerV1beta1::LoggingComponentConfig::Representation
|
1454
|
+
|
1455
|
+
end
|
1456
|
+
end
|
1457
|
+
|
1411
1458
|
class MaintenancePolicy
|
1412
1459
|
# @private
|
1413
1460
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1474,6 +1521,21 @@ module Google
|
|
1474
1521
|
end
|
1475
1522
|
end
|
1476
1523
|
|
1524
|
+
class MonitoringComponentConfig
|
1525
|
+
# @private
|
1526
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1527
|
+
collection :enable_components, as: 'enableComponents'
|
1528
|
+
end
|
1529
|
+
end
|
1530
|
+
|
1531
|
+
class MonitoringConfig
|
1532
|
+
# @private
|
1533
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1534
|
+
property :component_config, as: 'componentConfig', class: Google::Apis::ContainerV1beta1::MonitoringComponentConfig, decorator: Google::Apis::ContainerV1beta1::MonitoringComponentConfig::Representation
|
1535
|
+
|
1536
|
+
end
|
1537
|
+
end
|
1538
|
+
|
1477
1539
|
class NetworkConfig
|
1478
1540
|
# @private
|
1479
1541
|
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.
|
4
|
+
version: 0.17.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-08-
|
11
|
+
date: 2021-08-09 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_v1beta1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1beta1/v0.17.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-container_v1beta1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|