Skip to content

Commit

Permalink
Update RFC 13 (#322)
Browse files Browse the repository at this point in the history
As per conversation in issue #289 #289
  • Loading branch information
waciumawanjohi authored Nov 11, 2021
1 parent d6e4c01 commit 671522c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions rfc/rfc-0013-delivery.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ This RFC proposes the introduction of four new resources to the carto.run/v1alph

- **Deliverables** are namespaced resources that enable application developers to specify K8s configuration.
A Deliverable is analogous to a Workload, in that it instantiates the resources defined by the Delivery.

- **ClusterDeployTemplates** are cluster-scoped resources that enable application operators to specify resource templates that deploy environments.
ClusterDeployTemplates take a single source artifact and return a single deployment artifact.

source -> deployment

- **ClusterDeliveryTemplates** are cluster-scoped resources that enable application operators to specify resource templates that perform validations on a particular deployed environment.
- **ClusterDeploymentTemplates** are cluster-scoped resources that enable application operators to specify resource templates that deploy environments.
ClusterDeliveryTemplates take a deployment artifact and any number of additional source artifacts. They return a single deployment artifact.


deployment, source[] -> deployment

- **ClusterDeploymentValidationTemplates** are cluster-scoped resources that enable application operators to specify resource templates that perform validations on a particular deployed environment.
ClusterDeliveryTemplates take a deployment artifact and any number of additional source artifacts. They return a single deployment artifact.

deployment, source[] -> deployment

In addition to these resources, the following existing resources are valid in a ClusterDelivery:
Expand Down

0 comments on commit 671522c

Please sign in to comment.