| Package | Description |
|---|---|
| com.appscode.voyager.client | |
| com.appscode.voyager.client.apis |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
ApiClient.executeAsync(com.squareup.okhttp.Call call,
ApiCallback<T> callback)
|
<T> void |
ApiClient.executeAsync(com.squareup.okhttp.Call call,
Type returnType,
ApiCallback<T> callback)
Execute HTTP call asynchronously.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
VoyagerAppscodeComV1beta1Api.createNamespacedCertificateAsync(String namespace,
V1beta1Certificate body,
String pretty,
ApiCallback<V1beta1Certificate> callback)
(asynchronously)
create a Certificate
|
com.squareup.okhttp.Call |
VoyagerAppscodeComV1beta1Api.createNamespacedIngressAsync(String namespace,
V1beta1Ingress body,
String pretty,
ApiCallback<V1beta1Ingress> callback)
(asynchronously)
create an Ingress
|
com.squareup.okhttp.Call |
VoyagerAppscodeComV1beta1Api.deleteCollectionNamespacedCertificateAsync(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<io.kubernetes.client.models.V1Status> callback)
(asynchronously)
delete collection of Certificate
|
com.squareup.okhttp.Call |
VoyagerAppscodeComV1beta1Api.deleteCollectionNamespacedIngressAsync(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<io.kubernetes.client.models.V1Status> callback)
(asynchronously)
delete collection of Ingress
|
com.squareup.okhttp.Call |
VoyagerAppscodeComV1beta1Api.deleteNamespacedCertificateAsync(String name,
String namespace,
io.kubernetes.client.models.V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<io.kubernetes.client.models.V1Status> callback)
(asynchronously)
delete a Certificate
|
com.squareup.okhttp.Call |
VoyagerAppscodeComV1beta1Api.deleteNamespacedIngressAsync(String name,
String namespace,
io.kubernetes.client.models.V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<io.kubernetes.client.models.V1Status> callback)
(asynchronously)
delete an Ingress
|
com.squareup.okhttp.Call |
VoyagerAppscodeComApi.getAPIGroupAsync(ApiCallback<io.kubernetes.client.models.V1APIGroup> callback)
(asynchronously)
get information of a group
|
com.squareup.okhttp.Call |
VoyagerAppscodeComV1beta1Api.getAPIResourcesAsync(ApiCallback<io.kubernetes.client.models.V1APIResourceList> callback)
(asynchronously)
get available resources
|
com.squareup.okhttp.Call |
ApisApi.getAPIVersionsAsync(ApiCallback<io.kubernetes.client.models.V1APIGroupList> callback)
(asynchronously)
get available API versions
|
com.squareup.okhttp.Call |
VoyagerAppscodeComV1beta1Api.listCertificateForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1beta1CertificateList> callback)
(asynchronously)
list or watch objects of kind Certificate
|
com.squareup.okhttp.Call |
VoyagerAppscodeComV1beta1Api.listIngressForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1beta1IngressList> callback)
(asynchronously)
list or watch objects of kind Ingress
|
com.squareup.okhttp.Call |
VoyagerAppscodeComV1beta1Api.listNamespacedCertificateAsync(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1beta1CertificateList> callback)
(asynchronously)
list or watch objects of kind Certificate
|
com.squareup.okhttp.Call |
VoyagerAppscodeComV1beta1Api.listNamespacedIngressAsync(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1beta1IngressList> callback)
(asynchronously)
list or watch objects of kind Ingress
|
com.squareup.okhttp.Call |
VoyagerAppscodeComV1beta1Api.patchNamespacedCertificateAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<V1beta1Certificate> callback)
(asynchronously)
partially update the specified Certificate
|
com.squareup.okhttp.Call |
VoyagerAppscodeComV1beta1Api.patchNamespacedIngressAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<V1beta1Ingress> callback)
(asynchronously)
partially update the specified Ingress
|
com.squareup.okhttp.Call |
VoyagerAppscodeComV1beta1Api.readNamespacedCertificateAsync(String name,
String namespace,
String pretty,
ApiCallback<V1beta1Certificate> callback)
(asynchronously)
read the specified Certificate
|
com.squareup.okhttp.Call |
VoyagerAppscodeComV1beta1Api.readNamespacedIngressAsync(String name,
String namespace,
String pretty,
ApiCallback<V1beta1Ingress> callback)
(asynchronously)
read the specified Ingress
|
com.squareup.okhttp.Call |
VoyagerAppscodeComV1beta1Api.replaceNamespacedCertificateAsync(String name,
String namespace,
V1beta1Certificate body,
String pretty,
ApiCallback<V1beta1Certificate> callback)
(asynchronously)
replace the specified Certificate
|
com.squareup.okhttp.Call |
VoyagerAppscodeComV1beta1Api.replaceNamespacedIngressAsync(String name,
String namespace,
V1beta1Ingress body,
String pretty,
ApiCallback<V1beta1Ingress> callback)
(asynchronously)
replace the specified Ingress
|
Copyright © 2018. All rights reserved.