Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DeploymentVolumeInfo ¶
type DeploymentVolumeInfo struct { Volume corev1.Volume VolumeMount corev1.VolumeMount }
func NewDeploymentVolumeInfo ¶
func NewDeploymentVolumeInfo(resource *core.ResourceRef, tlsSecretName string) *DeploymentVolumeInfo
type DeploymentVolumeInfoList ¶
type DeploymentVolumeInfoList []DeploymentVolumeInfo
type VolumeList ¶
func (VolumeList) Remove ¶
func (s VolumeList) Remove(i int) VolumeList
type VolumeMountList ¶
type VolumeMountList []corev1.VolumeMount
func (VolumeMountList) Remove ¶
func (s VolumeMountList) Remove(i int) VolumeMountList
Click to show internal directories.
Click to hide internal directories.