e2e tests

Signed-off-by: ndixita <ndixita@google.com>
This commit is contained in:
ndixita
2024-11-03 22:01:48 +00:00
parent 5a64597d2e
commit 99a6153a4f
5 changed files with 451 additions and 32 deletions

View File

@@ -16,7 +16,7 @@ limitations under the License.
package utils
import "k8s.io/api/core/v1"
import v1 "k8s.io/api/core/v1"
// GetNodeCondition extracts the provided condition from the given status and returns that.
// Returns nil and -1 if the condition is not present, and the index of the located condition.