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