Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetDefaultPaastaKubernetesHealthcheckVolumes ¶ added in v0.0.15
func GetDefaultPaastaKubernetesHealthcheckVolumes(configStore *configstore.Store) ([]corev1.VolumeMount, []corev1.Volume, error)
func GetDefaultPaastaKubernetesVolumes ¶
func GetDefaultPaastaKubernetesVolumes(configStore *configstore.Store) ([]corev1.VolumeMount, []corev1.Volume, error)
GetDefaultPaastaKubernetesVolumes ...
Types ¶
type Volume ¶
type Volume struct { HostPath string `json:"hostPath" mapstructure:"hostPath"` ContainerPath string `json:"containerPath" mapstructure:"containerPath"` Mode string `json:"mode" mapstructure:"mode"` }
func DefaultHealthcheckVolumesFromReader ¶ added in v0.0.15
func DefaultHealthcheckVolumesFromReader(configStore *configstore.Store) ([]Volume, error)
func DefaultVolumesFromReader ¶
func DefaultVolumesFromReader(configStore *configstore.Store) ([]Volume, error)
type VolumeConfig ¶
Click to show internal directories.
Click to hide internal directories.