Skip to content

Commit f8fae98

Browse files
feat(container): update the api
#### container:v1beta1 The following keys were added: - schemas.ClusterUpdate.properties.desiredServiceExternalIpsConfig.$ref (Total Keys: 1)
1 parent add2fbd commit f8fae98

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2907,6 +2907,9 @@ <h3>Method Details</h3>
29072907
},
29082908
&quot;enableNetworkEgressMetering&quot;: True or False, # Whether to enable network egress metering for this cluster. If enabled, a daemonset will be created in the cluster to meter network egress traffic.
29092909
},
2910+
&quot;desiredServiceExternalIpsConfig&quot;: { # Config to block services with externalIPs field. # ServiceExternalIPsConfig specifies the config for the use of Services with ExternalIPs field.
2911+
&quot;enabled&quot;: True or False, # Whether Services with ExternalIPs field are allowed or not.
2912+
},
29102913
&quot;desiredShieldedNodes&quot;: { # Configuration of Shielded Nodes feature. # Configuration for Shielded Nodes.
29112914
&quot;enabled&quot;: True or False, # Whether Shielded Nodes features are enabled on all nodes in this cluster.
29122915
},

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2968,6 +2968,9 @@ <h3>Method Details</h3>
29682968
},
29692969
&quot;enableNetworkEgressMetering&quot;: True or False, # Whether to enable network egress metering for this cluster. If enabled, a daemonset will be created in the cluster to meter network egress traffic.
29702970
},
2971+
&quot;desiredServiceExternalIpsConfig&quot;: { # Config to block services with externalIPs field. # ServiceExternalIPsConfig specifies the config for the use of Services with ExternalIPs field.
2972+
&quot;enabled&quot;: True or False, # Whether Services with ExternalIPs field are allowed or not.
2973+
},
29712974
&quot;desiredShieldedNodes&quot;: { # Configuration of Shielded Nodes feature. # Configuration for Shielded Nodes.
29722975
&quot;enabled&quot;: True or False, # Whether Shielded Nodes features are enabled on all nodes in this cluster.
29732976
},

googleapiclient/discovery_cache/documents/container.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2459,7 +2459,7 @@
24592459
}
24602460
}
24612461
},
2462-
"revision": "20210617",
2462+
"revision": "20210628",
24632463
"rootUrl": "https://container.googleapis.com/",
24642464
"schemas": {
24652465
"AcceleratorConfig": {

googleapiclient/discovery_cache/documents/container.v1beta1.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2484,7 +2484,7 @@
24842484
}
24852485
}
24862486
},
2487-
"revision": "20210617",
2487+
"revision": "20210628",
24882488
"rootUrl": "https://container.googleapis.com/",
24892489
"schemas": {
24902490
"AcceleratorConfig": {
@@ -3260,6 +3260,10 @@
32603260
"$ref": "ResourceUsageExportConfig",
32613261
"description": "The desired configuration for exporting resource usage."
32623262
},
3263+
"desiredServiceExternalIpsConfig": {
3264+
"$ref": "ServiceExternalIPsConfig",
3265+
"description": "ServiceExternalIPsConfig specifies the config for the use of Services with ExternalIPs field."
3266+
},
32633267
"desiredShieldedNodes": {
32643268
"$ref": "ShieldedNodes",
32653269
"description": "Configuration for Shielded Nodes."

0 commit comments

Comments
 (0)