Config and Storage Resources in Kubernetes are essential components for managing application configurations and persistent data. They include ConfigMaps and Secrets for storing configuration data, and Persistent Volumes (PVs) and Persistent Volume Claims (PVCs) for handling durable storage needs of containerized applications. Configuration templates for these resources can be found in this repository.
|
Authentication
Add API authentication details
HEADERS
X-APIKEY
string
Send X-APIKEY in Header
Data API
Execute Data API
POST/apis/repos/kubernetes/config-and-storage-resources/{version}/resources/data/{resource}/exec
REQUEST
PATH PARAMETERS
version
string
resource
string
QUERY-STRING PARAMETERS
format
string
Collection API
Execute Collection API
POST/apis/repos/kubernetes/config-and-storage-resources/{version}/resources/collections/{resource}/exec
REQUEST
PATH PARAMETERS
version
string
resource
string
QUERY-STRING PARAMETERS
format
string
Configuration API
Execute Configuration API
POST/apis/repos/kubernetes/config-and-storage-resources/{version}/resources/configurations/{resource}/exec
REQUEST
PATH PARAMETERS
version
string
resource
string
QUERY-STRING PARAMETERS
format
string
Service API
Execute Configuration API
POST/apis/repos/kubernetes/config-and-storage-resources/{version}/resources/services/{resource}/exec
REQUEST
PATH PARAMETERS
version
string
resource
string
QUERY-STRING PARAMETERS
client
string
format
string
Endpoint API
Execute Endpoint API
POST/apis/repos/kubernetes/config-and-storage-resources/{version}/resources/endpoints/{resource}/exec
REQUEST
PATH PARAMETERS
version
string
resource
string
QUERY-STRING PARAMETERS
format
string