Uses of Class
io.kubernetes.client.openapi.models.V1beta2FlowSchema
Packages that use V1beta2FlowSchema
-
Uses of V1beta2FlowSchema in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1beta2FlowSchemaModifier and TypeMethodDescriptionFlowcontrolApiserverV1beta2Api.APIcreateFlowSchemaRequest.execute()Execute createFlowSchema requestFlowcontrolApiserverV1beta2Api.APIpatchFlowSchemaRequest.execute()Execute patchFlowSchema requestFlowcontrolApiserverV1beta2Api.APIpatchFlowSchemaStatusRequest.execute()Execute patchFlowSchemaStatus requestFlowcontrolApiserverV1beta2Api.APIreadFlowSchemaRequest.execute()Execute readFlowSchema requestFlowcontrolApiserverV1beta2Api.APIreadFlowSchemaStatusRequest.execute()Execute readFlowSchemaStatus requestFlowcontrolApiserverV1beta2Api.APIreplaceFlowSchemaRequest.execute()Execute replaceFlowSchema requestFlowcontrolApiserverV1beta2Api.APIreplaceFlowSchemaStatusRequest.execute()Execute replaceFlowSchemaStatus requestMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1beta2FlowSchemaModifier and TypeMethodDescriptionFlowcontrolApiserverV1beta2Api.APIcreateFlowSchemaRequest.executeWithHttpInfo()Execute createFlowSchema request with HTTP info returnedFlowcontrolApiserverV1beta2Api.APIpatchFlowSchemaRequest.executeWithHttpInfo()Execute patchFlowSchema request with HTTP info returnedFlowcontrolApiserverV1beta2Api.APIpatchFlowSchemaStatusRequest.executeWithHttpInfo()Execute patchFlowSchemaStatus request with HTTP info returnedFlowcontrolApiserverV1beta2Api.APIreadFlowSchemaRequest.executeWithHttpInfo()Execute readFlowSchema request with HTTP info returnedFlowcontrolApiserverV1beta2Api.APIreadFlowSchemaStatusRequest.executeWithHttpInfo()Execute readFlowSchemaStatus request with HTTP info returnedFlowcontrolApiserverV1beta2Api.APIreplaceFlowSchemaRequest.executeWithHttpInfo()Execute replaceFlowSchema request with HTTP info returnedFlowcontrolApiserverV1beta2Api.APIreplaceFlowSchemaStatusRequest.executeWithHttpInfo()Execute replaceFlowSchemaStatus request with HTTP info returnedMethods in io.kubernetes.client.openapi.apis with parameters of type V1beta2FlowSchemaModifier and TypeMethodDescriptionFlowcontrolApiserverV1beta2Api.createFlowSchema(V1beta2FlowSchema body) create a FlowSchemaFlowcontrolApiserverV1beta2Api.replaceFlowSchema(String name, V1beta2FlowSchema body) replace the specified FlowSchemaFlowcontrolApiserverV1beta2Api.replaceFlowSchemaStatus(String name, V1beta2FlowSchema body) replace status of the specified FlowSchemaMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1beta2FlowSchemaModifier and TypeMethodDescriptionokhttp3.CallFlowcontrolApiserverV1beta2Api.APIcreateFlowSchemaRequest.executeAsync(ApiCallback<V1beta2FlowSchema> _callback) Execute createFlowSchema request (asynchronously)okhttp3.CallFlowcontrolApiserverV1beta2Api.APIpatchFlowSchemaRequest.executeAsync(ApiCallback<V1beta2FlowSchema> _callback) Execute patchFlowSchema request (asynchronously)okhttp3.CallFlowcontrolApiserverV1beta2Api.APIpatchFlowSchemaStatusRequest.executeAsync(ApiCallback<V1beta2FlowSchema> _callback) Execute patchFlowSchemaStatus request (asynchronously)okhttp3.CallFlowcontrolApiserverV1beta2Api.APIreadFlowSchemaRequest.executeAsync(ApiCallback<V1beta2FlowSchema> _callback) Execute readFlowSchema request (asynchronously)okhttp3.CallFlowcontrolApiserverV1beta2Api.APIreadFlowSchemaStatusRequest.executeAsync(ApiCallback<V1beta2FlowSchema> _callback) Execute readFlowSchemaStatus request (asynchronously)okhttp3.CallFlowcontrolApiserverV1beta2Api.APIreplaceFlowSchemaRequest.executeAsync(ApiCallback<V1beta2FlowSchema> _callback) Execute replaceFlowSchema request (asynchronously)okhttp3.CallFlowcontrolApiserverV1beta2Api.APIreplaceFlowSchemaStatusRequest.executeAsync(ApiCallback<V1beta2FlowSchema> _callback) Execute replaceFlowSchemaStatus request (asynchronously) -
Uses of V1beta2FlowSchema in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1beta2FlowSchemaModifier and TypeMethodDescriptionV1beta2FlowSchema.apiVersion(String apiVersion) static V1beta2FlowSchemaCreate an instance of V1beta2FlowSchema given an JSON stringV1beta2FlowSchema.metadata(V1ObjectMeta metadata) V1beta2FlowSchema.spec(V1beta2FlowSchemaSpec spec) V1beta2FlowSchema.status(V1beta2FlowSchemaStatus status) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1beta2FlowSchemaModifier and TypeMethodDescriptionV1beta2FlowSchemaList.getItems()`items` is a list of FlowSchemas.Methods in io.kubernetes.client.openapi.models with parameters of type V1beta2FlowSchemaModifier and TypeMethodDescriptionV1beta2FlowSchemaList.addItemsItem(V1beta2FlowSchema itemsItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1beta2FlowSchemaModifier and TypeMethodDescriptionV1beta2FlowSchemaList.items(List<V1beta2FlowSchema> items) voidV1beta2FlowSchemaList.setItems(List<V1beta2FlowSchema> items)