Sha256: 6729ee5621546af4227d127e00c61bf64d0ade6cf2a06bc58796163b23dedf1e
Contents?: true
Size: 788 Bytes
Versions: 1
Compression:
Stored size: 788 Bytes
Contents
# Zilla::IoK8sApiCoreV1PortworxVolumeSource ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **fs_type** | **String** | fSType represents the filesystem type to mount Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\". Implicitly inferred to be \"ext4\" if unspecified. | [optional] | | **read_only** | **Boolean** | readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. | [optional] | | **volume_id** | **String** | volumeID uniquely identifies a Portworx volume | | ## Example ```ruby require 'zilla' instance = Zilla::IoK8sApiCoreV1PortworxVolumeSource.new( fs_type: null, read_only: null, volume_id: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
zilla-0.2.0 | docs/IoK8sApiCoreV1PortworxVolumeSource.md |