Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions kubeactions/jsonschema/KubeAction.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@
"type": "string",
"description": "RequestedBy is the account identifier (email) of the user who requested this action. Required for audit trail."
},
"user_uuid": {
"type": "string",
"description": "UserUUID is the unique opaque identifier for the user performing the action. Optional for backward compatibility: senders on older payload versions may omit this field."
},
"delete_pod": {
"$ref": "#/definitions/DeletePodParams",
"additionalProperties": false
Expand Down
4 changes: 4 additions & 0 deletions kubeactions/jsonschema/KubeActionsList.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@
"type": "string",
"description": "RequestedBy is the account identifier (email) of the user who requested this action. Required for audit trail."
},
"user_uuid": {
"type": "string",
"description": "UserUUID is the unique opaque identifier for the user performing the action. Optional for backward compatibility: senders on older payload versions may omit this field."
},
"delete_pod": {
"$ref": "#/definitions/DeletePodParams",
"additionalProperties": false
Expand Down
Loading
Loading