Package | Description |
---|---|
io.kubernetes.client.apis | |
io.kubernetes.client.models |
Modifier and Type | Method and Description |
---|---|
V1alpha1PriorityClass |
SchedulingV1alpha1Api.createPriorityClass(V1alpha1PriorityClass body,
String pretty)
create a PriorityClass
|
V1alpha1PriorityClass |
SchedulingV1alpha1Api.patchPriorityClass(String name,
Object body,
String pretty)
partially update the specified PriorityClass
|
V1alpha1PriorityClass |
SchedulingV1alpha1Api.readPriorityClass(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified PriorityClass
|
V1alpha1PriorityClass |
SchedulingV1alpha1Api.replacePriorityClass(String name,
V1alpha1PriorityClass body,
String pretty)
replace the specified PriorityClass
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<V1alpha1PriorityClass> |
SchedulingV1alpha1Api.createPriorityClassWithHttpInfo(V1alpha1PriorityClass body,
String pretty)
create a PriorityClass
|
ApiResponse<V1alpha1PriorityClass> |
SchedulingV1alpha1Api.patchPriorityClassWithHttpInfo(String name,
Object body,
String pretty)
partially update the specified PriorityClass
|
ApiResponse<V1alpha1PriorityClass> |
SchedulingV1alpha1Api.readPriorityClassWithHttpInfo(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified PriorityClass
|
ApiResponse<V1alpha1PriorityClass> |
SchedulingV1alpha1Api.replacePriorityClassWithHttpInfo(String name,
V1alpha1PriorityClass body,
String pretty)
replace the specified PriorityClass
|
Modifier and Type | Method and Description |
---|---|
V1alpha1PriorityClass |
SchedulingV1alpha1Api.createPriorityClass(V1alpha1PriorityClass body,
String pretty)
create a PriorityClass
|
com.squareup.okhttp.Call |
SchedulingV1alpha1Api.createPriorityClassAsync(V1alpha1PriorityClass body,
String pretty,
ApiCallback<V1alpha1PriorityClass> callback)
(asynchronously)
create a PriorityClass
|
com.squareup.okhttp.Call |
SchedulingV1alpha1Api.createPriorityClassCall(V1alpha1PriorityClass body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createPriorityClass
|
ApiResponse<V1alpha1PriorityClass> |
SchedulingV1alpha1Api.createPriorityClassWithHttpInfo(V1alpha1PriorityClass body,
String pretty)
create a PriorityClass
|
V1alpha1PriorityClass |
SchedulingV1alpha1Api.replacePriorityClass(String name,
V1alpha1PriorityClass body,
String pretty)
replace the specified PriorityClass
|
com.squareup.okhttp.Call |
SchedulingV1alpha1Api.replacePriorityClassAsync(String name,
V1alpha1PriorityClass body,
String pretty,
ApiCallback<V1alpha1PriorityClass> callback)
(asynchronously)
replace the specified PriorityClass
|
com.squareup.okhttp.Call |
SchedulingV1alpha1Api.replacePriorityClassCall(String name,
V1alpha1PriorityClass body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replacePriorityClass
|
ApiResponse<V1alpha1PriorityClass> |
SchedulingV1alpha1Api.replacePriorityClassWithHttpInfo(String name,
V1alpha1PriorityClass body,
String pretty)
replace the specified PriorityClass
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
SchedulingV1alpha1Api.createPriorityClassAsync(V1alpha1PriorityClass body,
String pretty,
ApiCallback<V1alpha1PriorityClass> callback)
(asynchronously)
create a PriorityClass
|
com.squareup.okhttp.Call |
SchedulingV1alpha1Api.patchPriorityClassAsync(String name,
Object body,
String pretty,
ApiCallback<V1alpha1PriorityClass> callback)
(asynchronously)
partially update the specified PriorityClass
|
com.squareup.okhttp.Call |
SchedulingV1alpha1Api.readPriorityClassAsync(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1alpha1PriorityClass> callback)
(asynchronously)
read the specified PriorityClass
|
com.squareup.okhttp.Call |
SchedulingV1alpha1Api.replacePriorityClassAsync(String name,
V1alpha1PriorityClass body,
String pretty,
ApiCallback<V1alpha1PriorityClass> callback)
(asynchronously)
replace the specified PriorityClass
|
Modifier and Type | Method and Description |
---|---|
V1alpha1PriorityClass |
V1alpha1PriorityClass.apiVersion(String apiVersion) |
V1alpha1PriorityClass |
V1alpha1PriorityClass.description(String description) |
V1alpha1PriorityClass |
V1alpha1PriorityClass.globalDefault(Boolean globalDefault) |
V1alpha1PriorityClass |
V1alpha1PriorityClass.kind(String kind) |
V1alpha1PriorityClass |
V1alpha1PriorityClass.metadata(V1ObjectMeta metadata) |
V1alpha1PriorityClass |
V1alpha1PriorityClass.value(Integer value) |
Modifier and Type | Method and Description |
---|---|
List<V1alpha1PriorityClass> |
V1alpha1PriorityClassList.getItems()
items is the list of PriorityClasses
|
Modifier and Type | Method and Description |
---|---|
V1alpha1PriorityClassList |
V1alpha1PriorityClassList.addItemsItem(V1alpha1PriorityClass itemsItem) |
Modifier and Type | Method and Description |
---|---|
V1alpha1PriorityClassList |
V1alpha1PriorityClassList.items(List<V1alpha1PriorityClass> items) |
void |
V1alpha1PriorityClassList.setItems(List<V1alpha1PriorityClass> items) |
Copyright © 2018. All rights reserved.