Package | Description |
---|---|
io.kubernetes.client.apis | |
io.kubernetes.client.models |
Modifier and Type | Method and Description |
---|---|
V1StorageClass |
StorageV1Api.createStorageClass(V1StorageClass body,
String pretty,
String dryRun,
String fieldManager)
create a StorageClass
|
V1StorageClass |
StorageV1Api.patchStorageClass(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified StorageClass
|
V1StorageClass |
StorageV1Api.readStorageClass(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified StorageClass
|
V1StorageClass |
StorageV1Api.replaceStorageClass(String name,
V1StorageClass body,
String pretty,
String dryRun,
String fieldManager)
replace the specified StorageClass
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<V1StorageClass> |
StorageV1Api.createStorageClassWithHttpInfo(V1StorageClass body,
String pretty,
String dryRun,
String fieldManager)
create a StorageClass
|
ApiResponse<V1StorageClass> |
StorageV1Api.patchStorageClassWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified StorageClass
|
ApiResponse<V1StorageClass> |
StorageV1Api.readStorageClassWithHttpInfo(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified StorageClass
|
ApiResponse<V1StorageClass> |
StorageV1Api.replaceStorageClassWithHttpInfo(String name,
V1StorageClass body,
String pretty,
String dryRun,
String fieldManager)
replace the specified StorageClass
|
Modifier and Type | Method and Description |
---|---|
V1StorageClass |
StorageV1Api.createStorageClass(V1StorageClass body,
String pretty,
String dryRun,
String fieldManager)
create a StorageClass
|
com.squareup.okhttp.Call |
StorageV1Api.createStorageClassAsync(V1StorageClass body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1StorageClass> callback)
(asynchronously)
create a StorageClass
|
com.squareup.okhttp.Call |
StorageV1Api.createStorageClassCall(V1StorageClass body,
String pretty,
String dryRun,
String fieldManager,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createStorageClass
|
ApiResponse<V1StorageClass> |
StorageV1Api.createStorageClassWithHttpInfo(V1StorageClass body,
String pretty,
String dryRun,
String fieldManager)
create a StorageClass
|
V1StorageClass |
StorageV1Api.replaceStorageClass(String name,
V1StorageClass body,
String pretty,
String dryRun,
String fieldManager)
replace the specified StorageClass
|
com.squareup.okhttp.Call |
StorageV1Api.replaceStorageClassAsync(String name,
V1StorageClass body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1StorageClass> callback)
(asynchronously)
replace the specified StorageClass
|
com.squareup.okhttp.Call |
StorageV1Api.replaceStorageClassCall(String name,
V1StorageClass body,
String pretty,
String dryRun,
String fieldManager,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceStorageClass
|
ApiResponse<V1StorageClass> |
StorageV1Api.replaceStorageClassWithHttpInfo(String name,
V1StorageClass body,
String pretty,
String dryRun,
String fieldManager)
replace the specified StorageClass
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
StorageV1Api.createStorageClassAsync(V1StorageClass body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1StorageClass> callback)
(asynchronously)
create a StorageClass
|
com.squareup.okhttp.Call |
StorageV1Api.patchStorageClassAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1StorageClass> callback)
(asynchronously)
partially update the specified StorageClass
|
com.squareup.okhttp.Call |
StorageV1Api.readStorageClassAsync(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1StorageClass> callback)
(asynchronously)
read the specified StorageClass
|
com.squareup.okhttp.Call |
StorageV1Api.replaceStorageClassAsync(String name,
V1StorageClass body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1StorageClass> callback)
(asynchronously)
replace the specified StorageClass
|
Modifier and Type | Method and Description |
---|---|
List<V1StorageClass> |
V1StorageClassListFluentImpl.buildItems() |
List<V1StorageClass> |
V1StorageClassListFluent.buildItems() |
List<V1StorageClass> |
V1StorageClassListFluentImpl.getItems()
Deprecated.
|
List<V1StorageClass> |
V1StorageClassListFluent.getItems()
Deprecated.
|
List<V1StorageClass> |
V1StorageClassList.getItems()
Items is the list of StorageClasses
|
Modifier and Type | Method and Description |
---|---|
V1StorageClassList |
V1StorageClassList.addItemsItem(V1StorageClass itemsItem) |
V1StorageClassListFluent.ItemsNested<A> |
V1StorageClassListFluentImpl.addNewItemLike(V1StorageClass item) |
V1StorageClassListFluent.ItemsNested<A> |
V1StorageClassListFluent.addNewItemLike(V1StorageClass item) |
A |
V1StorageClassListFluentImpl.addToItems(int index,
V1StorageClass item) |
A |
V1StorageClassListFluent.addToItems(int index,
V1StorageClass item) |
A |
V1StorageClassListFluentImpl.addToItems(V1StorageClass... items) |
A |
V1StorageClassListFluent.addToItems(V1StorageClass... items) |
A |
V1StorageClassListFluentImpl.removeFromItems(V1StorageClass... items) |
A |
V1StorageClassListFluent.removeFromItems(V1StorageClass... items) |
V1StorageClassListFluent.ItemsNested<A> |
V1StorageClassListFluentImpl.setNewItemLike(int index,
V1StorageClass item) |
V1StorageClassListFluent.ItemsNested<A> |
V1StorageClassListFluent.setNewItemLike(int index,
V1StorageClass item) |
A |
V1StorageClassListFluentImpl.setToItems(int index,
V1StorageClass item) |
A |
V1StorageClassListFluent.setToItems(int index,
V1StorageClass item) |
A |
V1StorageClassListFluentImpl.withItems(V1StorageClass... items) |
A |
V1StorageClassListFluent.withItems(V1StorageClass... items) |
Modifier and Type | Method and Description |
---|---|
A |
V1StorageClassListFluentImpl.addAllToItems(Collection<V1StorageClass> items) |
A |
V1StorageClassListFluent.addAllToItems(Collection<V1StorageClass> items) |
V1StorageClassList |
V1StorageClassList.items(List<V1StorageClass> items) |
A |
V1StorageClassListFluentImpl.removeAllFromItems(Collection<V1StorageClass> items) |
A |
V1StorageClassListFluent.removeAllFromItems(Collection<V1StorageClass> items) |
void |
V1StorageClassList.setItems(List<V1StorageClass> items) |
A |
V1StorageClassListFluentImpl.withItems(List<V1StorageClass> items) |
A |
V1StorageClassListFluent.withItems(List<V1StorageClass> items) |
Constructor and Description |
---|
V1StorageClassBuilder(V1StorageClass instance) |
V1StorageClassBuilder(V1StorageClass instance,
Boolean validationEnabled) |
V1StorageClassBuilder(V1StorageClassFluent<?> fluent,
V1StorageClass instance) |
V1StorageClassBuilder(V1StorageClassFluent<?> fluent,
V1StorageClass instance,
Boolean validationEnabled) |
V1StorageClassFluentImpl(V1StorageClass instance) |
Copyright © 2019. All rights reserved.