Sha256: 24693f85b684e3575603b7f0eb941acd0fffc93327eaf59a4cdcee163393b182
Contents?: true
Size: 490 Bytes
Versions: 1
Compression:
Stored size: 490 Bytes
Contents
# Zilla::IoK8sApiStorageV1CSINodeSpec ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **drivers** | [**Array<IoK8sApiStorageV1CSINodeDriver>**](IoK8sApiStorageV1CSINodeDriver.md) | drivers is a list of information of all CSI Drivers existing on a node. If all drivers in the list are uninstalled, this can become empty. | | ## Example ```ruby require 'zilla' instance = Zilla::IoK8sApiStorageV1CSINodeSpec.new( drivers: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
zilla-0.2.0 | docs/IoK8sApiStorageV1CSINodeSpec.md |