You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/container_v1.projects.locations.clusters.html
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -421,6 +421,8 @@ <h3>Method Details</h3>
421
421
],
422
422
"enabled": True or False, # Whether or not master authorized networks is enabled.
423
423
},
424
+
"meshCertificates": { # Configuration for issuance of mTLS keys and certificates to Kubernetes pods. # Configuration for issuance of mTLS keys and certificates to Kubernetes pods.
425
+
},
424
426
"monitoringConfig": { # MonitoringConfig is cluster monitoring configuration. # Monitoring configuration for the cluster.
"enableComponents": [ # Select components to collect metrics. An empty set would disable all monitoring.
@@ -1022,6 +1024,8 @@ <h3>Method Details</h3>
1022
1024
],
1023
1025
"enabled": True or False, # Whether or not master authorized networks is enabled.
1024
1026
},
1027
+
"meshCertificates": { # Configuration for issuance of mTLS keys and certificates to Kubernetes pods. # Configuration for issuance of mTLS keys and certificates to Kubernetes pods.
1028
+
},
1025
1029
"monitoringConfig": { # MonitoringConfig is cluster monitoring configuration. # Monitoring configuration for the cluster.
"enableComponents": [ # Select components to collect metrics. An empty set would disable all monitoring.
@@ -1526,6 +1530,8 @@ <h3>Method Details</h3>
1526
1530
],
1527
1531
"enabled": True or False, # Whether or not master authorized networks is enabled.
1528
1532
},
1533
+
"meshCertificates": { # Configuration for issuance of mTLS keys and certificates to Kubernetes pods. # Configuration for issuance of mTLS keys and certificates to Kubernetes pods.
1534
+
},
1529
1535
"monitoringConfig": { # MonitoringConfig is cluster monitoring configuration. # Monitoring configuration for the cluster.
"enableComponents": [ # Select components to collect metrics. An empty set would disable all monitoring.
@@ -2773,6 +2779,8 @@ <h3>Method Details</h3>
2773
2779
"enabled": True or False, # Whether or not master authorized networks is enabled.
2774
2780
},
2775
2781
"desiredMasterVersion": "A String", # 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: - "latest": picks the highest valid Kubernetes version - "1.X": picks the highest valid patch+gke.N patch in the 1.X version - "1.X.Y": picks the highest valid gke.N patch in the 1.X.Y version - "1.X.Y-gke.N": picks an explicit Kubernetes version - "-": picks the default Kubernetes version
2782
+
"desiredMeshCertificates": { # Configuration for issuance of mTLS keys and certificates to Kubernetes pods. # Configuration for issuance of mTLS keys and certificates to Kubernetes pods.
2783
+
},
2776
2784
"desiredMonitoringConfig": { # MonitoringConfig is cluster monitoring configuration. # The desired monitoring configuration.
Copy file name to clipboardExpand all lines: docs/dyn/container_v1.projects.zones.clusters.html
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -525,6 +525,8 @@ <h3>Method Details</h3>
525
525
],
526
526
"enabled": True or False, # Whether or not master authorized networks is enabled.
527
527
},
528
+
"meshCertificates": { # Configuration for issuance of mTLS keys and certificates to Kubernetes pods. # Configuration for issuance of mTLS keys and certificates to Kubernetes pods.
529
+
},
528
530
"monitoringConfig": { # MonitoringConfig is cluster monitoring configuration. # Monitoring configuration for the cluster.
"enableComponents": [ # Select components to collect metrics. An empty set would disable all monitoring.
@@ -1126,6 +1128,8 @@ <h3>Method Details</h3>
1126
1128
],
1127
1129
"enabled": True or False, # Whether or not master authorized networks is enabled.
1128
1130
},
1131
+
"meshCertificates": { # Configuration for issuance of mTLS keys and certificates to Kubernetes pods. # Configuration for issuance of mTLS keys and certificates to Kubernetes pods.
1132
+
},
1129
1133
"monitoringConfig": { # MonitoringConfig is cluster monitoring configuration. # Monitoring configuration for the cluster.
"enableComponents": [ # Select components to collect metrics. An empty set would disable all monitoring.
@@ -1674,6 +1678,8 @@ <h3>Method Details</h3>
1674
1678
],
1675
1679
"enabled": True or False, # Whether or not master authorized networks is enabled.
1676
1680
},
1681
+
"meshCertificates": { # Configuration for issuance of mTLS keys and certificates to Kubernetes pods. # Configuration for issuance of mTLS keys and certificates to Kubernetes pods.
1682
+
},
1677
1683
"monitoringConfig": { # MonitoringConfig is cluster monitoring configuration. # Monitoring configuration for the cluster.
"enableComponents": [ # Select components to collect metrics. An empty set would disable all monitoring.
@@ -2834,6 +2840,8 @@ <h3>Method Details</h3>
2834
2840
"enabled": True or False, # Whether or not master authorized networks is enabled.
2835
2841
},
2836
2842
"desiredMasterVersion": "A String", # 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: - "latest": picks the highest valid Kubernetes version - "1.X": picks the highest valid patch+gke.N patch in the 1.X version - "1.X.Y": picks the highest valid gke.N patch in the 1.X.Y version - "1.X.Y-gke.N": picks an explicit Kubernetes version - "-": picks the default Kubernetes version
2843
+
"desiredMeshCertificates": { # Configuration for issuance of mTLS keys and certificates to Kubernetes pods. # Configuration for issuance of mTLS keys and certificates to Kubernetes pods.
2844
+
},
2837
2845
"desiredMonitoringConfig": { # MonitoringConfig is cluster monitoring configuration. # The desired monitoring configuration.
0 commit comments