Documentation
¶
Index ¶
- func APIServiceIsReady(cli apiregistrationv1client.APIServiceInterface, name string) func() (bool, error)
- func BatchIsReady(cli batchv1client.JobInterface, name string) func() (bool, error)
- func DaemonSetIsReady(cli appsv1client.DaemonSetInterface, name string) func() (bool, error)
- func DeploymentConfigIsReady(cli oappsv1client.DeploymentConfigInterface, name string) func() (bool, error)
- func DeploymentIsReady(cli appsv1client.DeploymentInterface, name string) func() (bool, error)
- func NodeIsReady(cli corev1client.NodeInterface, name string) func() (bool, error)
- func PodIsReady(cli corev1client.PodInterface, name string) func() (bool, error)
- func StatefulSetIsReady(cli appsv1client.StatefulSetInterface, name string) func() (bool, error)
- func TemplateInstanceIsReady(cli templatev1client.TemplateInstanceInterface, name string) func() (bool, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func APIServiceIsReady ¶
func APIServiceIsReady(cli apiregistrationv1client.APIServiceInterface, name string) func() (bool, error)
func BatchIsReady ¶
func BatchIsReady(cli batchv1client.JobInterface, name string) func() (bool, error)
func DaemonSetIsReady ¶
func DaemonSetIsReady(cli appsv1client.DaemonSetInterface, name string) func() (bool, error)
func DeploymentConfigIsReady ¶
func DeploymentConfigIsReady(cli oappsv1client.DeploymentConfigInterface, name string) func() (bool, error)
func DeploymentIsReady ¶
func DeploymentIsReady(cli appsv1client.DeploymentInterface, name string) func() (bool, error)
func NodeIsReady ¶
func NodeIsReady(cli corev1client.NodeInterface, name string) func() (bool, error)
func PodIsReady ¶
func PodIsReady(cli corev1client.PodInterface, name string) func() (bool, error)
func StatefulSetIsReady ¶
func StatefulSetIsReady(cli appsv1client.StatefulSetInterface, name string) func() (bool, error)
func TemplateInstanceIsReady ¶
func TemplateInstanceIsReady(cli templatev1client.TemplateInstanceInterface, name string) func() (bool, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.