| Package | Description |
|---|---|
| com.appscode.voyager.client | |
| com.appscode.voyager.client.apis |
| Modifier and Type | Method and Description |
|---|---|
<T> ApiResponse<T> |
ApiClient.execute(com.squareup.okhttp.Call call)
|
<T> ApiResponse<T> |
ApiClient.execute(com.squareup.okhttp.Call call,
Type returnType)
Execute HTTP call and deserialize the HTTP response body into the given return type.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<V1beta1Certificate> |
VoyagerAppscodeComV1beta1Api.createNamespacedCertificateWithHttpInfo(String namespace,
V1beta1Certificate body,
String pretty)
create a Certificate
|
ApiResponse<V1beta1Ingress> |
VoyagerAppscodeComV1beta1Api.createNamespacedIngressWithHttpInfo(String namespace,
V1beta1Ingress body,
String pretty)
create an Ingress
|
ApiResponse<io.kubernetes.client.models.V1Status> |
VoyagerAppscodeComV1beta1Api.deleteCollectionNamespacedCertificateWithHttpInfo(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of Certificate
|
ApiResponse<io.kubernetes.client.models.V1Status> |
VoyagerAppscodeComV1beta1Api.deleteCollectionNamespacedIngressWithHttpInfo(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of Ingress
|
ApiResponse<io.kubernetes.client.models.V1Status> |
VoyagerAppscodeComV1beta1Api.deleteNamespacedCertificateWithHttpInfo(String name,
String namespace,
io.kubernetes.client.models.V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a Certificate
|
ApiResponse<io.kubernetes.client.models.V1Status> |
VoyagerAppscodeComV1beta1Api.deleteNamespacedIngressWithHttpInfo(String name,
String namespace,
io.kubernetes.client.models.V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete an Ingress
|
ApiResponse<io.kubernetes.client.models.V1APIGroup> |
VoyagerAppscodeComApi.getAPIGroupWithHttpInfo()
get information of a group
|
ApiResponse<io.kubernetes.client.models.V1APIResourceList> |
VoyagerAppscodeComV1beta1Api.getAPIResourcesWithHttpInfo()
get available resources
|
ApiResponse<io.kubernetes.client.models.V1APIGroupList> |
ApisApi.getAPIVersionsWithHttpInfo()
get available API versions
|
ApiResponse<V1beta1CertificateList> |
VoyagerAppscodeComV1beta1Api.listCertificateForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Certificate
|
ApiResponse<V1beta1IngressList> |
VoyagerAppscodeComV1beta1Api.listIngressForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Ingress
|
ApiResponse<V1beta1CertificateList> |
VoyagerAppscodeComV1beta1Api.listNamespacedCertificateWithHttpInfo(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Certificate
|
ApiResponse<V1beta1IngressList> |
VoyagerAppscodeComV1beta1Api.listNamespacedIngressWithHttpInfo(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Ingress
|
ApiResponse<V1beta1Certificate> |
VoyagerAppscodeComV1beta1Api.patchNamespacedCertificateWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update the specified Certificate
|
ApiResponse<V1beta1Ingress> |
VoyagerAppscodeComV1beta1Api.patchNamespacedIngressWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update the specified Ingress
|
ApiResponse<V1beta1Certificate> |
VoyagerAppscodeComV1beta1Api.readNamespacedCertificateWithHttpInfo(String name,
String namespace,
String pretty)
read the specified Certificate
|
ApiResponse<V1beta1Ingress> |
VoyagerAppscodeComV1beta1Api.readNamespacedIngressWithHttpInfo(String name,
String namespace,
String pretty)
read the specified Ingress
|
ApiResponse<V1beta1Certificate> |
VoyagerAppscodeComV1beta1Api.replaceNamespacedCertificateWithHttpInfo(String name,
String namespace,
V1beta1Certificate body,
String pretty)
replace the specified Certificate
|
ApiResponse<V1beta1Ingress> |
VoyagerAppscodeComV1beta1Api.replaceNamespacedIngressWithHttpInfo(String name,
String namespace,
V1beta1Ingress body,
String pretty)
replace the specified Ingress
|
Copyright © 2018. All rights reserved.