Back to source list
Official
Premium
Kubernetes
The K8s Source plugin for CloudQuery extracts configuration from a variety of K8s APIs
Publisher
cloudquery
Latest version
v7.7.0
Type
Source
Platforms
Date Published
Kubernetes (K8s) Storage Storage Classes
The k8s_storage_storage_classes table shows data for Kubernetes (K8s) Storage Storage Classes.
- This table requires the following permissions:
apiGroups: ["storage.k8s.io/v1"] resources: ["storageclasses"] verbs: ["list"]
Primary Keys #
Name | Type |
---|---|
uid | utf8 |
Columns #
Name | Type |
---|---|
allowed_topologies | json |
allow_volume_expansion | bool |
annotations | json |
api_version | utf8 |
context | utf8 |
_cq_id | uuid |
_cq_parent_id | uuid |
deletion_grace_period_seconds | int64 |
finalizers | list<item: utf8, nullable> |
generation | int64 |
kind | utf8 |
labels | json |
mount_options | list<item: utf8, nullable> |
name | utf8 |
namespace | utf8 |
owner_references | json |
parameters | json |
provisioner | utf8 |
reclaim_policy | utf8 |
resource_version | utf8 |
uid | utf8 |
volume_binding_mode | utf8 |