Skip to content

Commit 8cc4310

Browse files
feat(container): update the api
#### container:v1 The following keys were added: - schemas.Cluster.properties.satisfiesPzi (Total Keys: 2) - schemas.Cluster.properties.satisfiesPzs (Total Keys: 2) - schemas.ClusterUpdate.properties.desiredNodeKubeletConfig.$ref (Total Keys: 1) - schemas.ClusterUpdate.properties.desiredNodePoolAutoConfigKubeletConfig.$ref (Total Keys: 1) - schemas.NodeConfigDefaults.properties.nodeKubeletConfig.$ref (Total Keys: 1) - schemas.NodePoolAutoConfig.properties.nodeKubeletConfig.$ref (Total Keys: 1) #### container:v1beta1 The following keys were added: - schemas.Cluster.properties.satisfiesPzi (Total Keys: 2) - schemas.Cluster.properties.satisfiesPzs (Total Keys: 2) - schemas.ClusterUpdate.properties.desiredNodeKubeletConfig.$ref (Total Keys: 1) - schemas.ClusterUpdate.properties.desiredNodePoolAutoConfigKubeletConfig.$ref (Total Keys: 1) - schemas.NodeConfigDefaults.properties.nodeKubeletConfig.$ref (Total Keys: 1) - schemas.NodePoolAutoConfig.properties.nodeKubeletConfig.$ref (Total Keys: 1)
1 parent d77f0fb commit 8cc4310

6 files changed

+302
-2
lines changed

docs/dyn/container_v1.projects.locations.clusters.html

Lines changed: 62 additions & 0 deletions
Large diffs are not rendered by default.

docs/dyn/container_v1.projects.zones.clusters.html

Lines changed: 62 additions & 0 deletions
Large diffs are not rendered by default.

docs/dyn/container_v1beta1.projects.locations.clusters.html

Lines changed: 62 additions & 0 deletions
Large diffs are not rendered by default.

docs/dyn/container_v1beta1.projects.zones.clusters.html

Lines changed: 62 additions & 0 deletions
Large diffs are not rendered by default.

googleapiclient/discovery_cache/documents/container.v1.json

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2540,7 +2540,7 @@
25402540
}
25412541
}
25422542
},
2543-
"revision": "20240409",
2543+
"revision": "20240422",
25442544
"rootUrl": "https://container.googleapis.com/",
25452545
"schemas": {
25462546
"AcceleratorConfig": {
@@ -3369,6 +3369,16 @@
33693369
"$ref": "ResourceUsageExportConfig",
33703370
"description": "Configuration for exporting resource usages. Resource usage export is disabled when this config is unspecified."
33713371
},
3372+
"satisfiesPzi": {
3373+
"description": "Output only. Reserved for future use.",
3374+
"readOnly": true,
3375+
"type": "boolean"
3376+
},
3377+
"satisfiesPzs": {
3378+
"description": "Output only. Reserved for future use.",
3379+
"readOnly": true,
3380+
"type": "boolean"
3381+
},
33723382
"securityPostureConfig": {
33733383
"$ref": "SecurityPostureConfig",
33743384
"description": "Enable/Disable Security Posture API features for the cluster."
@@ -3661,6 +3671,14 @@
36613671
"$ref": "ClusterNetworkPerformanceConfig",
36623672
"description": "The desired network performance config."
36633673
},
3674+
"desiredNodeKubeletConfig": {
3675+
"$ref": "NodeKubeletConfig",
3676+
"description": "The desired node kubelet config for the cluster."
3677+
},
3678+
"desiredNodePoolAutoConfigKubeletConfig": {
3679+
"$ref": "NodeKubeletConfig",
3680+
"description": "The desired node kubelet config for all auto-provisioned node pools in autopilot clusters and node auto-provisioning enabled clusters."
3681+
},
36643682
"desiredNodePoolAutoConfigNetworkTags": {
36653683
"$ref": "NetworkTags",
36663684
"description": "The desired network tags that apply to all auto-provisioned node pools in autopilot clusters and node auto-provisioning enabled clusters."
@@ -5463,6 +5481,10 @@
54635481
"loggingConfig": {
54645482
"$ref": "NodePoolLoggingConfig",
54655483
"description": "Logging configuration for node pools."
5484+
},
5485+
"nodeKubeletConfig": {
5486+
"$ref": "NodeKubeletConfig",
5487+
"description": "NodeKubeletConfig controls the defaults for new node-pools. Currently only `insecure_kubelet_readonly_port_enabled` can be set here."
54665488
}
54675489
},
54685490
"type": "object"
@@ -5709,6 +5731,10 @@
57095731
"$ref": "NetworkTags",
57105732
"description": "The list of instance tags applied to all nodes. Tags are used to identify valid sources or targets for network firewalls and are specified by the client during cluster creation. Each tag within the list must comply with RFC1035."
57115733
},
5734+
"nodeKubeletConfig": {
5735+
"$ref": "NodeKubeletConfig",
5736+
"description": "NodeKubeletConfig controls the defaults for autoprovisioned node-pools. Currently only `insecure_kubelet_readonly_port_enabled` can be set here."
5737+
},
57125738
"resourceManagerTags": {
57135739
"$ref": "ResourceManagerTags",
57145740
"description": "Resource manager tag keys and values to be attached to the nodes for managing Compute Engine firewalls using Network Firewall Policies."

googleapiclient/discovery_cache/documents/container.v1beta1.json

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2565,7 +2565,7 @@
25652565
}
25662566
}
25672567
},
2568-
"revision": "20240409",
2568+
"revision": "20240422",
25692569
"rootUrl": "https://container.googleapis.com/",
25702570
"schemas": {
25712571
"AcceleratorConfig": {
@@ -3505,6 +3505,16 @@
35053505
"$ref": "ResourceUsageExportConfig",
35063506
"description": "Configuration for exporting resource usages. Resource usage export is disabled when this config unspecified."
35073507
},
3508+
"satisfiesPzi": {
3509+
"description": "Output only. Reserved for future use.",
3510+
"readOnly": true,
3511+
"type": "boolean"
3512+
},
3513+
"satisfiesPzs": {
3514+
"description": "Output only. Reserved for future use.",
3515+
"readOnly": true,
3516+
"type": "boolean"
3517+
},
35083518
"secretManagerConfig": {
35093519
"$ref": "SecretManagerConfig",
35103520
"description": "Secret CSI driver configuration."
@@ -3848,6 +3858,14 @@
38483858
"$ref": "ClusterNetworkPerformanceConfig",
38493859
"description": "The desired network performance config."
38503860
},
3861+
"desiredNodeKubeletConfig": {
3862+
"$ref": "NodeKubeletConfig",
3863+
"description": "The desired node kubelet config for the cluster."
3864+
},
3865+
"desiredNodePoolAutoConfigKubeletConfig": {
3866+
"$ref": "NodeKubeletConfig",
3867+
"description": "The desired node kubelet config for all auto-provisioned node pools in autopilot clusters and node auto-provisioning enabled clusters."
3868+
},
38513869
"desiredNodePoolAutoConfigNetworkTags": {
38523870
"$ref": "NetworkTags",
38533871
"description": "The desired network tags that apply to all auto-provisioned node pools in autopilot clusters and node auto-provisioning enabled clusters."
@@ -5911,6 +5929,10 @@ false
59115929
"loggingConfig": {
59125930
"$ref": "NodePoolLoggingConfig",
59135931
"description": "Logging configuration for node pools."
5932+
},
5933+
"nodeKubeletConfig": {
5934+
"$ref": "NodeKubeletConfig",
5935+
"description": "NodeKubeletConfig controls the defaults for new node-pools. Currently only `insecure_kubelet_readonly_port_enabled` can be set here."
59145936
}
59155937
},
59165938
"type": "object"
@@ -6157,6 +6179,10 @@ false
61576179
"$ref": "NetworkTags",
61586180
"description": "The list of instance tags applied to all nodes. Tags are used to identify valid sources or targets for network firewalls and are specified by the client during cluster creation. Each tag within the list must comply with RFC1035."
61596181
},
6182+
"nodeKubeletConfig": {
6183+
"$ref": "NodeKubeletConfig",
6184+
"description": "NodeKubeletConfig controls the defaults for autoprovisioned node-pools. Currently only `insecure_kubelet_readonly_port_enabled` can be set here."
6185+
},
61606186
"resourceManagerTags": {
61616187
"$ref": "ResourceManagerTags",
61626188
"description": "Resource manager tag keys and values to be attached to the nodes for managing Compute Engine firewalls using Network Firewall Policies."

0 commit comments

Comments
 (0)