Skip to main content

lib/k8s/api/v1/factories

Index

Interfaces

InterfaceDescription
ApiClient-
ApiInfoDescribes the API for a certain resource.
ApiWithNamespaceClient-

Type Aliases

Type aliasDescription
ApiFactoryArguments-
ApiFactoryWithNamespaceArguments-
CancelFunction-
MultipleApiFactoryArguments-
MultipleApiFactoryWithNamespaceArguments-
RecursivePartial-
SimpleApiFactoryWithNamespaceArguments-
SingleApiFactoryArguments-

Functions

FunctionDescription
apiFactoryCreates an API client for a single or multiple Kubernetes resources.
apiFactoryWithNamespace-
multipleApiFactoryCreates an API endpoint object for multiple API endpoints. It first tries the first endpoint, then the second, and so on until it gets a successful response.
resourceDefToApiFactory-
singleApiFactory-