google-apis-container_v1beta1 0.14.0 → 0.18.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: 0d803116c9a635412efbd3d57f5bb7fa632f6d4062ad0d3cf83bab106cea80dc
|
4
|
+
data.tar.gz: cfc859c42cc3d9824c7dbd8b4899111a618f5787c89f0b336612ecc33a590ee4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c0b68ed92ffcc0c0f03932b25acec470786baca9030e8f81b62b9188b30b64f7a1886ae9a3c603245507ec4f10ea164479f40e1939dd7598609e6031870bbe97
|
7
|
+
data.tar.gz: ba23a44bd708744739fb28e6d419385cc080572b25c7aa1a8c4c68b7cdf36b5c3846653685026b4667e154ae70af9017eefd17be099834c2bb08b22900f71c0e
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Release history for google-apis-container_v1beta1
|
2
2
|
|
3
|
+
### v0.18.0 (2021-09-03)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20210820
|
6
|
+
|
7
|
+
### v0.17.0 (2021-08-05)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20210722
|
10
|
+
|
11
|
+
### v0.16.0 (2021-07-31)
|
12
|
+
|
13
|
+
* Regenerated from discovery document revision 20210715
|
14
|
+
|
15
|
+
### v0.15.0 (2021-07-22)
|
16
|
+
|
17
|
+
* Regenerated from discovery document revision 20210708
|
18
|
+
|
3
19
|
### v0.14.0 (2021-07-08)
|
4
20
|
|
5
21
|
* Regenerated from discovery document revision 20210628
|
@@ -81,6 +81,11 @@ module Google
|
|
81
81
|
# @return [Google::Apis::ContainerV1beta1::GcePersistentDiskCsiDriverConfig]
|
82
82
|
attr_accessor :gce_persistent_disk_csi_driver_config
|
83
83
|
|
84
|
+
# Configuration for the GCP Filestore CSI driver.
|
85
|
+
# Corresponds to the JSON property `gcpFilestoreCsiDriverConfig`
|
86
|
+
# @return [Google::Apis::ContainerV1beta1::GcpFilestoreCsiDriverConfig]
|
87
|
+
attr_accessor :gcp_filestore_csi_driver_config
|
88
|
+
|
84
89
|
# Configuration options for the horizontal pod autoscaling feature, which
|
85
90
|
# increases or decreases the number of replica pods a replication controller has
|
86
91
|
# based on the resource usage of the existing pods.
|
@@ -126,6 +131,7 @@ module Google
|
|
126
131
|
@config_connector_config = args[:config_connector_config] if args.key?(:config_connector_config)
|
127
132
|
@dns_cache_config = args[:dns_cache_config] if args.key?(:dns_cache_config)
|
128
133
|
@gce_persistent_disk_csi_driver_config = args[:gce_persistent_disk_csi_driver_config] if args.key?(:gce_persistent_disk_csi_driver_config)
|
134
|
+
@gcp_filestore_csi_driver_config = args[:gcp_filestore_csi_driver_config] if args.key?(:gcp_filestore_csi_driver_config)
|
129
135
|
@horizontal_pod_autoscaling = args[:horizontal_pod_autoscaling] if args.key?(:horizontal_pod_autoscaling)
|
130
136
|
@http_load_balancing = args[:http_load_balancing] if args.key?(:http_load_balancing)
|
131
137
|
@istio_config = args[:istio_config] if args.key?(:istio_config)
|
@@ -621,6 +627,12 @@ module Google
|
|
621
627
|
# @return [String]
|
622
628
|
attr_accessor :id
|
623
629
|
|
630
|
+
# IdentityServiceConfig is configuration for Identity Service which allows
|
631
|
+
# customers to use external identity providers with the K8S API
|
632
|
+
# Corresponds to the JSON property `identityServiceConfig`
|
633
|
+
# @return [Google::Apis::ContainerV1beta1::IdentityServiceConfig]
|
634
|
+
attr_accessor :identity_service_config
|
635
|
+
|
624
636
|
# The initial Kubernetes version for this cluster. Valid versions are those
|
625
637
|
# found in validMasterVersions returned by getServerConfig. The version can be
|
626
638
|
# upgraded over time; such upgrades are reflected in currentMasterVersion and
|
@@ -687,6 +699,11 @@ module Google
|
|
687
699
|
# @return [Array<String>]
|
688
700
|
attr_accessor :locations
|
689
701
|
|
702
|
+
# LoggingConfig is cluster logging configuration.
|
703
|
+
# Corresponds to the JSON property `loggingConfig`
|
704
|
+
# @return [Google::Apis::ContainerV1beta1::LoggingConfig]
|
705
|
+
attr_accessor :logging_config
|
706
|
+
|
690
707
|
# The logging service the cluster should use to write logs. Currently available
|
691
708
|
# options: * `logging.googleapis.com/kubernetes` - The Cloud Logging service
|
692
709
|
# with a Kubernetes-native resource model * `logging.googleapis.com` - The
|
@@ -730,6 +747,11 @@ module Google
|
|
730
747
|
# @return [String]
|
731
748
|
attr_accessor :master_ipv4_cidr_block
|
732
749
|
|
750
|
+
# MonitoringConfig is cluster monitoring configuration.
|
751
|
+
# Corresponds to the JSON property `monitoringConfig`
|
752
|
+
# @return [Google::Apis::ContainerV1beta1::MonitoringConfig]
|
753
|
+
attr_accessor :monitoring_config
|
754
|
+
|
733
755
|
# The monitoring service the cluster should use to write metrics. Currently
|
734
756
|
# available options: * "monitoring.googleapis.com/kubernetes" - The Cloud
|
735
757
|
# Monitoring service with a Kubernetes-native resource model * `monitoring.
|
@@ -933,6 +955,7 @@ module Google
|
|
933
955
|
@endpoint = args[:endpoint] if args.key?(:endpoint)
|
934
956
|
@expire_time = args[:expire_time] if args.key?(:expire_time)
|
935
957
|
@id = args[:id] if args.key?(:id)
|
958
|
+
@identity_service_config = args[:identity_service_config] if args.key?(:identity_service_config)
|
936
959
|
@initial_cluster_version = args[:initial_cluster_version] if args.key?(:initial_cluster_version)
|
937
960
|
@initial_node_count = args[:initial_node_count] if args.key?(:initial_node_count)
|
938
961
|
@instance_group_urls = args[:instance_group_urls] if args.key?(:instance_group_urls)
|
@@ -941,12 +964,14 @@ module Google
|
|
941
964
|
@legacy_abac = args[:legacy_abac] if args.key?(:legacy_abac)
|
942
965
|
@location = args[:location] if args.key?(:location)
|
943
966
|
@locations = args[:locations] if args.key?(:locations)
|
967
|
+
@logging_config = args[:logging_config] if args.key?(:logging_config)
|
944
968
|
@logging_service = args[:logging_service] if args.key?(:logging_service)
|
945
969
|
@maintenance_policy = args[:maintenance_policy] if args.key?(:maintenance_policy)
|
946
970
|
@master = args[:master] if args.key?(:master)
|
947
971
|
@master_auth = args[:master_auth] if args.key?(:master_auth)
|
948
972
|
@master_authorized_networks_config = args[:master_authorized_networks_config] if args.key?(:master_authorized_networks_config)
|
949
973
|
@master_ipv4_cidr_block = args[:master_ipv4_cidr_block] if args.key?(:master_ipv4_cidr_block)
|
974
|
+
@monitoring_config = args[:monitoring_config] if args.key?(:monitoring_config)
|
950
975
|
@monitoring_service = args[:monitoring_service] if args.key?(:monitoring_service)
|
951
976
|
@name = args[:name] if args.key?(:name)
|
952
977
|
@network = args[:network] if args.key?(:network)
|
@@ -1105,6 +1130,12 @@ module Google
|
|
1105
1130
|
# @return [Google::Apis::ContainerV1beta1::DnsConfig]
|
1106
1131
|
attr_accessor :desired_dns_config
|
1107
1132
|
|
1133
|
+
# IdentityServiceConfig is configuration for Identity Service which allows
|
1134
|
+
# customers to use external identity providers with the K8S API
|
1135
|
+
# Corresponds to the JSON property `desiredIdentityServiceConfig`
|
1136
|
+
# @return [Google::Apis::ContainerV1beta1::IdentityServiceConfig]
|
1137
|
+
attr_accessor :desired_identity_service_config
|
1138
|
+
|
1108
1139
|
# The desired image type for the node pool. NOTE: Set the "desired_node_pool"
|
1109
1140
|
# field as well.
|
1110
1141
|
# Corresponds to the JSON property `desiredImageType`
|
@@ -1132,6 +1163,11 @@ module Google
|
|
1132
1163
|
# @return [Array<String>]
|
1133
1164
|
attr_accessor :desired_locations
|
1134
1165
|
|
1166
|
+
# LoggingConfig is cluster logging configuration.
|
1167
|
+
# Corresponds to the JSON property `desiredLoggingConfig`
|
1168
|
+
# @return [Google::Apis::ContainerV1beta1::LoggingConfig]
|
1169
|
+
attr_accessor :desired_logging_config
|
1170
|
+
|
1135
1171
|
# The logging service the cluster should use to write logs. Currently available
|
1136
1172
|
# options: * `logging.googleapis.com/kubernetes` - The Cloud Logging service
|
1137
1173
|
# with a Kubernetes-native resource model * `logging.googleapis.com` - The
|
@@ -1167,6 +1203,11 @@ module Google
|
|
1167
1203
|
# @return [String]
|
1168
1204
|
attr_accessor :desired_master_version
|
1169
1205
|
|
1206
|
+
# MonitoringConfig is cluster monitoring configuration.
|
1207
|
+
# Corresponds to the JSON property `desiredMonitoringConfig`
|
1208
|
+
# @return [Google::Apis::ContainerV1beta1::MonitoringConfig]
|
1209
|
+
attr_accessor :desired_monitoring_config
|
1210
|
+
|
1170
1211
|
# The monitoring service the cluster should use to write metrics. Currently
|
1171
1212
|
# available options: * "monitoring.googleapis.com/kubernetes" - The Cloud
|
1172
1213
|
# Monitoring service with a Kubernetes-native resource model * `monitoring.
|
@@ -1284,14 +1325,17 @@ module Google
|
|
1284
1325
|
@desired_datapath_provider = args[:desired_datapath_provider] if args.key?(:desired_datapath_provider)
|
1285
1326
|
@desired_default_snat_status = args[:desired_default_snat_status] if args.key?(:desired_default_snat_status)
|
1286
1327
|
@desired_dns_config = args[:desired_dns_config] if args.key?(:desired_dns_config)
|
1328
|
+
@desired_identity_service_config = args[:desired_identity_service_config] if args.key?(:desired_identity_service_config)
|
1287
1329
|
@desired_image_type = args[:desired_image_type] if args.key?(:desired_image_type)
|
1288
1330
|
@desired_intra_node_visibility_config = args[:desired_intra_node_visibility_config] if args.key?(:desired_intra_node_visibility_config)
|
1289
1331
|
@desired_l4ilb_subsetting_config = args[:desired_l4ilb_subsetting_config] if args.key?(:desired_l4ilb_subsetting_config)
|
1290
1332
|
@desired_locations = args[:desired_locations] if args.key?(:desired_locations)
|
1333
|
+
@desired_logging_config = args[:desired_logging_config] if args.key?(:desired_logging_config)
|
1291
1334
|
@desired_logging_service = args[:desired_logging_service] if args.key?(:desired_logging_service)
|
1292
1335
|
@desired_master = args[:desired_master] if args.key?(:desired_master)
|
1293
1336
|
@desired_master_authorized_networks_config = args[:desired_master_authorized_networks_config] if args.key?(:desired_master_authorized_networks_config)
|
1294
1337
|
@desired_master_version = args[:desired_master_version] if args.key?(:desired_master_version)
|
1338
|
+
@desired_monitoring_config = args[:desired_monitoring_config] if args.key?(:desired_monitoring_config)
|
1295
1339
|
@desired_monitoring_service = args[:desired_monitoring_service] if args.key?(:desired_monitoring_service)
|
1296
1340
|
@desired_node_pool_autoscaling = args[:desired_node_pool_autoscaling] if args.key?(:desired_node_pool_autoscaling)
|
1297
1341
|
@desired_node_pool_id = args[:desired_node_pool_id] if args.key?(:desired_node_pool_id)
|
@@ -1750,6 +1794,26 @@ module Google
|
|
1750
1794
|
end
|
1751
1795
|
end
|
1752
1796
|
|
1797
|
+
# Configuration for the GCP Filestore CSI driver.
|
1798
|
+
class GcpFilestoreCsiDriverConfig
|
1799
|
+
include Google::Apis::Core::Hashable
|
1800
|
+
|
1801
|
+
# Whether the GCP Filestore CSI driver is enabled for this cluster.
|
1802
|
+
# Corresponds to the JSON property `enabled`
|
1803
|
+
# @return [Boolean]
|
1804
|
+
attr_accessor :enabled
|
1805
|
+
alias_method :enabled?, :enabled
|
1806
|
+
|
1807
|
+
def initialize(**args)
|
1808
|
+
update!(**args)
|
1809
|
+
end
|
1810
|
+
|
1811
|
+
# Update properties of this object
|
1812
|
+
def update!(**args)
|
1813
|
+
@enabled = args[:enabled] if args.key?(:enabled)
|
1814
|
+
end
|
1815
|
+
end
|
1816
|
+
|
1753
1817
|
# GetJSONWebKeysResponse is a valid JSON Web Key Set as specififed in rfc 7517
|
1754
1818
|
class GetJsonWebKeysResponse
|
1755
1819
|
include Google::Apis::Core::Hashable
|
@@ -2085,6 +2149,27 @@ module Google
|
|
2085
2149
|
end
|
2086
2150
|
end
|
2087
2151
|
|
2152
|
+
# IdentityServiceConfig is configuration for Identity Service which allows
|
2153
|
+
# customers to use external identity providers with the K8S API
|
2154
|
+
class IdentityServiceConfig
|
2155
|
+
include Google::Apis::Core::Hashable
|
2156
|
+
|
2157
|
+
# Whether to enable the Identity Service component
|
2158
|
+
# Corresponds to the JSON property `enabled`
|
2159
|
+
# @return [Boolean]
|
2160
|
+
attr_accessor :enabled
|
2161
|
+
alias_method :enabled?, :enabled
|
2162
|
+
|
2163
|
+
def initialize(**args)
|
2164
|
+
update!(**args)
|
2165
|
+
end
|
2166
|
+
|
2167
|
+
# Update properties of this object
|
2168
|
+
def update!(**args)
|
2169
|
+
@enabled = args[:enabled] if args.key?(:enabled)
|
2170
|
+
end
|
2171
|
+
end
|
2172
|
+
|
2088
2173
|
# IntraNodeVisibilityConfig contains the desired config of the intra-node
|
2089
2174
|
# visibility on this cluster.
|
2090
2175
|
class IntraNodeVisibilityConfig
|
@@ -2446,6 +2531,44 @@ module Google
|
|
2446
2531
|
end
|
2447
2532
|
end
|
2448
2533
|
|
2534
|
+
# LoggingComponentConfig is cluster logging component configuration.
|
2535
|
+
class LoggingComponentConfig
|
2536
|
+
include Google::Apis::Core::Hashable
|
2537
|
+
|
2538
|
+
# Select components to collect logs. An empty set would disable all logging.
|
2539
|
+
# Corresponds to the JSON property `enableComponents`
|
2540
|
+
# @return [Array<String>]
|
2541
|
+
attr_accessor :enable_components
|
2542
|
+
|
2543
|
+
def initialize(**args)
|
2544
|
+
update!(**args)
|
2545
|
+
end
|
2546
|
+
|
2547
|
+
# Update properties of this object
|
2548
|
+
def update!(**args)
|
2549
|
+
@enable_components = args[:enable_components] if args.key?(:enable_components)
|
2550
|
+
end
|
2551
|
+
end
|
2552
|
+
|
2553
|
+
# LoggingConfig is cluster logging configuration.
|
2554
|
+
class LoggingConfig
|
2555
|
+
include Google::Apis::Core::Hashable
|
2556
|
+
|
2557
|
+
# LoggingComponentConfig is cluster logging component configuration.
|
2558
|
+
# Corresponds to the JSON property `componentConfig`
|
2559
|
+
# @return [Google::Apis::ContainerV1beta1::LoggingComponentConfig]
|
2560
|
+
attr_accessor :component_config
|
2561
|
+
|
2562
|
+
def initialize(**args)
|
2563
|
+
update!(**args)
|
2564
|
+
end
|
2565
|
+
|
2566
|
+
# Update properties of this object
|
2567
|
+
def update!(**args)
|
2568
|
+
@component_config = args[:component_config] if args.key?(:component_config)
|
2569
|
+
end
|
2570
|
+
end
|
2571
|
+
|
2449
2572
|
# MaintenancePolicy defines the maintenance policy to be used for the cluster.
|
2450
2573
|
class MaintenancePolicy
|
2451
2574
|
include Google::Apis::Core::Hashable
|
@@ -2670,6 +2793,45 @@ module Google
|
|
2670
2793
|
end
|
2671
2794
|
end
|
2672
2795
|
|
2796
|
+
# MonitoringComponentConfig is cluster monitoring component configuration.
|
2797
|
+
class MonitoringComponentConfig
|
2798
|
+
include Google::Apis::Core::Hashable
|
2799
|
+
|
2800
|
+
# Select components to collect metrics. An empty set would disable all
|
2801
|
+
# monitoring.
|
2802
|
+
# Corresponds to the JSON property `enableComponents`
|
2803
|
+
# @return [Array<String>]
|
2804
|
+
attr_accessor :enable_components
|
2805
|
+
|
2806
|
+
def initialize(**args)
|
2807
|
+
update!(**args)
|
2808
|
+
end
|
2809
|
+
|
2810
|
+
# Update properties of this object
|
2811
|
+
def update!(**args)
|
2812
|
+
@enable_components = args[:enable_components] if args.key?(:enable_components)
|
2813
|
+
end
|
2814
|
+
end
|
2815
|
+
|
2816
|
+
# MonitoringConfig is cluster monitoring configuration.
|
2817
|
+
class MonitoringConfig
|
2818
|
+
include Google::Apis::Core::Hashable
|
2819
|
+
|
2820
|
+
# MonitoringComponentConfig is cluster monitoring component configuration.
|
2821
|
+
# Corresponds to the JSON property `componentConfig`
|
2822
|
+
# @return [Google::Apis::ContainerV1beta1::MonitoringComponentConfig]
|
2823
|
+
attr_accessor :component_config
|
2824
|
+
|
2825
|
+
def initialize(**args)
|
2826
|
+
update!(**args)
|
2827
|
+
end
|
2828
|
+
|
2829
|
+
# Update properties of this object
|
2830
|
+
def update!(**args)
|
2831
|
+
@component_config = args[:component_config] if args.key?(:component_config)
|
2832
|
+
end
|
2833
|
+
end
|
2834
|
+
|
2673
2835
|
# NetworkConfig reports the relative names of network & subnetwork.
|
2674
2836
|
class NetworkConfig
|
2675
2837
|
include Google::Apis::Core::Hashable
|
@@ -2854,6 +3016,11 @@ module Google
|
|
2854
3016
|
# @return [Google::Apis::ContainerV1beta1::EphemeralStorageConfig]
|
2855
3017
|
attr_accessor :ephemeral_storage_config
|
2856
3018
|
|
3019
|
+
# Configuration of gVNIC feature.
|
3020
|
+
# Corresponds to the JSON property `gvnic`
|
3021
|
+
# @return [Google::Apis::ContainerV1beta1::VirtualNic]
|
3022
|
+
attr_accessor :gvnic
|
3023
|
+
|
2857
3024
|
# The image type to use for this node. Note that for a given image type, the
|
2858
3025
|
# latest version of it will be used.
|
2859
3026
|
# Corresponds to the JSON property `imageType`
|
@@ -2905,9 +3072,8 @@ module Google
|
|
2905
3072
|
# - "gci-ensure-gke-docker" - "gci-metrics-enabled" - "gci-update-strategy" - "
|
2906
3073
|
# instance-template" - "kube-env" - "startup-script" - "user-data" - "disable-
|
2907
3074
|
# address-manager" - "windows-startup-script-ps1" - "common-psm1" - "k8s-node-
|
2908
|
-
# setup-psm1" - "install-ssh-psm1" - "user-profile-psm1"
|
2909
|
-
#
|
2910
|
-
# form strings, and only have meaning as interpreted by the image running in the
|
3075
|
+
# setup-psm1" - "install-ssh-psm1" - "user-profile-psm1" Values are free-form
|
3076
|
+
# strings, and only have meaning as interpreted by the image running in the
|
2911
3077
|
# instance. The only restriction placed on them is that each value's size must
|
2912
3078
|
# be less than or equal to 32 KB. The total size of all keys and values must be
|
2913
3079
|
# less than 512 KB.
|
@@ -3009,6 +3175,7 @@ module Google
|
|
3009
3175
|
@disk_size_gb = args[:disk_size_gb] if args.key?(:disk_size_gb)
|
3010
3176
|
@disk_type = args[:disk_type] if args.key?(:disk_type)
|
3011
3177
|
@ephemeral_storage_config = args[:ephemeral_storage_config] if args.key?(:ephemeral_storage_config)
|
3178
|
+
@gvnic = args[:gvnic] if args.key?(:gvnic)
|
3012
3179
|
@image_type = args[:image_type] if args.key?(:image_type)
|
3013
3180
|
@kubelet_config = args[:kubelet_config] if args.key?(:kubelet_config)
|
3014
3181
|
@labels = args[:labels] if args.key?(:labels)
|
@@ -3144,8 +3311,7 @@ module Google
|
|
3144
3311
|
end
|
3145
3312
|
end
|
3146
3313
|
|
3147
|
-
# Parameters for node pool-level network config.
|
3148
|
-
# ip_allocation_policy.use_ip_aliases` is true.
|
3314
|
+
# Parameters for node pool-level network config.
|
3149
3315
|
class NodeNetworkConfig
|
3150
3316
|
include Google::Apis::Core::Hashable
|
3151
3317
|
|
@@ -3153,6 +3319,8 @@ module Google
|
|
3153
3319
|
# Defaults are provided for `pod_range` and `pod_ipv4_cidr_block` if they are
|
3154
3320
|
# not specified. If neither `create_pod_range` or `pod_range` are specified, the
|
3155
3321
|
# cluster-level default (`ip_allocation_policy.cluster_ipv4_cidr_block`) is used.
|
3322
|
+
# Only applicable if `ip_allocation_policy.use_ip_aliases` is true. This field
|
3323
|
+
# cannot be changed after the node pool has been created.
|
3156
3324
|
# Corresponds to the JSON property `createPodRange`
|
3157
3325
|
# @return [Boolean]
|
3158
3326
|
attr_accessor :create_pod_range
|
@@ -3163,14 +3331,17 @@ module Google
|
|
3163
3331
|
# default size. Set to /netmask (e.g. `/14`) to have a range chosen with a
|
3164
3332
|
# specific netmask. Set to a [CIDR](https://en.wikipedia.org/wiki/
|
3165
3333
|
# Classless_Inter-Domain_Routing) notation (e.g. `10.96.0.0/14`) to pick a
|
3166
|
-
# specific range to use.
|
3334
|
+
# specific range to use. Only applicable if `ip_allocation_policy.use_ip_aliases`
|
3335
|
+
# is true. This field cannot be changed after the node pool has been created.
|
3167
3336
|
# Corresponds to the JSON property `podIpv4CidrBlock`
|
3168
3337
|
# @return [String]
|
3169
3338
|
attr_accessor :pod_ipv4_cidr_block
|
3170
3339
|
|
3171
3340
|
# The ID of the secondary range for pod IPs. If `create_pod_range` is true, this
|
3172
3341
|
# ID is used for the new range. If `create_pod_range` is false, uses an existing
|
3173
|
-
# secondary range with this ID.
|
3342
|
+
# secondary range with this ID. Only applicable if `ip_allocation_policy.
|
3343
|
+
# use_ip_aliases` is true. This field cannot be changed after the node pool has
|
3344
|
+
# been created.
|
3174
3345
|
# Corresponds to the JSON property `podRange`
|
3175
3346
|
# @return [String]
|
3176
3347
|
attr_accessor :pod_range
|
@@ -3266,8 +3437,7 @@ module Google
|
|
3266
3437
|
# @return [String]
|
3267
3438
|
attr_accessor :name
|
3268
3439
|
|
3269
|
-
# Parameters for node pool-level network config.
|
3270
|
-
# ip_allocation_policy.use_ip_aliases` is true.
|
3440
|
+
# Parameters for node pool-level network config.
|
3271
3441
|
# Corresponds to the JSON property `networkConfig`
|
3272
3442
|
# @return [Google::Apis::ContainerV1beta1::NodeNetworkConfig]
|
3273
3443
|
attr_accessor :network_config
|
@@ -3346,7 +3516,7 @@ module Google
|
|
3346
3516
|
alias_method :enabled?, :enabled
|
3347
3517
|
|
3348
3518
|
# Maximum number of nodes in the NodePool. Must be >= min_node_count. There has
|
3349
|
-
# to enough quota to scale up the cluster.
|
3519
|
+
# to be enough quota to scale up the cluster.
|
3350
3520
|
# Corresponds to the JSON property `maxNodeCount`
|
3351
3521
|
# @return [Fixnum]
|
3352
3522
|
attr_accessor :max_node_count
|
@@ -5104,6 +5274,11 @@ module Google
|
|
5104
5274
|
# @return [String]
|
5105
5275
|
attr_accessor :cluster_id
|
5106
5276
|
|
5277
|
+
# Configuration of gVNIC feature.
|
5278
|
+
# Corresponds to the JSON property `gvnic`
|
5279
|
+
# @return [Google::Apis::ContainerV1beta1::VirtualNic]
|
5280
|
+
attr_accessor :gvnic
|
5281
|
+
|
5107
5282
|
# Required. The desired image type for the node pool.
|
5108
5283
|
# Corresponds to the JSON property `imageType`
|
5109
5284
|
# @return [String]
|
@@ -5202,6 +5377,7 @@ module Google
|
|
5202
5377
|
# Update properties of this object
|
5203
5378
|
def update!(**args)
|
5204
5379
|
@cluster_id = args[:cluster_id] if args.key?(:cluster_id)
|
5380
|
+
@gvnic = args[:gvnic] if args.key?(:gvnic)
|
5205
5381
|
@image_type = args[:image_type] if args.key?(:image_type)
|
5206
5382
|
@kubelet_config = args[:kubelet_config] if args.key?(:kubelet_config)
|
5207
5383
|
@labels = args[:labels] if args.key?(:labels)
|
@@ -5248,6 +5424,11 @@ module Google
|
|
5248
5424
|
# @return [String]
|
5249
5425
|
attr_accessor :version
|
5250
5426
|
|
5427
|
+
# Windows server versions.
|
5428
|
+
# Corresponds to the JSON property `windowsVersions`
|
5429
|
+
# @return [Google::Apis::ContainerV1beta1::WindowsVersions]
|
5430
|
+
attr_accessor :windows_versions
|
5431
|
+
|
5251
5432
|
def initialize(**args)
|
5252
5433
|
update!(**args)
|
5253
5434
|
end
|
@@ -5258,6 +5439,7 @@ module Google
|
|
5258
5439
|
@resource = args[:resource] if args.key?(:resource)
|
5259
5440
|
@resource_type = args[:resource_type] if args.key?(:resource_type)
|
5260
5441
|
@version = args[:version] if args.key?(:version)
|
5442
|
+
@windows_versions = args[:windows_versions] if args.key?(:windows_versions)
|
5261
5443
|
end
|
5262
5444
|
end
|
5263
5445
|
|
@@ -5441,6 +5623,26 @@ module Google
|
|
5441
5623
|
end
|
5442
5624
|
end
|
5443
5625
|
|
5626
|
+
# Configuration of gVNIC feature.
|
5627
|
+
class VirtualNic
|
5628
|
+
include Google::Apis::Core::Hashable
|
5629
|
+
|
5630
|
+
# Whether gVNIC features are enabled in the node pool.
|
5631
|
+
# Corresponds to the JSON property `enabled`
|
5632
|
+
# @return [Boolean]
|
5633
|
+
attr_accessor :enabled
|
5634
|
+
alias_method :enabled?, :enabled
|
5635
|
+
|
5636
|
+
def initialize(**args)
|
5637
|
+
update!(**args)
|
5638
|
+
end
|
5639
|
+
|
5640
|
+
# Update properties of this object
|
5641
|
+
def update!(**args)
|
5642
|
+
@enabled = args[:enabled] if args.key?(:enabled)
|
5643
|
+
end
|
5644
|
+
end
|
5645
|
+
|
5444
5646
|
# Windows server version.
|
5445
5647
|
class WindowsVersion
|
5446
5648
|
include Google::Apis::Core::Hashable
|
@@ -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.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 = "
|
25
|
+
REVISION = "20210820"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -214,6 +214,12 @@ module Google
|
|
214
214
|
include Google::Apis::Core::JsonObjectSupport
|
215
215
|
end
|
216
216
|
|
217
|
+
class GcpFilestoreCsiDriverConfig
|
218
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
|
+
|
220
|
+
include Google::Apis::Core::JsonObjectSupport
|
221
|
+
end
|
222
|
+
|
217
223
|
class GetJsonWebKeysResponse
|
218
224
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
225
|
|
@@ -256,6 +262,12 @@ module Google
|
|
256
262
|
include Google::Apis::Core::JsonObjectSupport
|
257
263
|
end
|
258
264
|
|
265
|
+
class IdentityServiceConfig
|
266
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
267
|
+
|
268
|
+
include Google::Apis::Core::JsonObjectSupport
|
269
|
+
end
|
270
|
+
|
259
271
|
class IntraNodeVisibilityConfig
|
260
272
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
261
273
|
|
@@ -334,6 +346,18 @@ module Google
|
|
334
346
|
include Google::Apis::Core::JsonObjectSupport
|
335
347
|
end
|
336
348
|
|
349
|
+
class LoggingComponentConfig
|
350
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
351
|
+
|
352
|
+
include Google::Apis::Core::JsonObjectSupport
|
353
|
+
end
|
354
|
+
|
355
|
+
class LoggingConfig
|
356
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
357
|
+
|
358
|
+
include Google::Apis::Core::JsonObjectSupport
|
359
|
+
end
|
360
|
+
|
337
361
|
class MaintenancePolicy
|
338
362
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
339
363
|
|
@@ -376,6 +400,18 @@ module Google
|
|
376
400
|
include Google::Apis::Core::JsonObjectSupport
|
377
401
|
end
|
378
402
|
|
403
|
+
class MonitoringComponentConfig
|
404
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
405
|
+
|
406
|
+
include Google::Apis::Core::JsonObjectSupport
|
407
|
+
end
|
408
|
+
|
409
|
+
class MonitoringConfig
|
410
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
411
|
+
|
412
|
+
include Google::Apis::Core::JsonObjectSupport
|
413
|
+
end
|
414
|
+
|
379
415
|
class NetworkConfig
|
380
416
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
381
417
|
|
@@ -736,6 +772,12 @@ module Google
|
|
736
772
|
include Google::Apis::Core::JsonObjectSupport
|
737
773
|
end
|
738
774
|
|
775
|
+
class VirtualNic
|
776
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
777
|
+
|
778
|
+
include Google::Apis::Core::JsonObjectSupport
|
779
|
+
end
|
780
|
+
|
739
781
|
class WindowsVersion
|
740
782
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
741
783
|
|
@@ -786,6 +828,8 @@ module Google
|
|
786
828
|
|
787
829
|
property :gce_persistent_disk_csi_driver_config, as: 'gcePersistentDiskCsiDriverConfig', class: Google::Apis::ContainerV1beta1::GcePersistentDiskCsiDriverConfig, decorator: Google::Apis::ContainerV1beta1::GcePersistentDiskCsiDriverConfig::Representation
|
788
830
|
|
831
|
+
property :gcp_filestore_csi_driver_config, as: 'gcpFilestoreCsiDriverConfig', class: Google::Apis::ContainerV1beta1::GcpFilestoreCsiDriverConfig, decorator: Google::Apis::ContainerV1beta1::GcpFilestoreCsiDriverConfig::Representation
|
832
|
+
|
789
833
|
property :horizontal_pod_autoscaling, as: 'horizontalPodAutoscaling', class: Google::Apis::ContainerV1beta1::HorizontalPodAutoscaling, decorator: Google::Apis::ContainerV1beta1::HorizontalPodAutoscaling::Representation
|
790
834
|
|
791
835
|
property :http_load_balancing, as: 'httpLoadBalancing', class: Google::Apis::ContainerV1beta1::HttpLoadBalancing, decorator: Google::Apis::ContainerV1beta1::HttpLoadBalancing::Representation
|
@@ -932,6 +976,8 @@ module Google
|
|
932
976
|
property :endpoint, as: 'endpoint'
|
933
977
|
property :expire_time, as: 'expireTime'
|
934
978
|
property :id, as: 'id'
|
979
|
+
property :identity_service_config, as: 'identityServiceConfig', class: Google::Apis::ContainerV1beta1::IdentityServiceConfig, decorator: Google::Apis::ContainerV1beta1::IdentityServiceConfig::Representation
|
980
|
+
|
935
981
|
property :initial_cluster_version, as: 'initialClusterVersion'
|
936
982
|
property :initial_node_count, as: 'initialNodeCount'
|
937
983
|
collection :instance_group_urls, as: 'instanceGroupUrls'
|
@@ -942,6 +988,8 @@ module Google
|
|
942
988
|
|
943
989
|
property :location, as: 'location'
|
944
990
|
collection :locations, as: 'locations'
|
991
|
+
property :logging_config, as: 'loggingConfig', class: Google::Apis::ContainerV1beta1::LoggingConfig, decorator: Google::Apis::ContainerV1beta1::LoggingConfig::Representation
|
992
|
+
|
945
993
|
property :logging_service, as: 'loggingService'
|
946
994
|
property :maintenance_policy, as: 'maintenancePolicy', class: Google::Apis::ContainerV1beta1::MaintenancePolicy, decorator: Google::Apis::ContainerV1beta1::MaintenancePolicy::Representation
|
947
995
|
|
@@ -952,6 +1000,8 @@ module Google
|
|
952
1000
|
property :master_authorized_networks_config, as: 'masterAuthorizedNetworksConfig', class: Google::Apis::ContainerV1beta1::MasterAuthorizedNetworksConfig, decorator: Google::Apis::ContainerV1beta1::MasterAuthorizedNetworksConfig::Representation
|
953
1001
|
|
954
1002
|
property :master_ipv4_cidr_block, as: 'masterIpv4CidrBlock'
|
1003
|
+
property :monitoring_config, as: 'monitoringConfig', class: Google::Apis::ContainerV1beta1::MonitoringConfig, decorator: Google::Apis::ContainerV1beta1::MonitoringConfig::Representation
|
1004
|
+
|
955
1005
|
property :monitoring_service, as: 'monitoringService'
|
956
1006
|
property :name, as: 'name'
|
957
1007
|
property :network, as: 'network'
|
@@ -1040,18 +1090,24 @@ module Google
|
|
1040
1090
|
|
1041
1091
|
property :desired_dns_config, as: 'desiredDnsConfig', class: Google::Apis::ContainerV1beta1::DnsConfig, decorator: Google::Apis::ContainerV1beta1::DnsConfig::Representation
|
1042
1092
|
|
1093
|
+
property :desired_identity_service_config, as: 'desiredIdentityServiceConfig', class: Google::Apis::ContainerV1beta1::IdentityServiceConfig, decorator: Google::Apis::ContainerV1beta1::IdentityServiceConfig::Representation
|
1094
|
+
|
1043
1095
|
property :desired_image_type, as: 'desiredImageType'
|
1044
1096
|
property :desired_intra_node_visibility_config, as: 'desiredIntraNodeVisibilityConfig', class: Google::Apis::ContainerV1beta1::IntraNodeVisibilityConfig, decorator: Google::Apis::ContainerV1beta1::IntraNodeVisibilityConfig::Representation
|
1045
1097
|
|
1046
1098
|
property :desired_l4ilb_subsetting_config, as: 'desiredL4ilbSubsettingConfig', class: Google::Apis::ContainerV1beta1::IlbSubsettingConfig, decorator: Google::Apis::ContainerV1beta1::IlbSubsettingConfig::Representation
|
1047
1099
|
|
1048
1100
|
collection :desired_locations, as: 'desiredLocations'
|
1101
|
+
property :desired_logging_config, as: 'desiredLoggingConfig', class: Google::Apis::ContainerV1beta1::LoggingConfig, decorator: Google::Apis::ContainerV1beta1::LoggingConfig::Representation
|
1102
|
+
|
1049
1103
|
property :desired_logging_service, as: 'desiredLoggingService'
|
1050
1104
|
property :desired_master, as: 'desiredMaster', class: Google::Apis::ContainerV1beta1::Master, decorator: Google::Apis::ContainerV1beta1::Master::Representation
|
1051
1105
|
|
1052
1106
|
property :desired_master_authorized_networks_config, as: 'desiredMasterAuthorizedNetworksConfig', class: Google::Apis::ContainerV1beta1::MasterAuthorizedNetworksConfig, decorator: Google::Apis::ContainerV1beta1::MasterAuthorizedNetworksConfig::Representation
|
1053
1107
|
|
1054
1108
|
property :desired_master_version, as: 'desiredMasterVersion'
|
1109
|
+
property :desired_monitoring_config, as: 'desiredMonitoringConfig', class: Google::Apis::ContainerV1beta1::MonitoringConfig, decorator: Google::Apis::ContainerV1beta1::MonitoringConfig::Representation
|
1110
|
+
|
1055
1111
|
property :desired_monitoring_service, as: 'desiredMonitoringService'
|
1056
1112
|
property :desired_node_pool_autoscaling, as: 'desiredNodePoolAutoscaling', class: Google::Apis::ContainerV1beta1::NodePoolAutoscaling, decorator: Google::Apis::ContainerV1beta1::NodePoolAutoscaling::Representation
|
1057
1113
|
|
@@ -1205,6 +1261,13 @@ module Google
|
|
1205
1261
|
end
|
1206
1262
|
end
|
1207
1263
|
|
1264
|
+
class GcpFilestoreCsiDriverConfig
|
1265
|
+
# @private
|
1266
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1267
|
+
property :enabled, as: 'enabled'
|
1268
|
+
end
|
1269
|
+
end
|
1270
|
+
|
1208
1271
|
class GetJsonWebKeysResponse
|
1209
1272
|
# @private
|
1210
1273
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1280,6 +1343,13 @@ module Google
|
|
1280
1343
|
end
|
1281
1344
|
end
|
1282
1345
|
|
1346
|
+
class IdentityServiceConfig
|
1347
|
+
# @private
|
1348
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1349
|
+
property :enabled, as: 'enabled'
|
1350
|
+
end
|
1351
|
+
end
|
1352
|
+
|
1283
1353
|
class IntraNodeVisibilityConfig
|
1284
1354
|
# @private
|
1285
1355
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1391,6 +1461,21 @@ module Google
|
|
1391
1461
|
end
|
1392
1462
|
end
|
1393
1463
|
|
1464
|
+
class LoggingComponentConfig
|
1465
|
+
# @private
|
1466
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1467
|
+
collection :enable_components, as: 'enableComponents'
|
1468
|
+
end
|
1469
|
+
end
|
1470
|
+
|
1471
|
+
class LoggingConfig
|
1472
|
+
# @private
|
1473
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1474
|
+
property :component_config, as: 'componentConfig', class: Google::Apis::ContainerV1beta1::LoggingComponentConfig, decorator: Google::Apis::ContainerV1beta1::LoggingComponentConfig::Representation
|
1475
|
+
|
1476
|
+
end
|
1477
|
+
end
|
1478
|
+
|
1394
1479
|
class MaintenancePolicy
|
1395
1480
|
# @private
|
1396
1481
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1457,6 +1542,21 @@ module Google
|
|
1457
1542
|
end
|
1458
1543
|
end
|
1459
1544
|
|
1545
|
+
class MonitoringComponentConfig
|
1546
|
+
# @private
|
1547
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1548
|
+
collection :enable_components, as: 'enableComponents'
|
1549
|
+
end
|
1550
|
+
end
|
1551
|
+
|
1552
|
+
class MonitoringConfig
|
1553
|
+
# @private
|
1554
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1555
|
+
property :component_config, as: 'componentConfig', class: Google::Apis::ContainerV1beta1::MonitoringComponentConfig, decorator: Google::Apis::ContainerV1beta1::MonitoringComponentConfig::Representation
|
1556
|
+
|
1557
|
+
end
|
1558
|
+
end
|
1559
|
+
|
1460
1560
|
class NetworkConfig
|
1461
1561
|
# @private
|
1462
1562
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1507,6 +1607,8 @@ module Google
|
|
1507
1607
|
property :disk_type, as: 'diskType'
|
1508
1608
|
property :ephemeral_storage_config, as: 'ephemeralStorageConfig', class: Google::Apis::ContainerV1beta1::EphemeralStorageConfig, decorator: Google::Apis::ContainerV1beta1::EphemeralStorageConfig::Representation
|
1509
1609
|
|
1610
|
+
property :gvnic, as: 'gvnic', class: Google::Apis::ContainerV1beta1::VirtualNic, decorator: Google::Apis::ContainerV1beta1::VirtualNic::Representation
|
1611
|
+
|
1510
1612
|
property :image_type, as: 'imageType'
|
1511
1613
|
property :kubelet_config, as: 'kubeletConfig', class: Google::Apis::ContainerV1beta1::NodeKubeletConfig, decorator: Google::Apis::ContainerV1beta1::NodeKubeletConfig::Representation
|
1512
1614
|
|
@@ -2049,6 +2151,8 @@ module Google
|
|
2049
2151
|
# @private
|
2050
2152
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2051
2153
|
property :cluster_id, as: 'clusterId'
|
2154
|
+
property :gvnic, as: 'gvnic', class: Google::Apis::ContainerV1beta1::VirtualNic, decorator: Google::Apis::ContainerV1beta1::VirtualNic::Representation
|
2155
|
+
|
2052
2156
|
property :image_type, as: 'imageType'
|
2053
2157
|
property :kubelet_config, as: 'kubeletConfig', class: Google::Apis::ContainerV1beta1::NodeKubeletConfig, decorator: Google::Apis::ContainerV1beta1::NodeKubeletConfig::Representation
|
2054
2158
|
|
@@ -2081,6 +2185,8 @@ module Google
|
|
2081
2185
|
property :resource, as: 'resource'
|
2082
2186
|
property :resource_type, as: 'resourceType'
|
2083
2187
|
property :version, as: 'version'
|
2188
|
+
property :windows_versions, as: 'windowsVersions', class: Google::Apis::ContainerV1beta1::WindowsVersions, decorator: Google::Apis::ContainerV1beta1::WindowsVersions::Representation
|
2189
|
+
|
2084
2190
|
end
|
2085
2191
|
end
|
2086
2192
|
|
@@ -2132,6 +2238,13 @@ module Google
|
|
2132
2238
|
end
|
2133
2239
|
end
|
2134
2240
|
|
2241
|
+
class VirtualNic
|
2242
|
+
# @private
|
2243
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2244
|
+
property :enabled, as: 'enabled'
|
2245
|
+
end
|
2246
|
+
end
|
2247
|
+
|
2135
2248
|
class WindowsVersion
|
2136
2249
|
# @private
|
2137
2250
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -30,7 +30,7 @@ module Google
|
|
30
30
|
# This is NOT the gem version.
|
31
31
|
VERSION = 'V1beta1'
|
32
32
|
|
33
|
-
# See, edit, configure, and delete your Google Cloud
|
33
|
+
# See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
|
34
34
|
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
35
35
|
end
|
36
36
|
end
|
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.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-
|
11
|
+
date: 2021-09-06 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.18.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: []
|