| Package | Description |
|---|---|
| com.appscode.voyager.client.apis | |
| com.appscode.voyager.client.models |
| Modifier and Type | Method and Description |
|---|---|
V1beta1Certificate |
VoyagerAppscodeComV1beta1Api.createNamespacedCertificate(String namespace,
V1beta1Certificate body,
String pretty)
create a Certificate
|
V1beta1Certificate |
VoyagerAppscodeComV1beta1Api.patchNamespacedCertificate(String name,
String namespace,
Object body,
String pretty)
partially update the specified Certificate
|
V1beta1Certificate |
VoyagerAppscodeComV1beta1Api.readNamespacedCertificate(String name,
String namespace,
String pretty)
read the specified Certificate
|
V1beta1Certificate |
VoyagerAppscodeComV1beta1Api.replaceNamespacedCertificate(String name,
String namespace,
V1beta1Certificate body,
String pretty)
replace the specified Certificate
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<V1beta1Certificate> |
VoyagerAppscodeComV1beta1Api.createNamespacedCertificateWithHttpInfo(String namespace,
V1beta1Certificate body,
String pretty)
create a Certificate
|
ApiResponse<V1beta1Certificate> |
VoyagerAppscodeComV1beta1Api.patchNamespacedCertificateWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update the specified Certificate
|
ApiResponse<V1beta1Certificate> |
VoyagerAppscodeComV1beta1Api.readNamespacedCertificateWithHttpInfo(String name,
String namespace,
String pretty)
read the specified Certificate
|
ApiResponse<V1beta1Certificate> |
VoyagerAppscodeComV1beta1Api.replaceNamespacedCertificateWithHttpInfo(String name,
String namespace,
V1beta1Certificate body,
String pretty)
replace the specified Certificate
|
| Modifier and Type | Method and Description |
|---|---|
V1beta1Certificate |
VoyagerAppscodeComV1beta1Api.createNamespacedCertificate(String namespace,
V1beta1Certificate body,
String pretty)
create a Certificate
|
com.squareup.okhttp.Call |
VoyagerAppscodeComV1beta1Api.createNamespacedCertificateAsync(String namespace,
V1beta1Certificate body,
String pretty,
ApiCallback<V1beta1Certificate> callback)
(asynchronously)
create a Certificate
|
com.squareup.okhttp.Call |
VoyagerAppscodeComV1beta1Api.createNamespacedCertificateCall(String namespace,
V1beta1Certificate body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createNamespacedCertificate
|
ApiResponse<V1beta1Certificate> |
VoyagerAppscodeComV1beta1Api.createNamespacedCertificateWithHttpInfo(String namespace,
V1beta1Certificate body,
String pretty)
create a Certificate
|
V1beta1Certificate |
VoyagerAppscodeComV1beta1Api.replaceNamespacedCertificate(String name,
String namespace,
V1beta1Certificate body,
String pretty)
replace the specified Certificate
|
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.replaceNamespacedCertificateCall(String name,
String namespace,
V1beta1Certificate body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedCertificate
|
ApiResponse<V1beta1Certificate> |
VoyagerAppscodeComV1beta1Api.replaceNamespacedCertificateWithHttpInfo(String name,
String namespace,
V1beta1Certificate body,
String pretty)
replace the specified Certificate
|
| 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.patchNamespacedCertificateAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<V1beta1Certificate> callback)
(asynchronously)
partially update the specified Certificate
|
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.replaceNamespacedCertificateAsync(String name,
String namespace,
V1beta1Certificate body,
String pretty,
ApiCallback<V1beta1Certificate> callback)
(asynchronously)
replace the specified Certificate
|
| Modifier and Type | Method and Description |
|---|---|
V1beta1Certificate |
V1beta1Certificate.apiVersion(String apiVersion) |
V1beta1Certificate |
V1beta1Certificate.kind(String kind) |
V1beta1Certificate |
V1beta1Certificate.metadata(io.kubernetes.client.models.V1ObjectMeta metadata) |
V1beta1Certificate |
V1beta1Certificate.spec(V1beta1CertificateSpec spec) |
V1beta1Certificate |
V1beta1Certificate.status(V1beta1CertificateStatus status) |
| Modifier and Type | Method and Description |
|---|---|
List<V1beta1Certificate> |
V1beta1CertificateList.getItems()
Get items
|
| Modifier and Type | Method and Description |
|---|---|
V1beta1CertificateList |
V1beta1CertificateList.addItemsItem(V1beta1Certificate itemsItem) |
| Modifier and Type | Method and Description |
|---|---|
V1beta1CertificateList |
V1beta1CertificateList.items(List<V1beta1Certificate> items) |
void |
V1beta1CertificateList.setItems(List<V1beta1Certificate> items) |
Copyright © 2018. All rights reserved.