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
+32Lines changed: 32 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -383,6 +383,14 @@ <h3>Method Details</h3>
383
383
"evaluationMode": "A String", # Mode of operation for binauthz policy evaluation. If unspecified, defaults to DISABLED.
384
384
},
385
385
"clusterIpv4Cidr": "A String", # The IP address range of the container pods in this cluster, in [CIDR](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g. `10.96.0.0/14`). Leave blank to have one automatically chosen or specify a `/14` block in `10.0.0.0/8`.
386
+
"compliancePostureConfig": { # CompliancePostureConfig defines the settings needed to enable/disable features for the Compliance Posture. # Enable/Disable Compliance Posture features for the cluster.
387
+
"complianceStandards": [ # List of enabled compliance standards.
388
+
{ # Defines the details of a compliance standard.
389
+
"standard": "A String", # Name of the compliance standard.
390
+
},
391
+
],
392
+
"mode": "A String", # Defines the enablement mode for Compliance Posture.
393
+
},
386
394
"conditions": [ # Which conditions caused the current cluster state.
387
395
{ # StatusCondition describes why a cluster or a node pool has a certain status (e.g., ERROR or DEGRADED).
388
396
"canonicalCode": "A String", # Canonical code of the condition.
@@ -1418,6 +1426,14 @@ <h3>Method Details</h3>
1418
1426
"evaluationMode": "A String", # Mode of operation for binauthz policy evaluation. If unspecified, defaults to DISABLED.
1419
1427
},
1420
1428
"clusterIpv4Cidr": "A String", # The IP address range of the container pods in this cluster, in [CIDR](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g. `10.96.0.0/14`). Leave blank to have one automatically chosen or specify a `/14` block in `10.0.0.0/8`.
1429
+
"compliancePostureConfig": { # CompliancePostureConfig defines the settings needed to enable/disable features for the Compliance Posture. # Enable/Disable Compliance Posture features for the cluster.
1430
+
"complianceStandards": [ # List of enabled compliance standards.
1431
+
{ # Defines the details of a compliance standard.
1432
+
"standard": "A String", # Name of the compliance standard.
1433
+
},
1434
+
],
1435
+
"mode": "A String", # Defines the enablement mode for Compliance Posture.
1436
+
},
1421
1437
"conditions": [ # Which conditions caused the current cluster state.
1422
1438
{ # StatusCondition describes why a cluster or a node pool has a certain status (e.g., ERROR or DEGRADED).
1423
1439
"canonicalCode": "A String", # Canonical code of the condition.
@@ -2356,6 +2372,14 @@ <h3>Method Details</h3>
2356
2372
"evaluationMode": "A String", # Mode of operation for binauthz policy evaluation. If unspecified, defaults to DISABLED.
2357
2373
},
2358
2374
"clusterIpv4Cidr": "A String", # The IP address range of the container pods in this cluster, in [CIDR](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g. `10.96.0.0/14`). Leave blank to have one automatically chosen or specify a `/14` block in `10.0.0.0/8`.
2375
+
"compliancePostureConfig": { # CompliancePostureConfig defines the settings needed to enable/disable features for the Compliance Posture. # Enable/Disable Compliance Posture features for the cluster.
2376
+
"complianceStandards": [ # List of enabled compliance standards.
2377
+
{ # Defines the details of a compliance standard.
2378
+
"standard": "A String", # Name of the compliance standard.
2379
+
},
2380
+
],
2381
+
"mode": "A String", # Defines the enablement mode for Compliance Posture.
2382
+
},
2359
2383
"conditions": [ # Which conditions caused the current cluster state.
2360
2384
{ # StatusCondition describes why a cluster or a node pool has a certain status (e.g., ERROR or DEGRADED).
2361
2385
"canonicalCode": "A String", # Canonical code of the condition.
@@ -4137,6 +4161,14 @@ <h3>Method Details</h3>
4137
4161
},
4138
4162
],
4139
4163
},
4164
+
"desiredCompliancePostureConfig": { # CompliancePostureConfig defines the settings needed to enable/disable features for the Compliance Posture. # Enable/Disable Compliance Posture features for the cluster.
4165
+
"complianceStandards": [ # List of enabled compliance standards.
4166
+
{ # Defines the details of a compliance standard.
4167
+
"standard": "A String", # Name of the compliance standard.
4168
+
},
4169
+
],
4170
+
"mode": "A String", # Defines the enablement mode for Compliance Posture.
4171
+
},
4140
4172
"desiredContainerdConfig": { # ContainerdConfig contains configuration to customize containerd. # The desired containerd config for the cluster.
4141
4173
"privateRegistryAccessConfig": { # PrivateRegistryAccessConfig contains access configuration for private container registries. # PrivateRegistryAccessConfig is used to configure access configuration for private container registries.
Copy file name to clipboardExpand all lines: docs/dyn/container_v1.projects.zones.clusters.html
+32Lines changed: 32 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -471,6 +471,14 @@ <h3>Method Details</h3>
471
471
"evaluationMode": "A String", # Mode of operation for binauthz policy evaluation. If unspecified, defaults to DISABLED.
472
472
},
473
473
"clusterIpv4Cidr": "A String", # The IP address range of the container pods in this cluster, in [CIDR](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g. `10.96.0.0/14`). Leave blank to have one automatically chosen or specify a `/14` block in `10.0.0.0/8`.
474
+
"compliancePostureConfig": { # CompliancePostureConfig defines the settings needed to enable/disable features for the Compliance Posture. # Enable/Disable Compliance Posture features for the cluster.
475
+
"complianceStandards": [ # List of enabled compliance standards.
476
+
{ # Defines the details of a compliance standard.
477
+
"standard": "A String", # Name of the compliance standard.
478
+
},
479
+
],
480
+
"mode": "A String", # Defines the enablement mode for Compliance Posture.
481
+
},
474
482
"conditions": [ # Which conditions caused the current cluster state.
475
483
{ # StatusCondition describes why a cluster or a node pool has a certain status (e.g., ERROR or DEGRADED).
476
484
"canonicalCode": "A String", # Canonical code of the condition.
@@ -1506,6 +1514,14 @@ <h3>Method Details</h3>
1506
1514
"evaluationMode": "A String", # Mode of operation for binauthz policy evaluation. If unspecified, defaults to DISABLED.
1507
1515
},
1508
1516
"clusterIpv4Cidr": "A String", # The IP address range of the container pods in this cluster, in [CIDR](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g. `10.96.0.0/14`). Leave blank to have one automatically chosen or specify a `/14` block in `10.0.0.0/8`.
1517
+
"compliancePostureConfig": { # CompliancePostureConfig defines the settings needed to enable/disable features for the Compliance Posture. # Enable/Disable Compliance Posture features for the cluster.
1518
+
"complianceStandards": [ # List of enabled compliance standards.
1519
+
{ # Defines the details of a compliance standard.
1520
+
"standard": "A String", # Name of the compliance standard.
1521
+
},
1522
+
],
1523
+
"mode": "A String", # Defines the enablement mode for Compliance Posture.
1524
+
},
1509
1525
"conditions": [ # Which conditions caused the current cluster state.
1510
1526
{ # StatusCondition describes why a cluster or a node pool has a certain status (e.g., ERROR or DEGRADED).
1511
1527
"canonicalCode": "A String", # Canonical code of the condition.
@@ -2488,6 +2504,14 @@ <h3>Method Details</h3>
2488
2504
"evaluationMode": "A String", # Mode of operation for binauthz policy evaluation. If unspecified, defaults to DISABLED.
2489
2505
},
2490
2506
"clusterIpv4Cidr": "A String", # The IP address range of the container pods in this cluster, in [CIDR](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g. `10.96.0.0/14`). Leave blank to have one automatically chosen or specify a `/14` block in `10.0.0.0/8`.
2507
+
"compliancePostureConfig": { # CompliancePostureConfig defines the settings needed to enable/disable features for the Compliance Posture. # Enable/Disable Compliance Posture features for the cluster.
2508
+
"complianceStandards": [ # List of enabled compliance standards.
2509
+
{ # Defines the details of a compliance standard.
2510
+
"standard": "A String", # Name of the compliance standard.
2511
+
},
2512
+
],
2513
+
"mode": "A String", # Defines the enablement mode for Compliance Posture.
2514
+
},
2491
2515
"conditions": [ # Which conditions caused the current cluster state.
2492
2516
{ # StatusCondition describes why a cluster or a node pool has a certain status (e.g., ERROR or DEGRADED).
2493
2517
"canonicalCode": "A String", # Canonical code of the condition.
@@ -4164,6 +4188,14 @@ <h3>Method Details</h3>
4164
4188
},
4165
4189
],
4166
4190
},
4191
+
"desiredCompliancePostureConfig": { # CompliancePostureConfig defines the settings needed to enable/disable features for the Compliance Posture. # Enable/Disable Compliance Posture features for the cluster.
4192
+
"complianceStandards": [ # List of enabled compliance standards.
4193
+
{ # Defines the details of a compliance standard.
4194
+
"standard": "A String", # Name of the compliance standard.
4195
+
},
4196
+
],
4197
+
"mode": "A String", # Defines the enablement mode for Compliance Posture.
4198
+
},
4167
4199
"desiredContainerdConfig": { # ContainerdConfig contains configuration to customize containerd. # The desired containerd config for the cluster.
4168
4200
"privateRegistryAccessConfig": { # PrivateRegistryAccessConfig contains access configuration for private container registries. # PrivateRegistryAccessConfig is used to configure access configuration for private container registries.
"description": "The IP address range of the container pods in this cluster, in [CIDR](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g. `10.96.0.0/14`). Leave blank to have one automatically chosen or specify a `/14` block in `10.0.0.0/8`.",
3148
3148
"type": "string"
3149
3149
},
3150
+
"compliancePostureConfig": {
3151
+
"$ref": "CompliancePostureConfig",
3152
+
"description": "Enable/Disable Compliance Posture features for the cluster."
3153
+
},
3150
3154
"conditions": {
3151
3155
"description": "Which conditions caused the current cluster state.",
0 commit comments