Sha256: 6bf9d58b00cf29bc71e113c96dff468a89265bf361a6d3194323002edbda8686
Contents?: true
Size: 787 Bytes
Versions: 1
Compression:
Stored size: 787 Bytes
Contents
# Zilla::IoK8sApiCoreV1NFSVolumeSource ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **path** | **String** | path that is exported by the NFS server. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs | | | **read_only** | **Boolean** | readOnly here will force the NFS export to be mounted with read-only permissions. Defaults to false. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs | [optional] | | **server** | **String** | server is the hostname or IP address of the NFS server. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs | | ## Example ```ruby require 'zilla' instance = Zilla::IoK8sApiCoreV1NFSVolumeSource.new( path: null, read_only: null, server: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
zilla-0.2.0 | docs/IoK8sApiCoreV1NFSVolumeSource.md |