Skip to content

Commit 01aebc9

Browse files
feat(container): update the api
#### container:v1 The following keys were added: - schemas.Cluster.properties.meshCertificates.$ref (Total Keys: 1) - schemas.ClusterUpdate.properties.desiredMeshCertificates.$ref (Total Keys: 1) - schemas.MeshCertificates (Total Keys: 2) #### container:v1beta1 The following keys were added: - schemas.Cluster.properties.meshCertificates.$ref (Total Keys: 1) - schemas.ClusterUpdate.properties.desiredMeshCertificates.$ref (Total Keys: 1) - schemas.MeshCertificates (Total Keys: 3) - schemas.NodeConfig.properties.spot.type (Total Keys: 1)
1 parent 47460dd commit 01aebc9

8 files changed

+97
-2
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,8 @@ <h3>Method Details</h3>
421421
],
422422
&quot;enabled&quot;: True or False, # Whether or not master authorized networks is enabled.
423423
},
424+
&quot;meshCertificates&quot;: { # Configuration for issuance of mTLS keys and certificates to Kubernetes pods. # Configuration for issuance of mTLS keys and certificates to Kubernetes pods.
425+
},
424426
&quot;monitoringConfig&quot;: { # MonitoringConfig is cluster monitoring configuration. # Monitoring configuration for the cluster.
425427
&quot;componentConfig&quot;: { # MonitoringComponentConfig is cluster monitoring component configuration. # Monitoring components configuration
426428
&quot;enableComponents&quot;: [ # Select components to collect metrics. An empty set would disable all monitoring.
@@ -1022,6 +1024,8 @@ <h3>Method Details</h3>
10221024
],
10231025
&quot;enabled&quot;: True or False, # Whether or not master authorized networks is enabled.
10241026
},
1027+
&quot;meshCertificates&quot;: { # Configuration for issuance of mTLS keys and certificates to Kubernetes pods. # Configuration for issuance of mTLS keys and certificates to Kubernetes pods.
1028+
},
10251029
&quot;monitoringConfig&quot;: { # MonitoringConfig is cluster monitoring configuration. # Monitoring configuration for the cluster.
10261030
&quot;componentConfig&quot;: { # MonitoringComponentConfig is cluster monitoring component configuration. # Monitoring components configuration
10271031
&quot;enableComponents&quot;: [ # Select components to collect metrics. An empty set would disable all monitoring.
@@ -1526,6 +1530,8 @@ <h3>Method Details</h3>
15261530
],
15271531
&quot;enabled&quot;: True or False, # Whether or not master authorized networks is enabled.
15281532
},
1533+
&quot;meshCertificates&quot;: { # Configuration for issuance of mTLS keys and certificates to Kubernetes pods. # Configuration for issuance of mTLS keys and certificates to Kubernetes pods.
1534+
},
15291535
&quot;monitoringConfig&quot;: { # MonitoringConfig is cluster monitoring configuration. # Monitoring configuration for the cluster.
15301536
&quot;componentConfig&quot;: { # MonitoringComponentConfig is cluster monitoring component configuration. # Monitoring components configuration
15311537
&quot;enableComponents&quot;: [ # Select components to collect metrics. An empty set would disable all monitoring.
@@ -2773,6 +2779,8 @@ <h3>Method Details</h3>
27732779
&quot;enabled&quot;: True or False, # Whether or not master authorized networks is enabled.
27742780
},
27752781
&quot;desiredMasterVersion&quot;: &quot;A String&quot;, # The Kubernetes version to change the master to. Users may specify either explicit versions offered by Kubernetes Engine or version aliases, which have the following behavior: - &quot;latest&quot;: picks the highest valid Kubernetes version - &quot;1.X&quot;: picks the highest valid patch+gke.N patch in the 1.X version - &quot;1.X.Y&quot;: picks the highest valid gke.N patch in the 1.X.Y version - &quot;1.X.Y-gke.N&quot;: picks an explicit Kubernetes version - &quot;-&quot;: picks the default Kubernetes version
2782+
&quot;desiredMeshCertificates&quot;: { # Configuration for issuance of mTLS keys and certificates to Kubernetes pods. # Configuration for issuance of mTLS keys and certificates to Kubernetes pods.
2783+
},
27762784
&quot;desiredMonitoringConfig&quot;: { # MonitoringConfig is cluster monitoring configuration. # The desired monitoring configuration.
27772785
&quot;componentConfig&quot;: { # MonitoringComponentConfig is cluster monitoring component configuration. # Monitoring components configuration
27782786
&quot;enableComponents&quot;: [ # Select components to collect metrics. An empty set would disable all monitoring.

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -525,6 +525,8 @@ <h3>Method Details</h3>
525525
],
526526
&quot;enabled&quot;: True or False, # Whether or not master authorized networks is enabled.
527527
},
528+
&quot;meshCertificates&quot;: { # Configuration for issuance of mTLS keys and certificates to Kubernetes pods. # Configuration for issuance of mTLS keys and certificates to Kubernetes pods.
529+
},
528530
&quot;monitoringConfig&quot;: { # MonitoringConfig is cluster monitoring configuration. # Monitoring configuration for the cluster.
529531
&quot;componentConfig&quot;: { # MonitoringComponentConfig is cluster monitoring component configuration. # Monitoring components configuration
530532
&quot;enableComponents&quot;: [ # Select components to collect metrics. An empty set would disable all monitoring.
@@ -1126,6 +1128,8 @@ <h3>Method Details</h3>
11261128
],
11271129
&quot;enabled&quot;: True or False, # Whether or not master authorized networks is enabled.
11281130
},
1131+
&quot;meshCertificates&quot;: { # Configuration for issuance of mTLS keys and certificates to Kubernetes pods. # Configuration for issuance of mTLS keys and certificates to Kubernetes pods.
1132+
},
11291133
&quot;monitoringConfig&quot;: { # MonitoringConfig is cluster monitoring configuration. # Monitoring configuration for the cluster.
11301134
&quot;componentConfig&quot;: { # MonitoringComponentConfig is cluster monitoring component configuration. # Monitoring components configuration
11311135
&quot;enableComponents&quot;: [ # Select components to collect metrics. An empty set would disable all monitoring.
@@ -1674,6 +1678,8 @@ <h3>Method Details</h3>
16741678
],
16751679
&quot;enabled&quot;: True or False, # Whether or not master authorized networks is enabled.
16761680
},
1681+
&quot;meshCertificates&quot;: { # Configuration for issuance of mTLS keys and certificates to Kubernetes pods. # Configuration for issuance of mTLS keys and certificates to Kubernetes pods.
1682+
},
16771683
&quot;monitoringConfig&quot;: { # MonitoringConfig is cluster monitoring configuration. # Monitoring configuration for the cluster.
16781684
&quot;componentConfig&quot;: { # MonitoringComponentConfig is cluster monitoring component configuration. # Monitoring components configuration
16791685
&quot;enableComponents&quot;: [ # Select components to collect metrics. An empty set would disable all monitoring.
@@ -2834,6 +2840,8 @@ <h3>Method Details</h3>
28342840
&quot;enabled&quot;: True or False, # Whether or not master authorized networks is enabled.
28352841
},
28362842
&quot;desiredMasterVersion&quot;: &quot;A String&quot;, # The Kubernetes version to change the master to. Users may specify either explicit versions offered by Kubernetes Engine or version aliases, which have the following behavior: - &quot;latest&quot;: picks the highest valid Kubernetes version - &quot;1.X&quot;: picks the highest valid patch+gke.N patch in the 1.X version - &quot;1.X.Y&quot;: picks the highest valid gke.N patch in the 1.X.Y version - &quot;1.X.Y-gke.N&quot;: picks an explicit Kubernetes version - &quot;-&quot;: picks the default Kubernetes version
2843+
&quot;desiredMeshCertificates&quot;: { # Configuration for issuance of mTLS keys and certificates to Kubernetes pods. # Configuration for issuance of mTLS keys and certificates to Kubernetes pods.
2844+
},
28372845
&quot;desiredMonitoringConfig&quot;: { # MonitoringConfig is cluster monitoring configuration. # The desired monitoring configuration.
28382846
&quot;componentConfig&quot;: { # MonitoringComponentConfig is cluster monitoring component configuration. # Monitoring components configuration
28392847
&quot;enableComponents&quot;: [ # Select components to collect metrics. An empty set would disable all monitoring.

0 commit comments

Comments
 (0)