lib/k8s/api/v1/factories
Index
Interfaces
| Interface | Description |
|---|---|
| ApiClient | - |
| ApiInfo | Describes the API for a certain resource. |
| ApiWithNamespaceClient | - |
Type Aliases
Functions
| Function | Description |
|---|---|
| apiFactory | Creates an API client for a single or multiple Kubernetes resources. |
| apiFactoryWithNamespace | - |
| multipleApiFactory | Creates 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 | - |