Uses of Class
io.kubernetes.client.openapi.models.V1FlowSchema
Packages that use V1FlowSchema
-
Uses of V1FlowSchema in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1FlowSchemaModifier and TypeMethodDescriptionFlowcontrolApiserverV1Api.APIcreateFlowSchemaRequest.execute()
Execute createFlowSchema requestFlowcontrolApiserverV1Api.APIpatchFlowSchemaRequest.execute()
Execute patchFlowSchema requestFlowcontrolApiserverV1Api.APIpatchFlowSchemaStatusRequest.execute()
Execute patchFlowSchemaStatus requestFlowcontrolApiserverV1Api.APIreadFlowSchemaRequest.execute()
Execute readFlowSchema requestFlowcontrolApiserverV1Api.APIreadFlowSchemaStatusRequest.execute()
Execute readFlowSchemaStatus requestFlowcontrolApiserverV1Api.APIreplaceFlowSchemaRequest.execute()
Execute replaceFlowSchema requestFlowcontrolApiserverV1Api.APIreplaceFlowSchemaStatusRequest.execute()
Execute replaceFlowSchemaStatus requestMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1FlowSchemaModifier and TypeMethodDescriptionFlowcontrolApiserverV1Api.APIcreateFlowSchemaRequest.executeWithHttpInfo()
Execute createFlowSchema request with HTTP info returnedFlowcontrolApiserverV1Api.APIpatchFlowSchemaRequest.executeWithHttpInfo()
Execute patchFlowSchema request with HTTP info returnedFlowcontrolApiserverV1Api.APIpatchFlowSchemaStatusRequest.executeWithHttpInfo()
Execute patchFlowSchemaStatus request with HTTP info returnedFlowcontrolApiserverV1Api.APIreadFlowSchemaRequest.executeWithHttpInfo()
Execute readFlowSchema request with HTTP info returnedFlowcontrolApiserverV1Api.APIreadFlowSchemaStatusRequest.executeWithHttpInfo()
Execute readFlowSchemaStatus request with HTTP info returnedFlowcontrolApiserverV1Api.APIreplaceFlowSchemaRequest.executeWithHttpInfo()
Execute replaceFlowSchema request with HTTP info returnedFlowcontrolApiserverV1Api.APIreplaceFlowSchemaStatusRequest.executeWithHttpInfo()
Execute replaceFlowSchemaStatus request with HTTP info returnedMethods in io.kubernetes.client.openapi.apis with parameters of type V1FlowSchemaModifier and TypeMethodDescriptionFlowcontrolApiserverV1Api.createFlowSchema
(V1FlowSchema body) create a FlowSchemaFlowcontrolApiserverV1Api.replaceFlowSchema
(String name, V1FlowSchema body) replace the specified FlowSchemaFlowcontrolApiserverV1Api.replaceFlowSchemaStatus
(String name, V1FlowSchema body) replace status of the specified FlowSchemaMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1FlowSchemaModifier and TypeMethodDescriptionokhttp3.Call
FlowcontrolApiserverV1Api.APIcreateFlowSchemaRequest.executeAsync
(ApiCallback<V1FlowSchema> _callback) Execute createFlowSchema request (asynchronously)okhttp3.Call
FlowcontrolApiserverV1Api.APIpatchFlowSchemaRequest.executeAsync
(ApiCallback<V1FlowSchema> _callback) Execute patchFlowSchema request (asynchronously)okhttp3.Call
FlowcontrolApiserverV1Api.APIpatchFlowSchemaStatusRequest.executeAsync
(ApiCallback<V1FlowSchema> _callback) Execute patchFlowSchemaStatus request (asynchronously)okhttp3.Call
FlowcontrolApiserverV1Api.APIreadFlowSchemaRequest.executeAsync
(ApiCallback<V1FlowSchema> _callback) Execute readFlowSchema request (asynchronously)okhttp3.Call
FlowcontrolApiserverV1Api.APIreadFlowSchemaStatusRequest.executeAsync
(ApiCallback<V1FlowSchema> _callback) Execute readFlowSchemaStatus request (asynchronously)okhttp3.Call
FlowcontrolApiserverV1Api.APIreplaceFlowSchemaRequest.executeAsync
(ApiCallback<V1FlowSchema> _callback) Execute replaceFlowSchema request (asynchronously)okhttp3.Call
FlowcontrolApiserverV1Api.APIreplaceFlowSchemaStatusRequest.executeAsync
(ApiCallback<V1FlowSchema> _callback) Execute replaceFlowSchemaStatus request (asynchronously) -
Uses of V1FlowSchema in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1FlowSchemaModifier and TypeMethodDescriptionV1FlowSchema.apiVersion
(String apiVersion) static V1FlowSchema
Create an instance of V1FlowSchema given an JSON stringV1FlowSchema.metadata
(V1ObjectMeta metadata) V1FlowSchema.spec
(V1FlowSchemaSpec spec) V1FlowSchema.status
(V1FlowSchemaStatus status) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1FlowSchemaMethods in io.kubernetes.client.openapi.models with parameters of type V1FlowSchemaMethod parameters in io.kubernetes.client.openapi.models with type arguments of type V1FlowSchemaModifier and TypeMethodDescriptionV1FlowSchemaList.items
(List<V1FlowSchema> items) void
V1FlowSchemaList.setItems
(List<V1FlowSchema> items)