Documentation ¶
Index ¶
- func GetAffinityFromVeleroServer(deployment *appsv1.Deployment) *v1.Affinity
- func GetEnvVarsFromVeleroServer(deployment *appsv1.Deployment) []v1.EnvVar
- func GetNodeSelectorFromVeleroServer(deployment *appsv1.Deployment) map[string]string
- func GetServiceAccountFromVeleroServer(deployment *appsv1.Deployment) string
- func GetTolerationsFromVeleroServer(deployment *appsv1.Deployment) []v1.Toleration
- func GetVeleroServerAnnotations(deployment *appsv1.Deployment) map[string]string
- func GetVeleroServerImage(deployment *appsv1.Deployment) string
- func GetVeleroServerLables(deployment *appsv1.Deployment) map[string]string
- func GetVolumeMountsFromVeleroServer(deployment *appsv1.Deployment) []v1.VolumeMount
- func GetVolumesFromVeleroServer(deployment *appsv1.Deployment) []v1.Volume
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAffinityFromVeleroServer ¶
func GetAffinityFromVeleroServer(deployment *appsv1.Deployment) *v1.Affinity
GetAffinityFromVeleroServer get the affinity from the Velero server deployment
func GetEnvVarsFromVeleroServer ¶
func GetEnvVarsFromVeleroServer(deployment *appsv1.Deployment) []v1.EnvVar
GetEnvVarsFromVeleroServer get the environment variables from the Velero server deployment
func GetNodeSelectorFromVeleroServer ¶
func GetNodeSelectorFromVeleroServer(deployment *appsv1.Deployment) map[string]string
GetNodeSelectorFromVeleroServer get the node selector from the Velero server deployment
func GetServiceAccountFromVeleroServer ¶
func GetServiceAccountFromVeleroServer(deployment *appsv1.Deployment) string
GetServiceAccountFromVeleroServer get the service account from the Velero server deployment
func GetTolerationsFromVeleroServer ¶
func GetTolerationsFromVeleroServer(deployment *appsv1.Deployment) []v1.Toleration
GetTolerationsFromVeleroServer get the tolerations from the Velero server deployment
func GetVeleroServerAnnotations ¶
func GetVeleroServerAnnotations(deployment *appsv1.Deployment) map[string]string
GetVeleroServerAnnotations get the annotations of the Velero server deployment
func GetVeleroServerImage ¶
func GetVeleroServerImage(deployment *appsv1.Deployment) string
getVeleroServerImage get the image of the Velero server deployment
func GetVeleroServerLables ¶
func GetVeleroServerLables(deployment *appsv1.Deployment) map[string]string
GetVeleroServerLables get the labels of the Velero server deployment
func GetVolumeMountsFromVeleroServer ¶
func GetVolumeMountsFromVeleroServer(deployment *appsv1.Deployment) []v1.VolumeMount
GetVolumeMountsFromVeleroServer get the volume mounts from the Velero server deployment
func GetVolumesFromVeleroServer ¶
func GetVolumesFromVeleroServer(deployment *appsv1.Deployment) []v1.Volume
GetVolumesFromVeleroServer get the volumes from the Velero server deployment
Types ¶
This section is empty.