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.
- Description
- Project is the Schema for the projects API
- Type
object
Specification
.spec
- Description
- ProjectSpec defines the desired state of Project
- Type
object
.spec.clusters
- Description
- Clusters contains the clusters associated with this Project
- Type
array
.spec.clusters[]
- Description
- ProjectClusters is the attribute for ProjectSpec
- Type
object- Required
namequota
.spec.clusters[].quota
- Description
- Quota store the quota info for Project
- Type
object
.status
- Description
- ProjectStatus defines the observed state of Project
- Type
object
.status.conditions
- Type
array
.status.conditions[]
- Description
- ProjectCondition contains condition information for a cluster.
- Type
object- Required
statustype
.status.conditions[].projectNameSpaceDetail
- Description
- 用来记录project同名命名空间详细信息
- Type
object
.status.conditions[].projectNameSpaceDetail.failedClusters
- Type
object
.status.conditions[].projectNameSpaceDetail.successClusters
- Type
object
API Endpoints
The following API endpoints are available:
/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 method
DELETE- Description
- delete collection of Project
- HTTP responses
- HTTP method
GET- Description
- list objects of kind Project
- HTTP responses
- HTTP method
POST- Description
- create a new Project
- Query parameters
- Body parameters
- HTTP responses
/apis/auth.alauda.io/v1/projects/{name}
- HTTP method
DELETE- Description
- delete the specified Project
- Query parameters
- HTTP responses
- HTTP method
GET- Description
- read the specified Project
- HTTP responses
- HTTP method
PATCH- Description
- partially update the specified Project
- Query parameters
- HTTP responses
- HTTP method
PUT- Description
- replace the specified Project
- Query parameters
- Body parameters
- HTTP responses
/apis/auth.alauda.io/v1/projects/{name}/status
- HTTP method
GET- Description
- read status of the specified Project
- HTTP responses
- HTTP method
PATCH- Description
- partially update status of the specified Project
- Query parameters
- HTTP responses
- HTTP method
PUT- Description
- replace status of the specified Project
- Query parameters
- Body parameters
- HTTP responses