package
0.0.0-20250312191409-8f0c57f76a14
Repository: https://github.com/azure/aro-rp.git
Documentation: pkg.go.dev
# Functions
CheckDaemonSetIsReady returns a function which polls a DaemonSet and returns its readiness.
CheckDeploymentIsReady returns a function which polls a Deployment and returns its readiness.
CheckMachineConfigPoolIsReady returns a function which polls a MachineConfigPool and returns its readiness.
CheckPodIsRunning returns a function which polls a Pod and returns if it is running.
CheckPodsAreRunning returns a function which polls multiple Pods by label and returns if it is running.
DaemonSetIsReady returns true if a DaemonSet is considered ready.
DeploymentIsReady returns true if a Deployment is considered ready.
MachineConfigPoolIsReady returns true if a MachineConfigPool is considered ready.
No description provided by the author
NodeIsReady returns true if a Node is considered ready.
PodIsRunning returns true if a Pod is running.
SameNumberOfNodesAndMachines returns true if the cluster has the same number of nodes and total machines, and an error if any.
ServiceIsReady returns true if a Service is considered ready.
StatefulSetIsReady returns true if a StatefulSet is considered ready.
TotalMachinesInTheMCPs returns the total number of machines in the machineConfigPools and an error, if any.