Uses of Class
io.kubernetes.client.openapi.models.V1FlowSchemaList
Packages that use V1FlowSchemaList
-
Uses of V1FlowSchemaList in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1FlowSchemaListModifier and TypeMethodDescriptionFlowcontrolApiserverV1Api.listFlowSchema
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Boolean sendInitialEvents, Integer timeoutSeconds, Boolean watch) list or watch objects of kind FlowSchemaMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1FlowSchemaListModifier and TypeMethodDescriptionFlowcontrolApiserverV1Api.listFlowSchemaWithHttpInfo
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Boolean sendInitialEvents, Integer timeoutSeconds, Boolean watch) list or watch objects of kind FlowSchemaMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1FlowSchemaListModifier and TypeMethodDescriptionokhttp3.Call
FlowcontrolApiserverV1Api.listFlowSchemaAsync
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Boolean sendInitialEvents, Integer timeoutSeconds, Boolean watch, ApiCallback<V1FlowSchemaList> _callback) (asynchronously) list or watch objects of kind FlowSchema -
Uses of V1FlowSchemaList in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1FlowSchemaListModifier and TypeMethodDescriptionV1FlowSchemaList.addItemsItem
(V1FlowSchema itemsItem) V1FlowSchemaList.apiVersion
(String apiVersion) V1FlowSchemaList.items
(List<V1FlowSchema> items) V1FlowSchemaList.metadata
(V1ListMeta metadata)