Package | Description |
---|---|
io.kubernetes.client.apis | |
io.kubernetes.client.models |
Modifier and Type | Method and Description |
---|---|
V1Secret |
CoreV1Api.createNamespacedSecret(String namespace,
V1Secret body,
String pretty)
create a Secret
|
V1Secret |
CoreV1Api.patchNamespacedSecret(String name,
String namespace,
Object body,
String pretty)
partially update the specified Secret
|
V1Secret |
CoreV1Api.readNamespacedSecret(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified Secret
|
V1Secret |
CoreV1Api.replaceNamespacedSecret(String name,
String namespace,
V1Secret body,
String pretty)
replace the specified Secret
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<V1Secret> |
CoreV1Api.createNamespacedSecretWithHttpInfo(String namespace,
V1Secret body,
String pretty)
create a Secret
|
ApiResponse<V1Secret> |
CoreV1Api.patchNamespacedSecretWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update the specified Secret
|
ApiResponse<V1Secret> |
CoreV1Api.readNamespacedSecretWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified Secret
|
ApiResponse<V1Secret> |
CoreV1Api.replaceNamespacedSecretWithHttpInfo(String name,
String namespace,
V1Secret body,
String pretty)
replace the specified Secret
|
Modifier and Type | Method and Description |
---|---|
V1Secret |
CoreV1Api.createNamespacedSecret(String namespace,
V1Secret body,
String pretty)
create a Secret
|
com.squareup.okhttp.Call |
CoreV1Api.createNamespacedSecretAsync(String namespace,
V1Secret body,
String pretty,
ApiCallback<V1Secret> callback)
(asynchronously)
create a Secret
|
com.squareup.okhttp.Call |
CoreV1Api.createNamespacedSecretCall(String namespace,
V1Secret body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createNamespacedSecret
|
ApiResponse<V1Secret> |
CoreV1Api.createNamespacedSecretWithHttpInfo(String namespace,
V1Secret body,
String pretty)
create a Secret
|
V1Secret |
CoreV1Api.replaceNamespacedSecret(String name,
String namespace,
V1Secret body,
String pretty)
replace the specified Secret
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNamespacedSecretAsync(String name,
String namespace,
V1Secret body,
String pretty,
ApiCallback<V1Secret> callback)
(asynchronously)
replace the specified Secret
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNamespacedSecretCall(String name,
String namespace,
V1Secret body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedSecret
|
ApiResponse<V1Secret> |
CoreV1Api.replaceNamespacedSecretWithHttpInfo(String name,
String namespace,
V1Secret body,
String pretty)
replace the specified Secret
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
CoreV1Api.createNamespacedSecretAsync(String namespace,
V1Secret body,
String pretty,
ApiCallback<V1Secret> callback)
(asynchronously)
create a Secret
|
com.squareup.okhttp.Call |
CoreV1Api.patchNamespacedSecretAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<V1Secret> callback)
(asynchronously)
partially update the specified Secret
|
com.squareup.okhttp.Call |
CoreV1Api.readNamespacedSecretAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1Secret> callback)
(asynchronously)
read the specified Secret
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNamespacedSecretAsync(String name,
String namespace,
V1Secret body,
String pretty,
ApiCallback<V1Secret> callback)
(asynchronously)
replace the specified Secret
|
Modifier and Type | Method and Description |
---|---|
V1Secret |
V1Secret.apiVersion(String apiVersion) |
V1Secret |
V1Secret.data(Map<String,byte[]> data) |
V1Secret |
V1Secret.kind(String kind) |
V1Secret |
V1Secret.metadata(V1ObjectMeta metadata) |
V1Secret |
V1Secret.putDataItem(String key,
byte[] dataItem) |
V1Secret |
V1Secret.putStringDataItem(String key,
String stringDataItem) |
V1Secret |
V1Secret.stringData(Map<String,String> stringData) |
V1Secret |
V1Secret.type(String type) |
Modifier and Type | Method and Description |
---|---|
List<V1Secret> |
V1SecretList.getItems()
Items is a list of secret objects.
|
Modifier and Type | Method and Description |
---|---|
V1SecretList |
V1SecretList.addItemsItem(V1Secret itemsItem) |
Modifier and Type | Method and Description |
---|---|
V1SecretList |
V1SecretList.items(List<V1Secret> items) |
void |
V1SecretList.setItems(List<V1Secret> items) |
Copyright © 2017. All rights reserved.