Package | Description |
---|---|
io.kubernetes.client.openapi.apis | |
io.kubernetes.client.openapi.models |
Modifier and Type | Method and Description |
---|---|
V1Secret |
CoreV1Api.createNamespacedSecret(String namespace,
V1Secret body,
String pretty,
String dryRun,
String fieldManager)
create a Secret
|
V1Secret |
CoreV1Api.patchNamespacedSecret(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
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,
String dryRun,
String fieldManager)
replace the specified Secret
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<V1Secret> |
CoreV1Api.createNamespacedSecretWithHttpInfo(String namespace,
V1Secret body,
String pretty,
String dryRun,
String fieldManager)
create a Secret
|
ApiResponse<V1Secret> |
CoreV1Api.patchNamespacedSecretWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
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,
String dryRun,
String fieldManager)
replace the specified Secret
|
Modifier and Type | Method and Description |
---|---|
V1Secret |
CoreV1Api.createNamespacedSecret(String namespace,
V1Secret body,
String pretty,
String dryRun,
String fieldManager)
create a Secret
|
okhttp3.Call |
CoreV1Api.createNamespacedSecretAsync(String namespace,
V1Secret body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1Secret> _callback)
(asynchronously) create a Secret
|
okhttp3.Call |
CoreV1Api.createNamespacedSecretCall(String namespace,
V1Secret body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createNamespacedSecret
|
ApiResponse<V1Secret> |
CoreV1Api.createNamespacedSecretWithHttpInfo(String namespace,
V1Secret body,
String pretty,
String dryRun,
String fieldManager)
create a Secret
|
V1Secret |
CoreV1Api.replaceNamespacedSecret(String name,
String namespace,
V1Secret body,
String pretty,
String dryRun,
String fieldManager)
replace the specified Secret
|
okhttp3.Call |
CoreV1Api.replaceNamespacedSecretAsync(String name,
String namespace,
V1Secret body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1Secret> _callback)
(asynchronously) replace the specified Secret
|
okhttp3.Call |
CoreV1Api.replaceNamespacedSecretCall(String name,
String namespace,
V1Secret body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedSecret
|
ApiResponse<V1Secret> |
CoreV1Api.replaceNamespacedSecretWithHttpInfo(String name,
String namespace,
V1Secret body,
String pretty,
String dryRun,
String fieldManager)
replace the specified Secret
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
CoreV1Api.createNamespacedSecretAsync(String namespace,
V1Secret body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1Secret> _callback)
(asynchronously) create a Secret
|
okhttp3.Call |
CoreV1Api.patchNamespacedSecretAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1Secret> _callback)
(asynchronously) partially update the specified Secret
|
okhttp3.Call |
CoreV1Api.readNamespacedSecretAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1Secret> _callback)
(asynchronously) read the specified Secret
|
okhttp3.Call |
CoreV1Api.replaceNamespacedSecretAsync(String name,
String namespace,
V1Secret body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1Secret> _callback)
(asynchronously) replace the specified Secret
|
Modifier and Type | Method and Description |
---|---|
V1Secret |
V1Secret.apiVersion(String apiVersion) |
V1Secret |
V1SecretBuilder.build() |
V1Secret |
V1SecretListFluent.buildFirstItem() |
V1Secret |
V1SecretListFluentImpl.buildFirstItem() |
V1Secret |
V1SecretListFluent.buildItem(int index) |
V1Secret |
V1SecretListFluentImpl.buildItem(int index) |
V1Secret |
V1SecretListFluent.buildLastItem() |
V1Secret |
V1SecretListFluentImpl.buildLastItem() |
V1Secret |
V1SecretListFluent.buildMatchingItem(Predicate<V1SecretBuilder> predicate) |
V1Secret |
V1SecretListFluentImpl.buildMatchingItem(Predicate<V1SecretBuilder> predicate) |
V1Secret |
V1Secret.data(Map<String,byte[]> data) |
V1Secret |
V1Secret.immutable(Boolean immutable) |
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> |
V1SecretListFluent.buildItems() |
List<V1Secret> |
V1SecretListFluentImpl.buildItems() |
List<V1Secret> |
V1SecretListFluent.getItems()
Deprecated.
|
List<V1Secret> |
V1SecretListFluentImpl.getItems()
Deprecated.
|
List<V1Secret> |
V1SecretList.getItems()
Items is a list of secret objects.
|
Modifier and Type | Method and Description |
---|---|
V1SecretList |
V1SecretList.addItemsItem(V1Secret itemsItem) |
V1SecretListFluent.ItemsNested<A> |
V1SecretListFluent.addNewItemLike(V1Secret item) |
V1SecretListFluent.ItemsNested<A> |
V1SecretListFluentImpl.addNewItemLike(V1Secret item) |
A |
V1SecretListFluent.addToItems(int index,
V1Secret item) |
A |
V1SecretListFluentImpl.addToItems(int index,
V1Secret item) |
A |
V1SecretListFluent.addToItems(V1Secret... items) |
A |
V1SecretListFluentImpl.addToItems(V1Secret... items) |
A |
V1SecretListFluent.removeFromItems(V1Secret... items) |
A |
V1SecretListFluentImpl.removeFromItems(V1Secret... items) |
V1SecretListFluent.ItemsNested<A> |
V1SecretListFluent.setNewItemLike(int index,
V1Secret item) |
V1SecretListFluent.ItemsNested<A> |
V1SecretListFluentImpl.setNewItemLike(int index,
V1Secret item) |
A |
V1SecretListFluent.setToItems(int index,
V1Secret item) |
A |
V1SecretListFluentImpl.setToItems(int index,
V1Secret item) |
A |
V1SecretListFluent.withItems(V1Secret... items) |
A |
V1SecretListFluentImpl.withItems(V1Secret... items) |
Modifier and Type | Method and Description |
---|---|
A |
V1SecretListFluent.addAllToItems(Collection<V1Secret> items) |
A |
V1SecretListFluentImpl.addAllToItems(Collection<V1Secret> items) |
V1SecretList |
V1SecretList.items(List<V1Secret> items) |
A |
V1SecretListFluent.removeAllFromItems(Collection<V1Secret> items) |
A |
V1SecretListFluentImpl.removeAllFromItems(Collection<V1Secret> items) |
void |
V1SecretList.setItems(List<V1Secret> items) |
A |
V1SecretListFluent.withItems(List<V1Secret> items) |
A |
V1SecretListFluentImpl.withItems(List<V1Secret> items) |
Constructor and Description |
---|
V1SecretBuilder(V1Secret instance) |
V1SecretBuilder(V1Secret instance,
Boolean validationEnabled) |
V1SecretBuilder(V1SecretFluent<?> fluent,
V1Secret instance) |
V1SecretBuilder(V1SecretFluent<?> fluent,
V1Secret instance,
Boolean validationEnabled) |
V1SecretFluentImpl(V1Secret instance) |
Copyright © 2020. All rights reserved.