Sha256: aefadd5776143e0b18f4b2efeff091e147d89d0df8db7e2e6cc4b5cdb4b0645a

Contents?: true

Size: 1.16 KB

Versions: 1

Compression:

Stored size: 1.16 KB

Contents

# Zilla::IoK8sApiCoreV1GlusterfsPersistentVolumeSource

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **endpoints** | **String** | endpoints is the endpoint name that details Glusterfs topology. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod |  |
| **endpoints_namespace** | **String** | endpointsNamespace is the namespace that contains Glusterfs endpoint. If this field is empty, the EndpointNamespace defaults to the same namespace as the bound PVC. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod | [optional] |
| **path** | **String** | path is the Glusterfs volume path. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod |  |
| **read_only** | **Boolean** | readOnly here will force the Glusterfs volume to be mounted with read-only permissions. Defaults to false. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod | [optional] |

## Example

```ruby
require 'zilla'

instance = Zilla::IoK8sApiCoreV1GlusterfsPersistentVolumeSource.new(
  endpoints: null,
  endpoints_namespace: null,
  path: null,
  read_only: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
zilla-0.2.0 docs/IoK8sApiCoreV1GlusterfsPersistentVolumeSource.md