public class Kubectl extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
Kubectl.Executable<OUTPUT>
Executable executes a kubectl helper.
|
Constructor and Description |
---|
Kubectl() |
Modifier and Type | Method and Description |
---|---|
static <ApiType extends io.kubernetes.client.common.KubernetesObject> |
label(io.kubernetes.client.openapi.ApiClient apiClient,
Class<ApiType> apiTypeClass)
Equivalence for `kubectl label`.
|
static <ApiType extends io.kubernetes.client.common.KubernetesObject> |
label(Class<ApiType> apiTypeClass)
Equivalence for `kubectl label`.
|
public static <ApiType extends io.kubernetes.client.common.KubernetesObject> io.kubernetes.client.extended.kubectl.KubectlLabel<ApiType> label(Class<ApiType> apiTypeClass)
ApiType
- the target api typeapiTypeClass
- the api type classpublic static <ApiType extends io.kubernetes.client.common.KubernetesObject> io.kubernetes.client.extended.kubectl.KubectlLabel<ApiType> label(io.kubernetes.client.openapi.ApiClient apiClient, Class<ApiType> apiTypeClass)
ApiType
- the target api typeapiClient
- the api client instanceapiTypeClass
- the api type classCopyright © 2020. All rights reserved.