Skip to content

Commit 026715c

Browse files
authored
chore: update kargo.akuity.io v1.9.3 CRDs (datreeio#825)
1 parent d03fcb4 commit 026715c

6 files changed

Lines changed: 748 additions & 216 deletions

File tree

kargo.akuity.io/clusterconfig_v1alpha1.json

Lines changed: 177 additions & 8 deletions
Large diffs are not rendered by default.

kargo.akuity.io/freight_v1alpha1.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,40 @@
99
"description": "APIVersion defines the versioned schema of this representation of an object.\nServers should convert recognized schemas to the latest internal value, and\nmay reject unrecognized values.\nMore info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources",
1010
"type": "string"
1111
},
12+
"artifacts": {
13+
"description": "Artifacts describes specific versions of artifacts other\nthan Git repository commits, container images, and Helm charts.",
14+
"items": {
15+
"description": "ArtifactReference is a reference to a specific version of an artifact.",
16+
"properties": {
17+
"artifactType": {
18+
"description": "ArtifactType specifies the type of artifact this is. Often, but not always,\nit will be the media type (MIME type) of the artifact referenced by this\nArtifactReference.",
19+
"minLength": 1,
20+
"type": "string"
21+
},
22+
"metadata": {
23+
"description": "Metadata is a JSON object containing a mostly opaque collection of artifact\nattributes. (It must be an object. It may not be a list or a scalar value.)\n\"Mostly\" because Kargo may understand how to interpret some documented,\nwell-known, top-level keys. Those aside, this metadata is only understood\nby a corresponding Subscriber implementation that created it.",
24+
"x-kubernetes-preserve-unknown-fields": true
25+
},
26+
"subscriptionName": {
27+
"description": "SubscriptionName is the name of the Subscription that discovered this\nartifact.",
28+
"minLength": 1,
29+
"type": "string"
30+
},
31+
"version": {
32+
"description": "Version identifies a specific revision of this artifact.",
33+
"minLength": 1,
34+
"type": "string"
35+
}
36+
},
37+
"required": [
38+
"subscriptionName",
39+
"version"
40+
],
41+
"type": "object",
42+
"additionalProperties": false
43+
},
44+
"type": "array"
45+
},
1246
"charts": {
1347
"description": "Charts describes specific versions of specific Helm charts.",
1448
"items": {

0 commit comments

Comments
 (0)