package
Version:
v0.24.1
Opens a new window with list of versions in this module.
Published: Jul 1, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Item struct {
Key string `yaml:"key"`
Path string `yaml:"path"`
}
type Secret struct {
SecretName string `yaml:"secretName,omitempty"`
Items []*Item `yaml:"items,omitempty"`
}
type SecretVolume struct {
Name string `yaml:"name"`
Secret *Secret `yaml:"secret,omitempty"`
DefaultMode int `yaml:"defaultMode"`
}
type VolumeMount struct {
Name string `yaml:"name"`
MountPath string `yaml:"mountPath,omitempty"`
SubPath string `yaml:"subPath,omitempty"`
ReadOnly bool `yaml:"readOnly,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.