Skip to content

Commit

Permalink
feat(container): update the api
Browse files Browse the repository at this point in the history
#### 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)
  • Loading branch information
yoshi-automation committed May 10, 2024
1 parent d77f0fb commit 8cc4310
Show file tree
Hide file tree
Showing 6 changed files with 302 additions and 2 deletions.
62 changes: 62 additions & 0 deletions docs/dyn/container_v1.projects.locations.clusters.html

Large diffs are not rendered by default.

62 changes: 62 additions & 0 deletions docs/dyn/container_v1.projects.zones.clusters.html

Large diffs are not rendered by default.

62 changes: 62 additions & 0 deletions docs/dyn/container_v1beta1.projects.locations.clusters.html

Large diffs are not rendered by default.

62 changes: 62 additions & 0 deletions docs/dyn/container_v1beta1.projects.zones.clusters.html

Large diffs are not rendered by default.

28 changes: 27 additions & 1 deletion googleapiclient/discovery_cache/documents/container.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -2540,7 +2540,7 @@
}
}
},
"revision": "20240409",
"revision": "20240422",
"rootUrl": "https://container.googleapis.com/",
"schemas": {
"AcceleratorConfig": {
Expand Down Expand Up @@ -3369,6 +3369,16 @@
"$ref": "ResourceUsageExportConfig",
"description": "Configuration for exporting resource usages. Resource usage export is disabled when this config is unspecified."
},
"satisfiesPzi": {
"description": "Output only. Reserved for future use.",
"readOnly": true,
"type": "boolean"
},
"satisfiesPzs": {
"description": "Output only. Reserved for future use.",
"readOnly": true,
"type": "boolean"
},
"securityPostureConfig": {
"$ref": "SecurityPostureConfig",
"description": "Enable/Disable Security Posture API features for the cluster."
Expand Down Expand Up @@ -3661,6 +3671,14 @@
"$ref": "ClusterNetworkPerformanceConfig",
"description": "The desired network performance config."
},
"desiredNodeKubeletConfig": {
"$ref": "NodeKubeletConfig",
"description": "The desired node kubelet config for the cluster."
},
"desiredNodePoolAutoConfigKubeletConfig": {
"$ref": "NodeKubeletConfig",
"description": "The desired node kubelet config for all auto-provisioned node pools in autopilot clusters and node auto-provisioning enabled clusters."
},
"desiredNodePoolAutoConfigNetworkTags": {
"$ref": "NetworkTags",
"description": "The desired network tags that apply to all auto-provisioned node pools in autopilot clusters and node auto-provisioning enabled clusters."
Expand Down Expand Up @@ -5463,6 +5481,10 @@
"loggingConfig": {
"$ref": "NodePoolLoggingConfig",
"description": "Logging configuration for node pools."
},
"nodeKubeletConfig": {
"$ref": "NodeKubeletConfig",
"description": "NodeKubeletConfig controls the defaults for new node-pools. Currently only `insecure_kubelet_readonly_port_enabled` can be set here."
}
},
"type": "object"
Expand Down Expand Up @@ -5709,6 +5731,10 @@
"$ref": "NetworkTags",
"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."
},
"nodeKubeletConfig": {
"$ref": "NodeKubeletConfig",
"description": "NodeKubeletConfig controls the defaults for autoprovisioned node-pools. Currently only `insecure_kubelet_readonly_port_enabled` can be set here."
},
"resourceManagerTags": {
"$ref": "ResourceManagerTags",
"description": "Resource manager tag keys and values to be attached to the nodes for managing Compute Engine firewalls using Network Firewall Policies."
Expand Down
28 changes: 27 additions & 1 deletion googleapiclient/discovery_cache/documents/container.v1beta1.json
Original file line number Diff line number Diff line change
Expand Up @@ -2565,7 +2565,7 @@
}
}
},
"revision": "20240409",
"revision": "20240422",
"rootUrl": "https://container.googleapis.com/",
"schemas": {
"AcceleratorConfig": {
Expand Down Expand Up @@ -3505,6 +3505,16 @@
"$ref": "ResourceUsageExportConfig",
"description": "Configuration for exporting resource usages. Resource usage export is disabled when this config unspecified."
},
"satisfiesPzi": {
"description": "Output only. Reserved for future use.",
"readOnly": true,
"type": "boolean"
},
"satisfiesPzs": {
"description": "Output only. Reserved for future use.",
"readOnly": true,
"type": "boolean"
},
"secretManagerConfig": {
"$ref": "SecretManagerConfig",
"description": "Secret CSI driver configuration."
Expand Down Expand Up @@ -3848,6 +3858,14 @@
"$ref": "ClusterNetworkPerformanceConfig",
"description": "The desired network performance config."
},
"desiredNodeKubeletConfig": {
"$ref": "NodeKubeletConfig",
"description": "The desired node kubelet config for the cluster."
},
"desiredNodePoolAutoConfigKubeletConfig": {
"$ref": "NodeKubeletConfig",
"description": "The desired node kubelet config for all auto-provisioned node pools in autopilot clusters and node auto-provisioning enabled clusters."
},
"desiredNodePoolAutoConfigNetworkTags": {
"$ref": "NetworkTags",
"description": "The desired network tags that apply to all auto-provisioned node pools in autopilot clusters and node auto-provisioning enabled clusters."
Expand Down Expand Up @@ -5911,6 +5929,10 @@ false
"loggingConfig": {
"$ref": "NodePoolLoggingConfig",
"description": "Logging configuration for node pools."
},
"nodeKubeletConfig": {
"$ref": "NodeKubeletConfig",
"description": "NodeKubeletConfig controls the defaults for new node-pools. Currently only `insecure_kubelet_readonly_port_enabled` can be set here."
}
},
"type": "object"
Expand Down Expand Up @@ -6157,6 +6179,10 @@ false
"$ref": "NetworkTags",
"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."
},
"nodeKubeletConfig": {
"$ref": "NodeKubeletConfig",
"description": "NodeKubeletConfig controls the defaults for autoprovisioned node-pools. Currently only `insecure_kubelet_readonly_port_enabled` can be set here."
},
"resourceManagerTags": {
"$ref": "ResourceManagerTags",
"description": "Resource manager tag keys and values to be attached to the nodes for managing Compute Engine firewalls using Network Firewall Policies."
Expand Down

0 comments on commit 8cc4310

Please sign in to comment.