Sha256: 7120f3dd67083d3a7de8818c3d36f8927a6c61dedec14b1ccdcb63ba890d8e4e

Contents?: true

Size: 1.17 KB

Versions: 1

Compression:

Stored size: 1.17 KB

Contents

# Zilla::IoK8sApiCoreV1QuobyteVolumeSource

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **group** | **String** | group to map volume access to Default is no group | [optional] |
| **read_only** | **Boolean** | readOnly here will force the Quobyte volume to be mounted with read-only permissions. Defaults to false. | [optional] |
| **registry** | **String** | registry represents a single or multiple Quobyte Registry services specified as a string as host:port pair (multiple entries are separated with commas) which acts as the central registry for volumes |  |
| **tenant** | **String** | tenant owning the given Quobyte volume in the Backend Used with dynamically provisioned Quobyte volumes, value is set by the plugin | [optional] |
| **user** | **String** | user to map volume access to Defaults to serivceaccount user | [optional] |
| **volume** | **String** | volume is a string that references an already created Quobyte volume by name. |  |

## Example

```ruby
require 'zilla'

instance = Zilla::IoK8sApiCoreV1QuobyteVolumeSource.new(
  group: null,
  read_only: null,
  registry: null,
  tenant: null,
  user: null,
  volume: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
zilla-0.2.0 docs/IoK8sApiCoreV1QuobyteVolumeSource.md