Interface KubernetesCommandResultCallback<T>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionvoidvalidateCommandResult(KubernetesCommandResult<T> result, TestContext context) Callback method called with command result for validation.
-
Method Details
-
validateCommandResult
Callback method called with command result for validation.
-