CSIStorageCapacity
| Operation | Description | Sample | Rule |
|---|---|---|---|
| get-csistoragecapacities | Y | N | |
| list-csistoragecapacities | Y | N | |
| watch-csistoragecapacities | Y | N | |
| create-csistoragecapacities | Y | N | |
| update-csistoragecapacities | Y | N | |
| patch-csistoragecapacities | Y | N | |
| delete-csistoragecapacities | Y | N | |
| deletecollection-csistoragecapacities | Y | N | |
| any-csistoragecapacities | Synthetic aggregation for rules that filter the csistoragecapacities resource with no specific verb. Not a distinct audit record; hosts rule listings that key on objectRef.resource alone. | N | N |
get csistoragecapacities
#Example Audit Event #
{
"kind": "Event",
"apiVersion": "audit.k8s.io/v1",
"level": "Metadata",
"auditID": "00000000-0000-0000-0000-000000000000",
"stage": "ResponseComplete",
"requestURI": "/apis/storage.k8s.io/v1/namespaces/dw-harn/csistoragecapacities/dw-harn-csistoragecapacities",
"verb": "get",
"user": {
"username": "kubernetes-admin",
"groups": [
"kubeadm:cluster-admins",
"system:authenticated"
],
"extra": {
"authentication.kubernetes.io/credential-id": [
"X509SHA256=4cf95d11cbd90036bab41cdc6b88cc8f91550e9135ed4bb61495b02f647812ff"
]
}
},
"sourceIPs": [
"203.0.113.10"
],
"userAgent": "kubectl/v1.36.2 (linux/amd64) kubernetes/24e2b02",
"objectRef": {
"resource": "csistoragecapacities",
"namespace": "dw-harn",
"name": "dw-harn-csistoragecapacities",
"apiGroup": "storage.k8s.io",
"apiVersion": "v1"
},
"responseStatus": {
"metadata": {},
"code": 200
},
"requestReceivedTimestamp": "2026-07-02T21:31:40.508091Z",
"stageTimestamp": "2026-07-02T21:31:40.509962Z",
"annotations": {
"authorization.k8s.io/decision": "allow",
"authorization.k8s.io/reason": "RBAC: allowed by ClusterRoleBinding \"kubeadm:cluster-admins\" of ClusterRole \"cluster-admin\" to Group \"kubeadm:cluster-admins\""
}
}
References #
list csistoragecapacities
#Example Audit Event #
{
"kind": "Event",
"apiVersion": "audit.k8s.io/v1",
"level": "Metadata",
"auditID": "00000000-0000-0000-0000-000000000000",
"stage": "ResponseComplete",
"requestURI": "/apis/storage.k8s.io/v1/namespaces/dw-harn/csistoragecapacities?limit=500&timeout=3s",
"verb": "list",
"user": {
"username": "kubernetes-admin",
"groups": [
"kubeadm:cluster-admins",
"system:authenticated"
],
"extra": {
"authentication.kubernetes.io/credential-id": [
"X509SHA256=4cf95d11cbd90036bab41cdc6b88cc8f91550e9135ed4bb61495b02f647812ff"
]
}
},
"sourceIPs": [
"203.0.113.10"
],
"userAgent": "kubectl/v1.36.2 (linux/amd64) kubernetes/24e2b02",
"objectRef": {
"resource": "csistoragecapacities",
"namespace": "dw-harn",
"apiGroup": "storage.k8s.io",
"apiVersion": "v1"
},
"responseStatus": {
"metadata": {},
"code": 200
},
"requestReceivedTimestamp": "2026-07-02T21:31:40.655588Z",
"stageTimestamp": "2026-07-02T21:31:40.657356Z",
"annotations": {
"authorization.k8s.io/decision": "allow",
"authorization.k8s.io/reason": "RBAC: allowed by ClusterRoleBinding \"kubeadm:cluster-admins\" of ClusterRole \"cluster-admin\" to Group \"kubeadm:cluster-admins\""
}
}
References #
watch csistoragecapacities
#Example Audit Event #
{
"kind": "Event",
"apiVersion": "audit.k8s.io/v1",
"level": "Metadata",
"auditID": "00000000-0000-0000-0000-000000000000",
"stage": "ResponseComplete",
"requestURI": "/apis/storage.k8s.io/v1/namespaces/dw-harn/csistoragecapacities?resourceVersion=838&timeout=3s&watch=true",
"verb": "watch",
"user": {
"username": "kubernetes-admin",
"groups": [
"kubeadm:cluster-admins",
"system:authenticated"
],
"extra": {
"authentication.kubernetes.io/credential-id": [
"X509SHA256=4cf95d11cbd90036bab41cdc6b88cc8f91550e9135ed4bb61495b02f647812ff"
]
}
},
"sourceIPs": [
"203.0.113.10"
],
"userAgent": "kubectl/v1.36.2 (linux/amd64) kubernetes/24e2b02",
"objectRef": {
"resource": "csistoragecapacities",
"namespace": "dw-harn",
"apiGroup": "storage.k8s.io",
"apiVersion": "v1"
},
"responseStatus": {
"metadata": {},
"code": 200
},
"requestReceivedTimestamp": "2026-07-02T21:31:40.658404Z",
"stageTimestamp": "2026-07-02T21:31:43.663315Z",
"annotations": {
"authorization.k8s.io/decision": "allow",
"authorization.k8s.io/reason": "RBAC: allowed by ClusterRoleBinding \"kubeadm:cluster-admins\" of ClusterRole \"cluster-admin\" to Group \"kubeadm:cluster-admins\""
}
}
References #
create csistoragecapacities
#Example Audit Event #
{
"kind": "Event",
"apiVersion": "audit.k8s.io/v1",
"level": "RequestResponse",
"auditID": "00000000-0000-0000-0000-000000000000",
"stage": "ResponseComplete",
"requestURI": "/apis/storage.k8s.io/v1/namespaces/dw-harn/csistoragecapacities?fieldManager=kubectl-create&fieldValidation=Strict",
"verb": "create",
"user": {
"username": "kubernetes-admin",
"groups": [
"kubeadm:cluster-admins",
"system:authenticated"
],
"extra": {
"authentication.kubernetes.io/credential-id": [
"X509SHA256=4cf95d11cbd90036bab41cdc6b88cc8f91550e9135ed4bb61495b02f647812ff"
]
}
},
"sourceIPs": [
"203.0.113.10"
],
"userAgent": "kubectl/v1.36.2 (linux/amd64) kubernetes/24e2b02",
"objectRef": {
"resource": "csistoragecapacities",
"namespace": "dw-harn",
"name": "dw-harn-csistoragecapacities",
"apiGroup": "storage.k8s.io",
"apiVersion": "v1"
},
"responseStatus": {
"metadata": {},
"code": 201
},
"requestObject": {
"kind": "CSIStorageCapacity",
"apiVersion": "storage.k8s.io/v1",
"metadata": {
"name": "dw-harn-csistoragecapacities",
"namespace": "dw-harn"
},
"storageClassName": "standard"
},
"responseObject": {
"kind": "CSIStorageCapacity",
"apiVersion": "storage.k8s.io/v1",
"metadata": {
"name": "dw-harn-csistoragecapacities",
"namespace": "dw-harn",
"uid": "00000000-0000-0000-0000-000000000000",
"resourceVersion": "838",
"creationTimestamp": "2026-07-02T21:31:40Z"
},
"storageClassName": "standard"
},
"requestReceivedTimestamp": "2026-07-02T21:31:40.434055Z",
"stageTimestamp": "2026-07-02T21:31:40.437951Z",
"annotations": {
"authorization.k8s.io/decision": "allow",
"authorization.k8s.io/reason": "RBAC: allowed by ClusterRoleBinding \"kubeadm:cluster-admins\" of ClusterRole \"cluster-admin\" to Group \"kubeadm:cluster-admins\""
}
}
References #
update csistoragecapacities
#Example Audit Event #
{
"kind": "Event",
"apiVersion": "audit.k8s.io/v1",
"level": "RequestResponse",
"auditID": "00000000-0000-0000-0000-000000000000",
"stage": "ResponseComplete",
"requestURI": "/apis/storage.k8s.io/v1/namespaces/dw-harn/csistoragecapacities/dw-harn-csistoragecapacities?fieldManager=kubectl-replace&fieldValidation=Strict",
"verb": "update",
"user": {
"username": "kubernetes-admin",
"groups": [
"kubeadm:cluster-admins",
"system:authenticated"
],
"extra": {
"authentication.kubernetes.io/credential-id": [
"X509SHA256=4cf95d11cbd90036bab41cdc6b88cc8f91550e9135ed4bb61495b02f647812ff"
]
}
},
"sourceIPs": [
"203.0.113.10"
],
"userAgent": "kubectl/v1.36.2 (linux/amd64) kubernetes/24e2b02",
"objectRef": {
"resource": "csistoragecapacities",
"namespace": "dw-harn",
"name": "dw-harn-csistoragecapacities",
"uid": "00000000-0000-0000-0000-000000000000",
"apiGroup": "storage.k8s.io",
"apiVersion": "v1",
"resourceVersion": "843"
},
"responseStatus": {
"metadata": {},
"code": 200
},
"requestObject": {
"kind": "CSIStorageCapacity",
"apiVersion": "storage.k8s.io/v1",
"metadata": {
"name": "dw-harn-csistoragecapacities",
"namespace": "dw-harn",
"uid": "00000000-0000-0000-0000-000000000000",
"resourceVersion": "843",
"creationTimestamp": "2026-07-02T21:31:40Z",
"labels": {
"dw-harn-patched": "1"
}
},
"storageClassName": "standard"
},
"responseObject": {
"kind": "CSIStorageCapacity",
"apiVersion": "storage.k8s.io/v1",
"metadata": {
"name": "dw-harn-csistoragecapacities",
"namespace": "dw-harn",
"uid": "00000000-0000-0000-0000-000000000000",
"resourceVersion": "843",
"creationTimestamp": "2026-07-02T21:31:40Z",
"labels": {
"dw-harn-patched": "1"
}
},
"storageClassName": "standard"
},
"requestReceivedTimestamp": "2026-07-02T21:31:43.891770Z",
"stageTimestamp": "2026-07-02T21:31:43.894088Z",
"annotations": {
"authorization.k8s.io/decision": "allow",
"authorization.k8s.io/reason": "RBAC: allowed by ClusterRoleBinding \"kubeadm:cluster-admins\" of ClusterRole \"cluster-admin\" to Group \"kubeadm:cluster-admins\""
}
}
References #
patch csistoragecapacities
#Example Audit Event #
{
"kind": "Event",
"apiVersion": "audit.k8s.io/v1",
"level": "RequestResponse",
"auditID": "00000000-0000-0000-0000-000000000000",
"stage": "ResponseComplete",
"requestURI": "/apis/storage.k8s.io/v1/namespaces/dw-harn/csistoragecapacities/dw-harn-csistoragecapacities?fieldManager=kubectl-patch",
"verb": "patch",
"user": {
"username": "kubernetes-admin",
"groups": [
"kubeadm:cluster-admins",
"system:authenticated"
],
"extra": {
"authentication.kubernetes.io/credential-id": [
"X509SHA256=4cf95d11cbd90036bab41cdc6b88cc8f91550e9135ed4bb61495b02f647812ff"
]
}
},
"sourceIPs": [
"203.0.113.10"
],
"userAgent": "kubectl/v1.36.2 (linux/amd64) kubernetes/24e2b02",
"objectRef": {
"resource": "csistoragecapacities",
"namespace": "dw-harn",
"name": "dw-harn-csistoragecapacities",
"apiGroup": "storage.k8s.io",
"apiVersion": "v1"
},
"responseStatus": {
"metadata": {},
"code": 200
},
"requestObject": {
"metadata": {
"labels": {
"dw-harn-patched": "1"
}
}
},
"responseObject": {
"kind": "CSIStorageCapacity",
"apiVersion": "storage.k8s.io/v1",
"metadata": {
"name": "dw-harn-csistoragecapacities",
"namespace": "dw-harn",
"uid": "00000000-0000-0000-0000-000000000000",
"resourceVersion": "843",
"creationTimestamp": "2026-07-02T21:31:40Z",
"labels": {
"dw-harn-patched": "1"
}
},
"storageClassName": "standard"
},
"requestReceivedTimestamp": "2026-07-02T21:31:43.735511Z",
"stageTimestamp": "2026-07-02T21:31:43.739231Z",
"annotations": {
"authorization.k8s.io/decision": "allow",
"authorization.k8s.io/reason": "RBAC: allowed by ClusterRoleBinding \"kubeadm:cluster-admins\" of ClusterRole \"cluster-admin\" to Group \"kubeadm:cluster-admins\""
}
}
References #
delete csistoragecapacities
#Example Audit Event #
{
"kind": "Event",
"apiVersion": "audit.k8s.io/v1",
"level": "RequestResponse",
"auditID": "00000000-0000-0000-0000-000000000000",
"stage": "ResponseComplete",
"requestURI": "/apis/storage.k8s.io/v1/namespaces/dw-harn/csistoragecapacities/dw-harn-csistoragecapacities",
"verb": "delete",
"user": {
"username": "kubernetes-admin",
"groups": [
"kubeadm:cluster-admins",
"system:authenticated"
],
"extra": {
"authentication.kubernetes.io/credential-id": [
"X509SHA256=4cf95d11cbd90036bab41cdc6b88cc8f91550e9135ed4bb61495b02f647812ff"
]
}
},
"sourceIPs": [
"203.0.113.10"
],
"userAgent": "kubectl/v1.36.2 (linux/amd64) kubernetes/24e2b02",
"objectRef": {
"resource": "csistoragecapacities",
"namespace": "dw-harn",
"name": "dw-harn-csistoragecapacities",
"apiGroup": "storage.k8s.io",
"apiVersion": "v1"
},
"responseStatus": {
"metadata": {},
"status": "Success",
"details": {
"name": "dw-harn-csistoragecapacities",
"group": "storage.k8s.io",
"kind": "csistoragecapacities",
"uid": "00000000-0000-0000-0000-000000000000"
},
"code": 200
},
"requestObject": {
"kind": "DeleteOptions",
"apiVersion": "meta.k8s.io/__internal",
"propagationPolicy": "Background"
},
"responseObject": {
"kind": "Status",
"apiVersion": "v1",
"metadata": {},
"status": "Success",
"details": {
"name": "dw-harn-csistoragecapacities",
"group": "storage.k8s.io",
"kind": "csistoragecapacities",
"uid": "00000000-0000-0000-0000-000000000000"
}
},
"requestReceivedTimestamp": "2026-07-02T21:31:44.025063Z",
"stageTimestamp": "2026-07-02T21:31:44.029099Z",
"annotations": {
"authorization.k8s.io/decision": "allow",
"authorization.k8s.io/reason": "RBAC: allowed by ClusterRoleBinding \"kubeadm:cluster-admins\" of ClusterRole \"cluster-admin\" to Group \"kubeadm:cluster-admins\""
}
}
References #
deletecollection csistoragecapacities
#Example Audit Event #
{
"kind": "Event",
"apiVersion": "audit.k8s.io/v1",
"level": "RequestResponse",
"auditID": "00000000-0000-0000-0000-000000000000",
"stage": "ResponseComplete",
"requestURI": "/apis/storage.k8s.io/v1/namespaces/dw-harn/csistoragecapacities?labelSelector=dw-harn-patched",
"verb": "deletecollection",
"user": {
"username": "kubernetes-admin",
"groups": [
"kubeadm:cluster-admins",
"system:authenticated"
],
"extra": {
"authentication.kubernetes.io/credential-id": [
"X509SHA256=3ffde68ef687218e01296d94b0aa59c81cc98de2bd73ab70e21510c8cd4b9cec"
]
}
},
"sourceIPs": [
"203.0.113.10"
],
"userAgent": "kubectl/v1.36.2 (linux/amd64) kubernetes/24e2b02",
"objectRef": {
"resource": "csistoragecapacities",
"namespace": "dw-harn",
"apiGroup": "storage.k8s.io",
"apiVersion": "v1"
},
"responseStatus": {
"metadata": {},
"code": 200
},
"responseObject": {
"kind": "CSIStorageCapacityList",
"apiVersion": "storage.k8s.io/v1",
"metadata": {
"resourceVersion": "1009"
},
"items": [
{
"metadata": {
"name": "dw-harn-csistoragecapacities",
"namespace": "dw-harn",
"uid": "00000000-0000-0000-0000-000000000000",
"resourceVersion": "1009",
"creationTimestamp": "2026-07-02T23:13:43Z",
"labels": {
"dw-harn-patched": "1"
}
},
"storageClassName": "standard"
}
]
},
"requestReceivedTimestamp": "2026-07-02T23:13:46.798401Z",
"stageTimestamp": "2026-07-02T23:13:46.803174Z",
"annotations": {
"authorization.k8s.io/decision": "allow",
"authorization.k8s.io/reason": "RBAC: allowed by ClusterRoleBinding \"kubeadm:cluster-admins\" of ClusterRole \"cluster-admin\" to Group \"kubeadm:cluster-admins\""
}
}
References #
any verb on csistoragecapacities (synthetic aggregation)
#Description
Synthetic aggregation for rules that filter the csistoragecapacities resource with no specific verb. Not a distinct audit record; hosts rule listings that key on objectRef.resource alone.