package
10.1.1+incompatible
Repository: https://github.com/openshift/openshift-azure.git
Documentation: pkg.go.dev

# Functions

APIServiceIsReady returns true if an APIService is considered ready.
CheckAPIServiceIsReady returns a function which polls an APIService and returns its readiness.
CheckClusterServiceBrokerIsReady returns a function which polls a CheckClusterServiceBroker and returns its readiness.
CheckCustomResourceDefinitionIsReady returns a function which polls a CustomResourceDefinition and returns its readiness.
CheckDaemonSetIsReady returns a function which polls a DaemonSet and returns its readiness.
CheckDeploymentConfigIsReady returns a function which polls a DeploymentConfig and returns its readiness.
CheckDeploymentIsReady returns a function which polls a Deployment and returns its readiness.
CheckJobIsReady returns a function which polls a Job and returns its readiness.
CheckNodeIsReady returns a function which polls a Node and returns its readiness.
CheckPodHasPhase returns a function which polls a Pod and returns whether its phase matches the given input.
CheckPodIsReady returns a function which polls a Pod and returns its readiness.
CheckServiceIsReady returns a function which polls a Service and returns its readiness.
CheckStatefulSetIsReady returns a function which polls a StatefulSet and returns its readiness.
CheckTemplateInstanceIsReady returns a function which polls a TemplateInstance and returns its readiness.
ClusterServiceBrokerIsReady returns true if a ClusterServiceBroker is considered ready.
CustomResourceDefinitionIsReady returns true if a CustomResourceDefinition is considered ready.
DaemonSetIsReady returns true if a DaemonSet is considered ready.
DeploymentConfigIsReady returns true if a DeploymentConfig is considered ready.
DeploymentIsReady returns true if a Deployment is considered ready.
JobIsReady returns true if a Job is considered ready.
NodeIsReady returns true if a Node is considered ready.
PodHasPhase returns true if the phase of a Pod matches the given input.
PodIsReady returns true if a Pod is considered ready.
ServiceIsReady returns true if a Service is considered ready.
StatefulSetIsReady returns true if a StatefulSet is considered ready.
TemplateInstanceIsReady returns true if a TemplateInstance is considered ready.