Uses of Class
io.kubernetes.client.openapi.models.V1beta3FlowSchema
Packages that use V1beta3FlowSchema
-
Uses of V1beta3FlowSchema in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1beta3FlowSchemaModifier and TypeMethodDescriptionFlowcontrolApiserverV1beta3Api.APIcreateFlowSchemaRequest.execute()
Execute createFlowSchema requestFlowcontrolApiserverV1beta3Api.APIpatchFlowSchemaRequest.execute()
Execute patchFlowSchema requestFlowcontrolApiserverV1beta3Api.APIpatchFlowSchemaStatusRequest.execute()
Execute patchFlowSchemaStatus requestFlowcontrolApiserverV1beta3Api.APIreadFlowSchemaRequest.execute()
Execute readFlowSchema requestFlowcontrolApiserverV1beta3Api.APIreadFlowSchemaStatusRequest.execute()
Execute readFlowSchemaStatus requestFlowcontrolApiserverV1beta3Api.APIreplaceFlowSchemaRequest.execute()
Execute replaceFlowSchema requestFlowcontrolApiserverV1beta3Api.APIreplaceFlowSchemaStatusRequest.execute()
Execute replaceFlowSchemaStatus requestMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1beta3FlowSchemaModifier and TypeMethodDescriptionFlowcontrolApiserverV1beta3Api.APIcreateFlowSchemaRequest.executeWithHttpInfo()
Execute createFlowSchema request with HTTP info returnedFlowcontrolApiserverV1beta3Api.APIpatchFlowSchemaRequest.executeWithHttpInfo()
Execute patchFlowSchema request with HTTP info returnedFlowcontrolApiserverV1beta3Api.APIpatchFlowSchemaStatusRequest.executeWithHttpInfo()
Execute patchFlowSchemaStatus request with HTTP info returnedFlowcontrolApiserverV1beta3Api.APIreadFlowSchemaRequest.executeWithHttpInfo()
Execute readFlowSchema request with HTTP info returnedFlowcontrolApiserverV1beta3Api.APIreadFlowSchemaStatusRequest.executeWithHttpInfo()
Execute readFlowSchemaStatus request with HTTP info returnedFlowcontrolApiserverV1beta3Api.APIreplaceFlowSchemaRequest.executeWithHttpInfo()
Execute replaceFlowSchema request with HTTP info returnedFlowcontrolApiserverV1beta3Api.APIreplaceFlowSchemaStatusRequest.executeWithHttpInfo()
Execute replaceFlowSchemaStatus request with HTTP info returnedMethods in io.kubernetes.client.openapi.apis with parameters of type V1beta3FlowSchemaModifier and TypeMethodDescriptionFlowcontrolApiserverV1beta3Api.createFlowSchema
(V1beta3FlowSchema body) create a FlowSchemaFlowcontrolApiserverV1beta3Api.replaceFlowSchema
(String name, V1beta3FlowSchema body) replace the specified FlowSchemaFlowcontrolApiserverV1beta3Api.replaceFlowSchemaStatus
(String name, V1beta3FlowSchema body) replace status of the specified FlowSchemaMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1beta3FlowSchemaModifier and TypeMethodDescriptionokhttp3.Call
FlowcontrolApiserverV1beta3Api.APIcreateFlowSchemaRequest.executeAsync
(ApiCallback<V1beta3FlowSchema> _callback) Execute createFlowSchema request (asynchronously)okhttp3.Call
FlowcontrolApiserverV1beta3Api.APIpatchFlowSchemaRequest.executeAsync
(ApiCallback<V1beta3FlowSchema> _callback) Execute patchFlowSchema request (asynchronously)okhttp3.Call
FlowcontrolApiserverV1beta3Api.APIpatchFlowSchemaStatusRequest.executeAsync
(ApiCallback<V1beta3FlowSchema> _callback) Execute patchFlowSchemaStatus request (asynchronously)okhttp3.Call
FlowcontrolApiserverV1beta3Api.APIreadFlowSchemaRequest.executeAsync
(ApiCallback<V1beta3FlowSchema> _callback) Execute readFlowSchema request (asynchronously)okhttp3.Call
FlowcontrolApiserverV1beta3Api.APIreadFlowSchemaStatusRequest.executeAsync
(ApiCallback<V1beta3FlowSchema> _callback) Execute readFlowSchemaStatus request (asynchronously)okhttp3.Call
FlowcontrolApiserverV1beta3Api.APIreplaceFlowSchemaRequest.executeAsync
(ApiCallback<V1beta3FlowSchema> _callback) Execute replaceFlowSchema request (asynchronously)okhttp3.Call
FlowcontrolApiserverV1beta3Api.APIreplaceFlowSchemaStatusRequest.executeAsync
(ApiCallback<V1beta3FlowSchema> _callback) Execute replaceFlowSchemaStatus request (asynchronously) -
Uses of V1beta3FlowSchema in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1beta3FlowSchemaModifier and TypeMethodDescriptionV1beta3FlowSchema.apiVersion
(String apiVersion) static V1beta3FlowSchema
Create an instance of V1beta3FlowSchema given an JSON stringV1beta3FlowSchema.metadata
(V1ObjectMeta metadata) V1beta3FlowSchema.spec
(V1beta3FlowSchemaSpec spec) V1beta3FlowSchema.status
(V1beta3FlowSchemaStatus status) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1beta3FlowSchemaModifier and TypeMethodDescriptionV1beta3FlowSchemaList.getItems()
`items` is a list of FlowSchemas.Methods in io.kubernetes.client.openapi.models with parameters of type V1beta3FlowSchemaModifier and TypeMethodDescriptionV1beta3FlowSchemaList.addItemsItem
(V1beta3FlowSchema itemsItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1beta3FlowSchemaModifier and TypeMethodDescriptionV1beta3FlowSchemaList.items
(List<V1beta3FlowSchema> items) void
V1beta3FlowSchemaList.setItems
(List<V1beta3FlowSchema> items)