Sha256: c7393f9023461de86b82f8cc64e0066656cddc5949d5dc298edd38d70fc0a7d9
Contents?: true
Size: 739 Bytes
Versions: 1
Compression:
Stored size: 739 Bytes
Contents
# Zilla::IoK8sApiCoreV1LocalVolumeSource ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **fs_type** | **String** | fsType is the filesystem type to mount. It applies only when the Path is a block device. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". The default value is to auto-select a filesystem if unspecified. | [optional] | | **path** | **String** | path of the full path to the volume on the node. It can be either a directory or block device (disk, partition, ...). | | ## Example ```ruby require 'zilla' instance = Zilla::IoK8sApiCoreV1LocalVolumeSource.new( fs_type: null, path: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
zilla-0.2.0 | docs/IoK8sApiCoreV1LocalVolumeSource.md |