Categorygithub.com/openshift/cluster-node-tuning-operatorteste2eperformanceprofilefunctestsutilsmcps
# Functions
No description provided by the author
GetByLabel returns all MCPs with the specified label.
GetByName returns the MCP with the specified name.
GetByNameNoRetry returns the MCP with the specified name without retrying to poke the api server.
GetByProfile returns the MCP by a given performance profile.
GetConditionReason return the reason of the given MCP.
GetConditionStatus return the condition status of the given MCP and condition type.
New creates a new MCP with the given name and node selector.
WaitForCondition waits for the MCP with given name having a condition of given type with given status.
WaitForCondition waits for the MCP with given name having a condition of given type with given status using the given helper function.
WaitForDeletion waits until the pod will be removed from the cluster.
WaitForProfilePickedUp waits for the MCP with given name containing the MC created for the PerformanceProfile with the given name.