Documentation ¶
Index ¶
- func CheckIfNodeReachableOnPort(host, port string) bool
- func WaitForIBUToBeAvailable(apiClient *clients.Settings, ibu *lca.ImageBasedUpgradeBuilder, ...) error
- func WaitForNodeToBeReachable(host, port string, timeout time.Duration) (bool, error)
- func WaitForNodeToBeUnreachable(host, port string, timeout time.Duration) (bool, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckIfNodeReachableOnPort ¶
CheckIfNodeReachableOnPort checks that the provided node is reachable on a specific TCP port.
func WaitForIBUToBeAvailable ¶
func WaitForIBUToBeAvailable( apiClient *clients.Settings, ibu *lca.ImageBasedUpgradeBuilder, timeout time.Duration) error
WaitForIBUToBeAvailable waits the specified timeout for the ibu resource to be retrievable.
func WaitForNodeToBeReachable ¶
WaitForNodeToBeReachable waits the specified timeout for the host to be reachable on the provided TCP port.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.