Package | Description |
---|---|
io.kubernetes.client.openapi.apis | |
io.kubernetes.client.openapi.models |
Modifier and Type | Method and Description |
---|---|
V1beta1FlowSchema |
FlowcontrolApiserverV1beta1Api.createFlowSchema(V1beta1FlowSchema body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
create a FlowSchema
|
V1beta1FlowSchema |
FlowcontrolApiserverV1beta1Api.patchFlowSchema(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
Boolean force)
partially update the specified FlowSchema
|
V1beta1FlowSchema |
FlowcontrolApiserverV1beta1Api.patchFlowSchemaStatus(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
Boolean force)
partially update status of the specified FlowSchema
|
V1beta1FlowSchema |
FlowcontrolApiserverV1beta1Api.readFlowSchema(String name,
String pretty)
read the specified FlowSchema
|
V1beta1FlowSchema |
FlowcontrolApiserverV1beta1Api.readFlowSchemaStatus(String name,
String pretty)
read status of the specified FlowSchema
|
V1beta1FlowSchema |
FlowcontrolApiserverV1beta1Api.replaceFlowSchema(String name,
V1beta1FlowSchema body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
replace the specified FlowSchema
|
V1beta1FlowSchema |
FlowcontrolApiserverV1beta1Api.replaceFlowSchemaStatus(String name,
V1beta1FlowSchema body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
replace status of the specified FlowSchema
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<V1beta1FlowSchema> |
FlowcontrolApiserverV1beta1Api.createFlowSchemaWithHttpInfo(V1beta1FlowSchema body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
create a FlowSchema
|
ApiResponse<V1beta1FlowSchema> |
FlowcontrolApiserverV1beta1Api.patchFlowSchemaStatusWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
Boolean force)
partially update status of the specified FlowSchema
|
ApiResponse<V1beta1FlowSchema> |
FlowcontrolApiserverV1beta1Api.patchFlowSchemaWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
Boolean force)
partially update the specified FlowSchema
|
ApiResponse<V1beta1FlowSchema> |
FlowcontrolApiserverV1beta1Api.readFlowSchemaStatusWithHttpInfo(String name,
String pretty)
read status of the specified FlowSchema
|
ApiResponse<V1beta1FlowSchema> |
FlowcontrolApiserverV1beta1Api.readFlowSchemaWithHttpInfo(String name,
String pretty)
read the specified FlowSchema
|
ApiResponse<V1beta1FlowSchema> |
FlowcontrolApiserverV1beta1Api.replaceFlowSchemaStatusWithHttpInfo(String name,
V1beta1FlowSchema body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
replace status of the specified FlowSchema
|
ApiResponse<V1beta1FlowSchema> |
FlowcontrolApiserverV1beta1Api.replaceFlowSchemaWithHttpInfo(String name,
V1beta1FlowSchema body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
replace the specified FlowSchema
|
Modifier and Type | Method and Description |
---|---|
V1beta1FlowSchema |
FlowcontrolApiserverV1beta1Api.createFlowSchema(V1beta1FlowSchema body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
create a FlowSchema
|
okhttp3.Call |
FlowcontrolApiserverV1beta1Api.createFlowSchemaAsync(V1beta1FlowSchema body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
ApiCallback<V1beta1FlowSchema> _callback)
(asynchronously) create a FlowSchema
|
okhttp3.Call |
FlowcontrolApiserverV1beta1Api.createFlowSchemaCall(V1beta1FlowSchema body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
ApiCallback _callback)
Build call for createFlowSchema
|
ApiResponse<V1beta1FlowSchema> |
FlowcontrolApiserverV1beta1Api.createFlowSchemaWithHttpInfo(V1beta1FlowSchema body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
create a FlowSchema
|
V1beta1FlowSchema |
FlowcontrolApiserverV1beta1Api.replaceFlowSchema(String name,
V1beta1FlowSchema body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
replace the specified FlowSchema
|
okhttp3.Call |
FlowcontrolApiserverV1beta1Api.replaceFlowSchemaAsync(String name,
V1beta1FlowSchema body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
ApiCallback<V1beta1FlowSchema> _callback)
(asynchronously) replace the specified FlowSchema
|
okhttp3.Call |
FlowcontrolApiserverV1beta1Api.replaceFlowSchemaCall(String name,
V1beta1FlowSchema body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
ApiCallback _callback)
Build call for replaceFlowSchema
|
V1beta1FlowSchema |
FlowcontrolApiserverV1beta1Api.replaceFlowSchemaStatus(String name,
V1beta1FlowSchema body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
replace status of the specified FlowSchema
|
okhttp3.Call |
FlowcontrolApiserverV1beta1Api.replaceFlowSchemaStatusAsync(String name,
V1beta1FlowSchema body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
ApiCallback<V1beta1FlowSchema> _callback)
(asynchronously) replace status of the specified FlowSchema
|
okhttp3.Call |
FlowcontrolApiserverV1beta1Api.replaceFlowSchemaStatusCall(String name,
V1beta1FlowSchema body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
ApiCallback _callback)
Build call for replaceFlowSchemaStatus
|
ApiResponse<V1beta1FlowSchema> |
FlowcontrolApiserverV1beta1Api.replaceFlowSchemaStatusWithHttpInfo(String name,
V1beta1FlowSchema body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
replace status of the specified FlowSchema
|
ApiResponse<V1beta1FlowSchema> |
FlowcontrolApiserverV1beta1Api.replaceFlowSchemaWithHttpInfo(String name,
V1beta1FlowSchema body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
replace the specified FlowSchema
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
FlowcontrolApiserverV1beta1Api.createFlowSchemaAsync(V1beta1FlowSchema body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
ApiCallback<V1beta1FlowSchema> _callback)
(asynchronously) create a FlowSchema
|
okhttp3.Call |
FlowcontrolApiserverV1beta1Api.patchFlowSchemaAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
Boolean force,
ApiCallback<V1beta1FlowSchema> _callback)
(asynchronously) partially update the specified FlowSchema
|
okhttp3.Call |
FlowcontrolApiserverV1beta1Api.patchFlowSchemaStatusAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
Boolean force,
ApiCallback<V1beta1FlowSchema> _callback)
(asynchronously) partially update status of the specified FlowSchema
|
okhttp3.Call |
FlowcontrolApiserverV1beta1Api.readFlowSchemaAsync(String name,
String pretty,
ApiCallback<V1beta1FlowSchema> _callback)
(asynchronously) read the specified FlowSchema
|
okhttp3.Call |
FlowcontrolApiserverV1beta1Api.readFlowSchemaStatusAsync(String name,
String pretty,
ApiCallback<V1beta1FlowSchema> _callback)
(asynchronously) read status of the specified FlowSchema
|
okhttp3.Call |
FlowcontrolApiserverV1beta1Api.replaceFlowSchemaAsync(String name,
V1beta1FlowSchema body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
ApiCallback<V1beta1FlowSchema> _callback)
(asynchronously) replace the specified FlowSchema
|
okhttp3.Call |
FlowcontrolApiserverV1beta1Api.replaceFlowSchemaStatusAsync(String name,
V1beta1FlowSchema body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
ApiCallback<V1beta1FlowSchema> _callback)
(asynchronously) replace status of the specified FlowSchema
|
Modifier and Type | Method and Description |
---|---|
V1beta1FlowSchema |
V1beta1FlowSchema.apiVersion(String apiVersion) |
V1beta1FlowSchema |
V1beta1FlowSchema.kind(String kind) |
V1beta1FlowSchema |
V1beta1FlowSchema.metadata(V1ObjectMeta metadata) |
V1beta1FlowSchema |
V1beta1FlowSchema.spec(V1beta1FlowSchemaSpec spec) |
V1beta1FlowSchema |
V1beta1FlowSchema.status(V1beta1FlowSchemaStatus status) |
Modifier and Type | Method and Description |
---|---|
List<V1beta1FlowSchema> |
V1beta1FlowSchemaList.getItems()
`items` is a list of FlowSchemas.
|
Modifier and Type | Method and Description |
---|---|
V1beta1FlowSchemaList |
V1beta1FlowSchemaList.addItemsItem(V1beta1FlowSchema itemsItem) |
Modifier and Type | Method and Description |
---|---|
V1beta1FlowSchemaList |
V1beta1FlowSchemaList.items(List<V1beta1FlowSchema> items) |
void |
V1beta1FlowSchemaList.setItems(List<V1beta1FlowSchema> items) |
Copyright © 2022. All rights reserved.