Sha256: a52e63b230822822ef09c92b9d3648ed4c633b095d6e883388379e8ed880e667

Contents?: true

Size: 1.42 KB

Versions: 1

Compression:

Stored size: 1.42 KB

Contents

# Zilla::IoK8sApiCoreV1VolumeMount

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **mount_path** | **String** | Path within the container at which the volume should be mounted.  Must not contain ':'. |  |
| **mount_propagation** | **String** | mountPropagation determines how mounts are propagated from the host to container and the other way around. When not set, MountPropagationNone is used. This field is beta in 1.10. | [optional] |
| **name** | **String** | This must match the Name of a Volume. |  |
| **read_only** | **Boolean** | Mounted read-only if true, read-write otherwise (false or unspecified). Defaults to false. | [optional] |
| **sub_path** | **String** | Path within the volume from which the container's volume should be mounted. Defaults to \"\" (volume's root). | [optional] |
| **sub_path_expr** | **String** | Expanded path within the volume from which the container's volume should be mounted. Behaves similarly to SubPath but environment variable references $(VAR_NAME) are expanded using the container's environment. Defaults to \"\" (volume's root). SubPathExpr and SubPath are mutually exclusive. | [optional] |

## Example

```ruby
require 'zilla'

instance = Zilla::IoK8sApiCoreV1VolumeMount.new(
  mount_path: null,
  mount_propagation: null,
  name: null,
  read_only: null,
  sub_path: null,
  sub_path_expr: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
zilla-0.2.0 docs/IoK8sApiCoreV1VolumeMount.md