We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e00141 commit b101f25Copy full SHA for b101f25
api/k8s/v1/k8s_sdk.go
@@ -912,6 +912,9 @@ type ClusterType struct {
912
913
// Dedicated: returns information if this offer uses dedicated resources.
914
Dedicated bool `json:"dedicated"`
915
+
916
+ // AuditLogsSupported: true if the offer allows activation of the audit log functionality. Please note that audit logs are sent to Cockpit.
917
+ AuditLogsSupported bool `json:"audit_logs_supported"`
918
}
919
920
// Version: version.
0 commit comments