public class DefaultCamelKClient extends BaseClient implements NamespacedCamelKClient
APIS, httpClient| Constructor and Description |
|---|
DefaultCamelKClient() |
DefaultCamelKClient(Config configuration) |
DefaultCamelKClient(okhttp3.OkHttpClient httpClient,
Config configuration) |
| Modifier and Type | Method and Description |
|---|---|
NamespacedCamelKClient |
inAnyNamespace() |
NamespacedCamelKClient |
inNamespace(String namespace) |
V1APIGroupDSL |
v1()
API entrypoint for tekton.dev/v1beta1 API group resources
|
V1alpha1APIGroupDSL |
v1alpha1()
API entrypoint for tekton.dev/v1alpha1 API group resources
|
FunctionCallable<NamespacedCamelKClient> |
withRequestConfig(RequestConfig requestConfig) |
adapt, adaptOkHttpClient, close, getApiGroup, getApiGroups, getApiResources, getApiVersion, getConfiguration, getHttpClient, getMasterUrl, getNamespace, getVersionInfo, isAdaptable, rootPaths, supportsApiPathclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadapt, close, getApiGroup, getApiGroups, getApiResources, getApiVersion, getMasterUrl, getNamespace, isAdaptable, rootPaths, supportsApiPathgetConfigurationpublic DefaultCamelKClient()
public DefaultCamelKClient(Config configuration)
public DefaultCamelKClient(okhttp3.OkHttpClient httpClient,
Config configuration)
public NamespacedCamelKClient inAnyNamespace()
inAnyNamespace in interface AnyNamespaceable<NamespacedCamelKClient>public NamespacedCamelKClient inNamespace(String namespace)
inNamespace in interface Namespaceable<NamespacedCamelKClient>public FunctionCallable<NamespacedCamelKClient> withRequestConfig(RequestConfig requestConfig)
withRequestConfig in interface RequestConfigurable<NamespacedCamelKClient>public V1APIGroupDSL v1()
CamelKClientv1 in interface CamelKClientV1APIGroupDSL for CamelK resource operations in this API group.public V1alpha1APIGroupDSL v1alpha1()
CamelKClientv1alpha1 in interface CamelKClientV1alpha1APIGroupDSL for CamelK resource operations in this API group.Copyright © 2015–2020 Red Hat. All rights reserved.