Project [auth.alauda.io/v1]
This API is installed only when the chart is deployed for the global cluster. It is not available on workload clusters.
- 描述
- Project is the Schema for the projects API
- 类型
object
规格
.spec
- 描述
- ProjectSpec defines the desired state of Project
- 类型
object
.spec.clusters
- 描述
- Clusters contains the clusters associated with this Project
- 类型
array
.spec.clusters[]
- 描述
- ProjectClusters is the attribute for ProjectSpec
- 类型
object- 必填
namequota
.spec.clusters[].quota
- 描述
- Quota store the quota info for Project
- 类型
object
.status
- 描述
- ProjectStatus defines the observed state of Project
- 类型
object
.status.conditions
- 类型
array
.status.conditions[]
- 描述
- ProjectCondition contains condition information for a cluster.
- 类型
object- 必填
statustype
.status.conditions[].projectNameSpaceDetail
- 描述
- 用来记录project同名命名空间详细信息
- 类型
object
.status.conditions[].projectNameSpaceDetail.failedClusters
- 类型
object
.status.conditions[].projectNameSpaceDetail.successClusters
- 类型
object
API 端点
可用的 API 端点如下:
/apis/auth.alauda.io/v1/projectsDELETE: delete collection of ProjectGET: list objects of kind ProjectPOST: create a new Project
/apis/auth.alauda.io/v1/projects/{name}DELETE: delete the specified ProjectGET: read the specified ProjectPATCH: partially update the specified ProjectPUT: replace the specified Project
/apis/auth.alauda.io/v1/projects/{name}/statusGET: read status of the specified ProjectPATCH: partially update status of the specified ProjectPUT: replace status of the specified Project
/apis/auth.alauda.io/v1/projects
- HTTP 方法
DELETE- 描述
- delete collection of Project
- HTTP 响应
- HTTP 方法
GET- 描述
- list objects of kind Project
- HTTP 响应
- HTTP 方法
POST- 描述
- create a new Project
- 查询参数
- 请求体参数
- HTTP 响应
/apis/auth.alauda.io/v1/projects/{name}
- HTTP 方法
DELETE- 描述
- delete the specified Project
- 查询参数
- HTTP 响应
- HTTP 方法
GET- 描述
- read the specified Project
- HTTP 响应
- HTTP 方法
PATCH- 描述
- partially update the specified Project
- 查询参数
- HTTP 响应
- HTTP 方法
PUT- 描述
- replace the specified Project
- 查询参数
- 请求体参数
- HTTP 响应
/apis/auth.alauda.io/v1/projects/{name}/status
- HTTP 方法
GET- 描述
- read status of the specified Project
- HTTP 响应
- HTTP 方法
PATCH- 描述
- partially update status of the specified Project
- 查询参数
- HTTP 响应
- HTTP 方法
PUT- 描述
- replace status of the specified Project
- 查询参数
- 请求体参数
- HTTP 响应