Documentation ¶
Index ¶
- func TrackDaemonSetTillReady(name, namespace string, kube kubernetes.Interface, opts tracker.Options) error
- func TrackDeploymentTillReady(name, namespace string, kube kubernetes.Interface, opts tracker.Options) error
- func TrackJobTillDone(name, namespace string, kube kubernetes.Interface, opts tracker.Options) error
- func TrackPodTillReady(name, namespace string, kube kubernetes.Interface, opts tracker.Options) error
- func TrackStatefulSetTillReady(name, namespace string, kube kubernetes.Interface, opts tracker.Options) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func TrackDaemonSetTillReady ¶
func TrackDaemonSetTillReady(name, namespace string, kube kubernetes.Interface, opts tracker.Options) error
TrackDaemonSetTillReady implements rollout track mode for DaemonSet
Exit on DaemonSet ready or on errors
func TrackDeploymentTillReady ¶
func TrackDeploymentTillReady(name, namespace string, kube kubernetes.Interface, opts tracker.Options) error
TrackDeploymentTillReady
func TrackJobTillDone ¶
func TrackJobTillDone(name, namespace string, kube kubernetes.Interface, opts tracker.Options) error
TrackJobTillDone
func TrackPodTillReady ¶
func TrackPodTillReady(name, namespace string, kube kubernetes.Interface, opts tracker.Options) error
TrackPodTillReady
func TrackStatefulSetTillReady ¶
func TrackStatefulSetTillReady(name, namespace string, kube kubernetes.Interface, opts tracker.Options) error
TrackStatefulSetTillReady implements rollout track mode for StatefulSet
Exit on DaemonSet ready or on errors
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.