package
0.0.0-20230706093527-1d63875abfa1
Repository: https://github.com/piperipheral/reloader-custom.git
Documentation: pkg.go.dev

# Functions

GetDaemonSetAnnotations returns the annotations of given daemonSet.
GetDaemonSetContainers returns the containers of given daemonSet.
GetDaemonSetInitContainers returns the containers of given daemonSet.
GetDaemonSetItems returns the daemonSets in given namespace.
GetDaemonSetPodAnnotations returns the pod's annotations of given daemonSet.
GetDaemonSetVolumes returns the Volumes of given daemonSet.
GetDeploymentAnnotations returns the annotations of given deployment.
GetDeploymentConfigAnnotations returns the annotations of given deploymentConfig.
GetDeploymentConfigContainers returns the containers of given deploymentConfig.
GetDeploymentConfigInitContainers returns the containers of given deploymentConfig.
GetDeploymentConfigItems returns the deploymentConfigs in given namespace.
GetDeploymentConfigPodAnnotations returns the pod's annotations of given deploymentConfig.
GetDeploymentConfigVolumes returns the Volumes of given deploymentConfig.
GetDeploymentContainers returns the containers of given deployment.
GetDeploymentInitContainers returns the containers of given deployment.
GetDeploymentItems returns the deployments in given namespace.
GetDeploymentPodAnnotations returns the pod's annotations of given deployment.
GetDeploymentVolumes returns the Volumes of given deployment.
GetRolloutAnnotations returns the annotations of given rollout.
GetRolloutContainers returns the containers of given rollout.
GetRolloutInitContainers returns the containers of given rollout.
GetRolloutItems returns the rollouts in given namespace.
GetRolloutPodAnnotations returns the pod's annotations of given rollout.
GetRolloutVolumes returns the Volumes of given rollout.
GetStatefulSetAnnotations returns the annotations of given statefulSet.
GetStatefulSetContainers returns the containers of given statefulSet.
GetStatefulSetInitContainers returns the containers of given statefulSet.
GetStatefulSetItems returns the statefulSets in given namespace.
GetStatefulSetPodAnnotations returns the pod's annotations of given statefulSet.
GetStatefulSetVolumes returns the Volumes of given statefulSet.
UpdateDaemonSet performs rolling upgrade on daemonSet.
UpdateDeployment performs rolling upgrade on deployment.
UpdateDeploymentConfig performs rolling upgrade on deploymentConfig.
UpdateRollout performs rolling upgrade on rollout.
UpdateStatefulSet performs rolling upgrade on statefulSet.

# Structs

RollingUpgradeFuncs contains generic functions to perform rolling upgrade.

# Type aliases

AnnotationsFunc is a generic func to return annotations.
ContainersFunc is a generic func to return containers.
InitContainersFunc is a generic func to return containers.
ItemsFunc is a generic function to return a specific resource array in given namespace.
PodAnnotationsFunc is a generic func to return annotations.
UpdateFunc performs the resource update.
VolumesFunc is a generic func to return volumes.