From 671522c3e21869c6fbac5f4e27db9c1144c8051d Mon Sep 17 00:00:00 2001 From: waciumawanjohi Date: Thu, 11 Nov 2021 12:53:17 -0800 Subject: [PATCH] Update RFC 13 (#322) As per conversation in issue #289 https://github.com/vmware-tanzu/cartographer/issues/289 --- rfc/rfc-0013-delivery.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/rfc/rfc-0013-delivery.md b/rfc/rfc-0013-delivery.md index ffe663809..0cf9e7233 100644 --- a/rfc/rfc-0013-delivery.md +++ b/rfc/rfc-0013-delivery.md @@ -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: