Interface KubernetesPodCommandActionBuilder<R>
public interface KubernetesPodCommandActionBuilder<R>
-
Method Summary
Modifier and TypeMethodDescriptionCreate new pod from template path.Create new pod from template.Creates new pod.KubernetesNamedCommandActionBuilder<?,R, ? extends KubernetesDeleteCommandResult, ?> delete()Deletes pods.KubernetesNamedCommandActionBuilder<?,R, ? extends KubernetesDeleteCommandResult, ?> Deletes pod by name.Gets pod by name.KubernetesNamespacedCommandActionBuilder<?,R, ? extends KubernetesListCommandResult<R>, ?> list()List pods.KubernetesNamedCommandActionBuilder<?,R, ? extends KubernetesWatchCommandResult<R, ?, ?>, ?> watch()Watch pods.
-
Method Details
-
list
KubernetesNamespacedCommandActionBuilder<?,R, list()? extends KubernetesListCommandResult<R>, ?> List pods. -
create
Creates new pod. -
create
Create new pod from template. -
create
Create new pod from template path. -
get
Gets pod by name. -
delete
KubernetesNamedCommandActionBuilder<?,R, delete? extends KubernetesDeleteCommandResult, ?> (String name) Deletes pod by name. -
delete
KubernetesNamedCommandActionBuilder<?,R, delete()? extends KubernetesDeleteCommandResult, ?> Deletes pods. -
watch
KubernetesNamedCommandActionBuilder<?,R, watch()? extends KubernetesWatchCommandResult<R, ?, ?>, ?> Watch pods.
-