# Functions
DeleteConfigmap @Summary 删除Configmap资源 @accept application/json @Param cluster path string true "Cluster" @Param namespace path string true "Namespace" @Param name path string true "Name" @Success 200 {object} app.Response @Failure 500 {object} app.Response @Router /k8s/{cluster}/configmaps/{namespace}/{name} [delete].
DeleteCRD @Summary 删除CRD自定义资源 @accept application/json @Param cluster path string true "Cluster" @Param group path string true "Group" @Param version path string true "Version" @Param resource path string true "Resource" @Param namespace path string true "Namespace" @Param name path string true "Name" @Success 200 {object} app.Response @Failure 500 {object} app.Response @Router /k8s/{cluster}/crd/{group}/{version}/{resource}/{namespace}/{name} [delete].
No description provided by the author
No description provided by the author
DeleteHorizontalPodAutoScaler @Summary 删除弹性伸缩资源 @accept application/json @Param cluster path string true "Cluster" @Param namespace path string true "Namespace" @Param name path string true "Name" @Success 200 {object} app.Response @Failure 500 {object} app.Response @Router /k8s/{cluster}/horizontalpodautoscalers/{namespace}/{name} [delete].
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
GetConfigmap @Summary 获取Configmap资源 @accept application/json @Param cluster path string true "Cluster" @Param namespace path string true "Namespace" @Param name path string true "Name" @Success 200 {object} app.Response @Failure 500 {object} app.Response @Router /k8s/{cluster}/configmaps/{namespace}/{name} [get].
GetConfigmapList @Summary 获取Configmap资源列表 @accept application/json @Param cluster path string true "Cluster" @Param param query metadata.CommonQueryParameter true "LabelSelector" @Success 200 {object} app.Response @Failure 500 {object} app.Response @Router /k8s/{cluster}/configmaps [get].
GetCRD @Summary 获取CRD自定义资源 @accept application/json @Param cluster path string true "Cluster" @Param group path string true "Group" @Param version path string true "Version" @Param resource path string true "Resource" @Param namespace path string true "Namespace" @Param name path string true "Name" @Success 200 {object} app.Response @Failure 500 {object} app.Response @Router /k8s/{cluster}/crd/{group}/{version}/{resource}/{namespace}/{name} [get].
GetCRDs @Summary 获取CRD自定义资源列表 @accept application/json @Param cluster path string true "Cluster" @Param group path string true "Group" @Param version path string true "Version" @Param resource path string true "Resource" @Param namespace path string true "Namespace" @Param name path string true "Name" @Success 200 {object} app.Response @Failure 500 {object} app.Response @Router /k8s/{cluster}/crd/{group}/{version}/{resource}/{namespace} [get].
No description provided by the author
No description provided by the author
@Summary 查看deployment @accept application/json @Produce application/json @Param cluster path string true "Cluster" @Param namespace path string true "Namespace" @Param deploymentName path string true "DeploymentName" @Success 200 {object} app.Response @Failure 500 {object} app.Response @Router /k8s/{cluster}/deployments/{namespace}/{deploymentName} [get].
GetDeploymentCondition returns the condition with the provided type.
No description provided by the author
@Summary 查看deployment列表 @Produce json @Param cluster path string true "Cluster" @Param namespace query string true "Namespace" @Param label query string false "Label" @Success 200 {object} app.Response @Failure 500 {object} app.Response @Router /k8s/{cluster}/deployments [get].
No description provided by the author
No description provided by the author
GetHorizontalPodAutoScaler @Summary 获取弹性伸缩资源 @accept application/json @Param cluster path string true "Cluster" @Param namespace path string true "Namespace" @Param name path string true "Name" @Success 200 {object} app.Response @Failure 500 {object} app.Response @Router /k8s/{cluster}/horizontalpodautoscalers/{namespace}/{name} [get].
GetHorizontalPodAutoScalerList @Summary 获取弹性伸缩资源列表 @accept application/json @Param cluster path string true "Cluster" @Param param query metadata.CommonQueryParameter true "LabelSelector" @Success 200 {object} app.Response @Failure 500 {object} app.Response @Router /k8s/{cluster}/horizontalpodautoscalers [get].
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
PatchDeployment @Summary 批量更新deployment @Produce json @Param cluster path string true "Cluster" @Param namespace path string true "Namespace" @Param deploymentName path string true "DeploymentName" @Success 200 {object} app.Response @Failure 500 {object} app.Response @Router /k8s/{cluster}/deployments/{namespace}/{deploymentName} [patch].
No description provided by the author
PostConfigmap @Summary 创建Configmap资源 @accept application/json @Param cluster path string true "Cluster" @Success 200 {object} app.Response @Failure 500 {object} app.Response @Router /k8s/{cluster}/configmaps [post].
PostCRD @Summary 创建CRD资源 @accept application/json @Param cluster path string true "Cluster" @Param group path string true "Group" @Param version path string true "Version" @Param resource path string true "Resource" @Success 200 {object} app.Response @Failure 500 {object} app.Response @Router /k8s/{cluster}/crd/{group}/{version}/{resource} [post].
No description provided by the author
PostDeployment @Summary 创建deployment @accept application/json @Param cluster path string true "Cluster" @Success 200 {object} app.Response @Failure 500 {object} app.Response @Router /k8s/{cluster}/deployments [post].
PostHorizontalPodAutoScaler @Summary 创建弹性伸缩资源 @accept application/json @Param cluster path string true "Cluster" @Success 200 {object} app.Response @Failure 500 {object} app.Response @Router /k8s/{cluster}/horizontalpodautoscalers [post].
PutConfigmap @Summary 更新Configmap资源 @accept application/json @Param cluster path string true "Cluster" @Param namespace path string true "Namespace" @Param name path string true "Name" @Success 200 {object} app.Response @Failure 500 {object} app.Response @Router /k8s/{cluster}/configmaps/{namespace}/{name} [put].
PutCRD @Summary 更新CRD自定义资源 @accept application/json @Param cluster path string true "Cluster" @Param group path string true "Group" @Param version path string true "Version" @Param resource path string true "Resource" @Param namespace path string true "Namespace" @Param name path string true "Name" @Success 200 {object} app.Response @Failure 500 {object} app.Response @Router /k8s/{cluster}/crd/{group}/{version}/{resource}/{namespace}/{name} [put].
No description provided by the author
@Summary 更新deployment @Produce json @Param cluster path string true "Cluster" @Param namespace path string true "Namespace" @Param deploymentName path string true "DeploymentName" @Param RequestBody body v1.DeploymentBody true "RequestBody" @Success 200 {object} app.Response @Failure 500 {object} app.Response @Router /k8s/{cluster}/deployments/{namespace}/{deploymentName} [put].
PutHorizontalPodAutoScaler @Summary 更新弹性伸缩资源 @accept application/json @Param cluster path string true "Cluster" @Param namespace path string true "Namespace" @Param name path string true "Name" @Success 200 {object} app.Response @Failure 500 {object} app.Response @Router /k8s/{cluster}/horizontalpodautoscalers/{namespace}/{name} [put].
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author