2020-04-01 07:53:27 +00:00
|
|
|
---
|
2020-06-30 16:00:07 +00:00
|
|
|
apiVersion: apiextensions.k8s.io/v1
|
2020-04-01 07:53:27 +00:00
|
|
|
kind: CustomResourceDefinition
|
|
|
|
metadata:
|
|
|
|
creationTimestamp: null
|
|
|
|
name: csinodeinfos.csi.storage.k8s.io
|
|
|
|
spec:
|
|
|
|
group: csi.storage.k8s.io
|
2020-06-30 16:00:07 +00:00
|
|
|
scope: Cluster
|
2020-04-01 07:53:27 +00:00
|
|
|
names:
|
|
|
|
kind: CSINodeInfo
|
|
|
|
plural: csinodeinfos
|
2020-06-30 16:00:07 +00:00
|
|
|
versions:
|
|
|
|
- name: v1alpha1
|
|
|
|
served: true
|
|
|
|
storage: true
|
|
|
|
schema:
|
|
|
|
openAPIV3Schema:
|
|
|
|
type: object
|
|
|
|
properties:
|
|
|
|
csiDrivers:
|
|
|
|
description: List of CSI drivers running on the node and their properties.
|
|
|
|
items:
|
|
|
|
properties:
|
|
|
|
driver:
|
|
|
|
description: The CSI driver that this object refers to.
|
|
|
|
type: string
|
|
|
|
nodeID:
|
|
|
|
description: The node from the driver point of view.
|
2020-04-01 07:53:27 +00:00
|
|
|
type: string
|
2020-06-30 16:00:07 +00:00
|
|
|
topologyKeys:
|
|
|
|
description: List of keys supported by the driver.
|
|
|
|
items:
|
|
|
|
type: string
|
|
|
|
type: array
|
|
|
|
type: array
|
2020-04-01 07:53:27 +00:00
|
|
|
status:
|
|
|
|
acceptedNames:
|
|
|
|
kind: ""
|
|
|
|
plural: ""
|
|
|
|
conditions: []
|
|
|
|
storedVersions: []
|