Builder

class Builder

Properties

Link copied to clipboard

The path on the container where the volume is mounted.

Link copied to clipboard
var name: String?

The name the volume mount. This must match the name of one of the volumes in the pod.

Link copied to clipboard

If this value is true, the container has read-only access to the volume. Otherwise, the container can write to the volume. The default value is false.

Link copied to clipboard

A sub-path inside the referenced volume instead of its root.