Skip to content

Commit b101f25

Browse files
authored
feat(k8s): add audit logs compatibility with offers (#1985)
1 parent 0e00141 commit b101f25

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

api/k8s/v1/k8s_sdk.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -912,6 +912,9 @@ type ClusterType struct {
912912

913913
// Dedicated: returns information if this offer uses dedicated resources.
914914
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"`
915918
}
916919

917920
// Version: version.

0 commit comments

Comments
 (0)