class

Kubernetes::Resources::Pod::Spec::Volume

Inherits YAML::Serializable::Unmapped < YAML::Serializable < Reference < Object

Constructors

new(name : String | Nil = nil, hostPath : HostPath | Nil = nil, configMap : ConfigMap | Nil = nil)
Source
new(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
Source

Instance methods

configMap
Source
configMap=(configMap : ConfigMap | Nil)
Source
hostPath
Source
hostPath=(hostPath : HostPath | Nil)
Source
name
Source
name=(name : String | Nil)
Source

Nested types