Puppet Data Type Alias: Openondemand::K8_mount

Defined in:
types/k8_mount.pp

Overview

OnDemand cluster Kubernetes mount

Alias of

Struct[{ 'type' => String[1],
    'name'  => String[1],
    'host_type' => Optional[String[1]],
    'host' => Optional[String[1]],
    'destination_path' => Stdlib::Absolutepath,
    'path' => Stdlib::Absolutepath,
  }]


# File 'types/k8_mount.pp', line 2