Artifact [app.alauda.io/v1alpha1]
- Description
- Artifact is the Schema for the artifacts API
- Type
object
Specification
.spec
- Description
- ArtifactSpec defines the desired state of Artifact
- Type
object- Required
artifactVersionSelectorpresentregistryrepositorytype
.spec.artifactVersionSelector
- Description
- 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.
- Type
object
.spec.artifactVersionSelector.matchExpressions
- Description
- matchExpressions is a list of label selector requirements. The requirements are ANDed.
- Type
array
.spec.artifactVersionSelector.matchExpressions[]
- Description
- A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.
- Type
object- Required
keyoperator
.spec.artifactVersionSelector.matchExpressions[].values
- Description
- 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.
- Type
array
.spec.artifactVersionSelector.matchExpressions[].values[]
- Type
string
.spec.artifactVersionSelector.matchLabels
- Description
- 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.
- Type
object
.spec.imagePullSecrets
- Type
array
.spec.imagePullSecrets[]
- Type
string
.spec.tagPatterns
- Type
array
.spec.tagPatterns[]
- Description
- Pattern is image version pattern
- Type
object- Required
maxQuantitynameregex
.status
- Description
- ArtifactStatus defines the observed state of Artifact
- Type
object
API Endpoints
The following API endpoints are available:
/apis/app.alauda.io/v1alpha1/namespaces/{namespace}/artifactsDELETE: delete collection of ArtifactGET: list objects of kind ArtifactPOST: create a new Artifact
/apis/app.alauda.io/v1alpha1/namespaces/{namespace}/artifacts/{name}DELETE: delete the specified ArtifactGET: read the specified ArtifactPATCH: partially update the specified ArtifactPUT: replace the specified Artifact
/apis/app.alauda.io/v1alpha1/namespaces/{namespace}/artifacts/{name}/statusGET: read status of the specified ArtifactPATCH: partially update status of the specified ArtifactPUT: replace status of the specified Artifact
/apis/app.alauda.io/v1alpha1/namespaces/{namespace}/artifacts
- HTTP method
DELETE- Description
- delete collection of Artifact
- HTTP responses
- HTTP method
GET- Description
- list objects of kind Artifact
- HTTP responses
- HTTP method
POST- Description
- create a new Artifact
- Query parameters
- Body parameters
- HTTP responses
/apis/app.alauda.io/v1alpha1/namespaces/{namespace}/artifacts/{name}
- HTTP method
DELETE- Description
- delete the specified Artifact
- Query parameters
- HTTP responses
- HTTP method
GET- Description
- read the specified Artifact
- HTTP responses
- HTTP method
PATCH- Description
- partially update the specified Artifact
- Query parameters
- HTTP responses
- HTTP method
PUT- Description
- replace the specified Artifact
- Query parameters
- Body parameters
- HTTP responses
/apis/app.alauda.io/v1alpha1/namespaces/{namespace}/artifacts/{name}/status
- HTTP method
GET- Description
- read status of the specified Artifact
- HTTP responses
- HTTP method
PATCH- Description
- partially update status of the specified Artifact
- Query parameters
- HTTP responses
- HTTP method
PUT- Description
- replace status of the specified Artifact
- Query parameters
- Body parameters
- HTTP responses