Package | Description |
---|---|
io.kubernetes.client.openapi.apis | |
io.kubernetes.client.openapi.models |
Modifier and Type | Method and Description |
---|---|
V1RuntimeClass |
NodeV1Api.createRuntimeClass(V1RuntimeClass body,
String pretty,
String dryRun,
String fieldManager)
create a RuntimeClass
|
V1RuntimeClass |
NodeV1Api.patchRuntimeClass(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified RuntimeClass
|
V1RuntimeClass |
NodeV1Api.readRuntimeClass(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified RuntimeClass
|
V1RuntimeClass |
NodeV1Api.replaceRuntimeClass(String name,
V1RuntimeClass body,
String pretty,
String dryRun,
String fieldManager)
replace the specified RuntimeClass
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<V1RuntimeClass> |
NodeV1Api.createRuntimeClassWithHttpInfo(V1RuntimeClass body,
String pretty,
String dryRun,
String fieldManager)
create a RuntimeClass
|
ApiResponse<V1RuntimeClass> |
NodeV1Api.patchRuntimeClassWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified RuntimeClass
|
ApiResponse<V1RuntimeClass> |
NodeV1Api.readRuntimeClassWithHttpInfo(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified RuntimeClass
|
ApiResponse<V1RuntimeClass> |
NodeV1Api.replaceRuntimeClassWithHttpInfo(String name,
V1RuntimeClass body,
String pretty,
String dryRun,
String fieldManager)
replace the specified RuntimeClass
|
Modifier and Type | Method and Description |
---|---|
V1RuntimeClass |
NodeV1Api.createRuntimeClass(V1RuntimeClass body,
String pretty,
String dryRun,
String fieldManager)
create a RuntimeClass
|
okhttp3.Call |
NodeV1Api.createRuntimeClassAsync(V1RuntimeClass body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1RuntimeClass> _callback)
(asynchronously) create a RuntimeClass
|
okhttp3.Call |
NodeV1Api.createRuntimeClassCall(V1RuntimeClass body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createRuntimeClass
|
ApiResponse<V1RuntimeClass> |
NodeV1Api.createRuntimeClassWithHttpInfo(V1RuntimeClass body,
String pretty,
String dryRun,
String fieldManager)
create a RuntimeClass
|
V1RuntimeClass |
NodeV1Api.replaceRuntimeClass(String name,
V1RuntimeClass body,
String pretty,
String dryRun,
String fieldManager)
replace the specified RuntimeClass
|
okhttp3.Call |
NodeV1Api.replaceRuntimeClassAsync(String name,
V1RuntimeClass body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1RuntimeClass> _callback)
(asynchronously) replace the specified RuntimeClass
|
okhttp3.Call |
NodeV1Api.replaceRuntimeClassCall(String name,
V1RuntimeClass body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceRuntimeClass
|
ApiResponse<V1RuntimeClass> |
NodeV1Api.replaceRuntimeClassWithHttpInfo(String name,
V1RuntimeClass body,
String pretty,
String dryRun,
String fieldManager)
replace the specified RuntimeClass
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
NodeV1Api.createRuntimeClassAsync(V1RuntimeClass body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1RuntimeClass> _callback)
(asynchronously) create a RuntimeClass
|
okhttp3.Call |
NodeV1Api.patchRuntimeClassAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1RuntimeClass> _callback)
(asynchronously) partially update the specified RuntimeClass
|
okhttp3.Call |
NodeV1Api.readRuntimeClassAsync(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1RuntimeClass> _callback)
(asynchronously) read the specified RuntimeClass
|
okhttp3.Call |
NodeV1Api.replaceRuntimeClassAsync(String name,
V1RuntimeClass body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1RuntimeClass> _callback)
(asynchronously) replace the specified RuntimeClass
|
Modifier and Type | Method and Description |
---|---|
V1RuntimeClass |
V1RuntimeClass.apiVersion(String apiVersion) |
V1RuntimeClass |
V1RuntimeClassBuilder.build() |
V1RuntimeClass |
V1RuntimeClassListFluentImpl.buildFirstItem() |
V1RuntimeClass |
V1RuntimeClassListFluent.buildFirstItem() |
V1RuntimeClass |
V1RuntimeClassListFluentImpl.buildItem(int index) |
V1RuntimeClass |
V1RuntimeClassListFluent.buildItem(int index) |
V1RuntimeClass |
V1RuntimeClassListFluentImpl.buildLastItem() |
V1RuntimeClass |
V1RuntimeClassListFluent.buildLastItem() |
V1RuntimeClass |
V1RuntimeClassListFluentImpl.buildMatchingItem(Predicate<V1RuntimeClassBuilder> predicate) |
V1RuntimeClass |
V1RuntimeClassListFluent.buildMatchingItem(Predicate<V1RuntimeClassBuilder> predicate) |
V1RuntimeClass |
V1RuntimeClass.handler(String handler) |
V1RuntimeClass |
V1RuntimeClass.kind(String kind) |
V1RuntimeClass |
V1RuntimeClass.metadata(V1ObjectMeta metadata) |
V1RuntimeClass |
V1RuntimeClass.overhead(V1Overhead overhead) |
V1RuntimeClass |
V1RuntimeClass.scheduling(V1Scheduling scheduling) |
Modifier and Type | Method and Description |
---|---|
List<V1RuntimeClass> |
V1RuntimeClassListFluentImpl.buildItems() |
List<V1RuntimeClass> |
V1RuntimeClassListFluent.buildItems() |
List<V1RuntimeClass> |
V1RuntimeClassListFluentImpl.getItems()
Deprecated.
|
List<V1RuntimeClass> |
V1RuntimeClassListFluent.getItems()
Deprecated.
|
List<V1RuntimeClass> |
V1RuntimeClassList.getItems()
Items is a list of schema objects.
|
Modifier and Type | Method and Description |
---|---|
V1RuntimeClassList |
V1RuntimeClassList.addItemsItem(V1RuntimeClass itemsItem) |
V1RuntimeClassListFluent.ItemsNested<A> |
V1RuntimeClassListFluentImpl.addNewItemLike(V1RuntimeClass item) |
V1RuntimeClassListFluent.ItemsNested<A> |
V1RuntimeClassListFluent.addNewItemLike(V1RuntimeClass item) |
A |
V1RuntimeClassListFluentImpl.addToItems(int index,
V1RuntimeClass item) |
A |
V1RuntimeClassListFluent.addToItems(int index,
V1RuntimeClass item) |
A |
V1RuntimeClassListFluentImpl.addToItems(V1RuntimeClass... items) |
A |
V1RuntimeClassListFluent.addToItems(V1RuntimeClass... items) |
A |
V1RuntimeClassListFluentImpl.removeFromItems(V1RuntimeClass... items) |
A |
V1RuntimeClassListFluent.removeFromItems(V1RuntimeClass... items) |
V1RuntimeClassListFluent.ItemsNested<A> |
V1RuntimeClassListFluentImpl.setNewItemLike(int index,
V1RuntimeClass item) |
V1RuntimeClassListFluent.ItemsNested<A> |
V1RuntimeClassListFluent.setNewItemLike(int index,
V1RuntimeClass item) |
A |
V1RuntimeClassListFluentImpl.setToItems(int index,
V1RuntimeClass item) |
A |
V1RuntimeClassListFluent.setToItems(int index,
V1RuntimeClass item) |
A |
V1RuntimeClassListFluentImpl.withItems(V1RuntimeClass... items) |
A |
V1RuntimeClassListFluent.withItems(V1RuntimeClass... items) |
Modifier and Type | Method and Description |
---|---|
A |
V1RuntimeClassListFluentImpl.addAllToItems(Collection<V1RuntimeClass> items) |
A |
V1RuntimeClassListFluent.addAllToItems(Collection<V1RuntimeClass> items) |
V1RuntimeClassList |
V1RuntimeClassList.items(List<V1RuntimeClass> items) |
A |
V1RuntimeClassListFluentImpl.removeAllFromItems(Collection<V1RuntimeClass> items) |
A |
V1RuntimeClassListFluent.removeAllFromItems(Collection<V1RuntimeClass> items) |
void |
V1RuntimeClassList.setItems(List<V1RuntimeClass> items) |
A |
V1RuntimeClassListFluentImpl.withItems(List<V1RuntimeClass> items) |
A |
V1RuntimeClassListFluent.withItems(List<V1RuntimeClass> items) |
Constructor and Description |
---|
V1RuntimeClassBuilder(V1RuntimeClass instance) |
V1RuntimeClassBuilder(V1RuntimeClass instance,
Boolean validationEnabled) |
V1RuntimeClassBuilder(V1RuntimeClassFluent<?> fluent,
V1RuntimeClass instance) |
V1RuntimeClassBuilder(V1RuntimeClassFluent<?> fluent,
V1RuntimeClass instance,
Boolean validationEnabled) |
V1RuntimeClassFluentImpl(V1RuntimeClass instance) |
Copyright © 2021. All rights reserved.