Interface KubernetesCommand<T,R,C>


public interface KubernetesCommand<T,R,C>
Command executes an operation on the kubernetes client (e.g. list, create). Type parameter: the Kubernetes resource that this command operates with (e.g. Pod, Service, Secret, ...) the command output that may be validated (e.g. Pod, PodList, InfoResult, ...) the Kubernetes client implementation
Since:
2.7