ArtifactVersion [app.alauda.io/v1alpha1]
- 描述
- ArtifactVersion is the Schema for the artifactversions API
- 类型
object
规格
.spec
- 描述
- ArtifactVersionSpec defines the desired state of ArtifactVersion
- 类型
object- 必填
presenttag
.status
- 描述
- ArtifactVersionStatus defines the observed state of ArtifactVersion
- 类型
object
.status.chartInfo
- 描述
- ChartInfo defines the struct of chart info
- 类型
object
.status.chartInfo.files
- 描述
- Files are miscellaneous files in a chart archive, e.g. README, LICENSE, etc.
- 类型
array
.status.chartInfo.files[]
- 描述
- File represents a file as a name/value pair. By convention, name is a relative path within the scope of the chart's base directory.
- 类型
object- 必填
dataname
.status.chartInfo.values
- 描述
- Values are default config for this chart.
- 类型
object
API 端点
可用的 API 端点如下:
/apis/app.alauda.io/v1alpha1/namespaces/{namespace}/artifactversionsDELETE: delete collection of ArtifactVersionGET: list objects of kind ArtifactVersionPOST: create a new ArtifactVersion
/apis/app.alauda.io/v1alpha1/namespaces/{namespace}/artifactversions/{name}DELETE: delete the specified ArtifactVersionGET: read the specified ArtifactVersionPATCH: partially update the specified ArtifactVersionPUT: replace the specified ArtifactVersion
/apis/app.alauda.io/v1alpha1/namespaces/{namespace}/artifactversions/{name}/statusGET: read status of the specified ArtifactVersionPATCH: partially update status of the specified ArtifactVersionPUT: replace status of the specified ArtifactVersion
/apis/app.alauda.io/v1alpha1/namespaces/{namespace}/artifactversions
- HTTP 方法
DELETE- 描述
- delete collection of ArtifactVersion
- HTTP 响应
- HTTP 方法
GET- 描述
- list objects of kind ArtifactVersion
- HTTP 响应
- HTTP 方法
POST- 描述
- create a new ArtifactVersion
- 查询参数
- 请求体参数
- HTTP 响应
/apis/app.alauda.io/v1alpha1/namespaces/{namespace}/artifactversions/{name}
- HTTP 方法
DELETE- 描述
- delete the specified ArtifactVersion
- 查询参数
- HTTP 响应
- HTTP 方法
GET- 描述
- read the specified ArtifactVersion
- HTTP 响应
- HTTP 方法
PATCH- 描述
- partially update the specified ArtifactVersion
- 查询参数
- HTTP 响应
- HTTP 方法
PUT- 描述
- replace the specified ArtifactVersion
- 查询参数
- 请求体参数
- HTTP 响应
/apis/app.alauda.io/v1alpha1/namespaces/{namespace}/artifactversions/{name}/status
- HTTP 方法
GET- 描述
- read status of the specified ArtifactVersion
- HTTP 响应
- HTTP 方法
PATCH- 描述
- partially update status of the specified ArtifactVersion
- 查询参数
- HTTP 响应
- HTTP 方法
PUT- 描述
- replace status of the specified ArtifactVersion
- 查询参数
- 请求体参数
- HTTP 响应