Library [app.alauda.io/v1alpha1]
- 描述
- Library is the Schema for the libraries API
- 类型
object
规格
.spec
- 描述
- LibrarySpec defines the desired state of Library
- 类型
object- 必填
artifactSelectorimagePullSecrets
.spec.artifactSelector
- 描述
- A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.
- 类型
object
.spec.artifactSelector.matchExpressions
- 描述
- matchExpressions is a list of label selector requirements. The requirements are ANDed.
- 类型
array
.spec.artifactSelector.matchExpressions[]
- 描述
- A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.
- 类型
object- 必填
keyoperator
.spec.artifactSelector.matchExpressions[].values
- 描述
- values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.
- 类型
array
.spec.artifactSelector.matchExpressions[].values[]
- 类型
string
.spec.artifactSelector.matchLabels
- 描述
- matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.
- 类型
object
.spec.imagePullSecrets
- 类型
array
.spec.imagePullSecrets[]
- 类型
string
.status
- 描述
- LibraryStatus defines the observed state of Library
- 类型
object- 必填
lastUpdateTimephase
API 端点
可用的 API 端点如下:
/apis/app.alauda.io/v1alpha1/namespaces/{namespace}/librariesDELETE: delete collection of LibraryGET: list objects of kind LibraryPOST: create a new Library
/apis/app.alauda.io/v1alpha1/namespaces/{namespace}/libraries/{name}DELETE: delete the specified LibraryGET: read the specified LibraryPATCH: partially update the specified LibraryPUT: replace the specified Library
/apis/app.alauda.io/v1alpha1/namespaces/{namespace}/libraries/{name}/statusGET: read status of the specified LibraryPATCH: partially update status of the specified LibraryPUT: replace status of the specified Library
/apis/app.alauda.io/v1alpha1/namespaces/{namespace}/libraries
- HTTP 方法
DELETE- 描述
- delete collection of Library
- HTTP 响应
- HTTP 方法
GET- 描述
- list objects of kind Library
- HTTP 响应
- HTTP 方法
POST- 描述
- create a new Library
- 查询参数
- 请求体参数
- HTTP 响应
/apis/app.alauda.io/v1alpha1/namespaces/{namespace}/libraries/{name}
- HTTP 方法
DELETE- 描述
- delete the specified Library
- 查询参数
- HTTP 响应
- HTTP 方法
GET- 描述
- read the specified Library
- HTTP 响应
- HTTP 方法
PATCH- 描述
- partially update the specified Library
- 查询参数
- HTTP 响应
- HTTP 方法
PUT- 描述
- replace the specified Library
- 查询参数
- 请求体参数
- HTTP 响应
/apis/app.alauda.io/v1alpha1/namespaces/{namespace}/libraries/{name}/status
- HTTP 方法
GET- 描述
- read status of the specified Library
- HTTP 响应
- HTTP 方法
PATCH- 描述
- partially update status of the specified Library
- 查询参数
- HTTP 响应
- HTTP 方法
PUT- 描述
- replace status of the specified Library
- 查询参数
- 请求体参数
- HTTP 响应