Documentation
¶
Index ¶
- func AppendTLSOptionsArgs(opts *k8upv1.TLSOptions, prefixArgName ...string) []string
- func AttachEmptyDirVolumeMounts(k8upPodVarDir string, volumeMounts ...*[]corev1.VolumeMount) []corev1.VolumeMount
- func AttachEmptyDirVolumes(volumes *[]k8upv1.RunnableVolumeSpec) []corev1.Volume
- func RandomStringGenerator(n int) string
- func ZeroLen(v interface{}) bool
- type JsonArgsArray
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AppendTLSOptionsArgs ¶
func AppendTLSOptionsArgs(opts *k8upv1.TLSOptions, prefixArgName ...string) []string
func AttachEmptyDirVolumeMounts ¶ added in v2.13.0
func AttachEmptyDirVolumeMounts(k8upPodVarDir string, volumeMounts ...*[]corev1.VolumeMount) []corev1.VolumeMount
func AttachEmptyDirVolumes ¶ added in v2.13.0
func AttachEmptyDirVolumes(volumes *[]k8upv1.RunnableVolumeSpec) []corev1.Volume
func RandomStringGenerator ¶
Types ¶
type JsonArgsArray ¶ added in v2.12.0
type JsonArgsArray []string
func (*JsonArgsArray) UnmarshalJSON ¶ added in v2.12.0
func (aa *JsonArgsArray) UnmarshalJSON(data []byte) error
Click to show internal directories.
Click to hide internal directories.