@@ -7544,6 +7544,55 @@ spec:
75447544 spec:
75457545 description: Spec refers to an embedded build specification
75467546 properties:
7547+ caBundle:
7548+ description: CABundle specifies the list certificates to be
7549+ loaded in workload containers.
7550+ properties:
7551+ configMap:
7552+ description: |-
7553+ configMap is a reference (by name) to a ConfigMap's `data` key(s), or to a
7554+ list of ConfigMap's `data` key(s) using label selector, in the namespace.
7555+ properties:
7556+ key:
7557+ description: Key of the entry in the object's `data`
7558+ field to be used.
7559+ maxLength: 253
7560+ minLength: 1
7561+ type: string
7562+ name:
7563+ description: Name is the name of the source object
7564+ in the trust namespace.
7565+ maxLength: 253
7566+ minLength: 1
7567+ type: string
7568+ type: object
7569+ x-kubernetes-map-type: atomic
7570+ secret:
7571+ description: |-
7572+ secret is a reference (by name) to a Secret's `data` key(s), or to a
7573+ list of Secret's `data` key(s) using label selector, in the namespace.
7574+ properties:
7575+ key:
7576+ description: Key of the entry in the object's `data`
7577+ field to be used.
7578+ maxLength: 253
7579+ minLength: 1
7580+ type: string
7581+ name:
7582+ description: Name is the name of the source object
7583+ in the trust namespace.
7584+ maxLength: 253
7585+ minLength: 1
7586+ type: string
7587+ type: object
7588+ x-kubernetes-map-type: atomic
7589+ type: object
7590+ x-kubernetes-map-type: atomic
7591+ x-kubernetes-validations:
7592+ - message: exactly one of the fields in [configMap secret]
7593+ must be set
7594+ rule: '[has(self.configMap),has(self.secret)].filter(x,x==true).size()
7595+ == 1'
75477596 env:
75487597 description: Env contains additional environment variables
75497598 that should be passed to the build container
@@ -10143,6 +10192,55 @@ spec:
1014310192 - strategy
1014410193 type: object
1014510194 type: object
10195+ caBundle:
10196+ description: CABundle specifies the list certificates to be loaded
10197+ in workload containers.
10198+ properties:
10199+ configMap:
10200+ description: |-
10201+ configMap is a reference (by name) to a ConfigMap's `data` key(s), or to a
10202+ list of ConfigMap's `data` key(s) using label selector, in the namespace.
10203+ properties:
10204+ key:
10205+ description: Key of the entry in the object's `data` field
10206+ to be used.
10207+ maxLength: 253
10208+ minLength: 1
10209+ type: string
10210+ name:
10211+ description: Name is the name of the source object in the
10212+ trust namespace.
10213+ maxLength: 253
10214+ minLength: 1
10215+ type: string
10216+ type: object
10217+ x-kubernetes-map-type: atomic
10218+ secret:
10219+ description: |-
10220+ secret is a reference (by name) to a Secret's `data` key(s), or to a
10221+ list of Secret's `data` key(s) using label selector, in the namespace.
10222+ properties:
10223+ key:
10224+ description: Key of the entry in the object's `data` field
10225+ to be used.
10226+ maxLength: 253
10227+ minLength: 1
10228+ type: string
10229+ name:
10230+ description: Name is the name of the source object in the
10231+ trust namespace.
10232+ maxLength: 253
10233+ minLength: 1
10234+ type: string
10235+ type: object
10236+ x-kubernetes-map-type: atomic
10237+ type: object
10238+ x-kubernetes-map-type: atomic
10239+ x-kubernetes-validations:
10240+ - message: exactly one of the fields in [configMap secret] must be
10241+ set
10242+ rule: '[has(self.configMap),has(self.secret)].filter(x,x==true).size()
10243+ == 1'
1014610244 env:
1014710245 description: Env contains additional environment variables that should
1014810246 be passed to the build container
@@ -12566,6 +12664,55 @@ spec:
1256612664 buildSpec:
1256712665 description: BuildSpec is the Build Spec of this BuildRun.
1256812666 properties:
12667+ caBundle:
12668+ description: CABundle specifies the list certificates to be loaded
12669+ in workload containers.
12670+ properties:
12671+ configMap:
12672+ description: |-
12673+ configMap is a reference (by name) to a ConfigMap's `data` key(s), or to a
12674+ list of ConfigMap's `data` key(s) using label selector, in the namespace.
12675+ properties:
12676+ key:
12677+ description: Key of the entry in the object's `data` field
12678+ to be used.
12679+ maxLength: 253
12680+ minLength: 1
12681+ type: string
12682+ name:
12683+ description: Name is the name of the source object in
12684+ the trust namespace.
12685+ maxLength: 253
12686+ minLength: 1
12687+ type: string
12688+ type: object
12689+ x-kubernetes-map-type: atomic
12690+ secret:
12691+ description: |-
12692+ secret is a reference (by name) to a Secret's `data` key(s), or to a
12693+ list of Secret's `data` key(s) using label selector, in the namespace.
12694+ properties:
12695+ key:
12696+ description: Key of the entry in the object's `data` field
12697+ to be used.
12698+ maxLength: 253
12699+ minLength: 1
12700+ type: string
12701+ name:
12702+ description: Name is the name of the source object in
12703+ the trust namespace.
12704+ maxLength: 253
12705+ minLength: 1
12706+ type: string
12707+ type: object
12708+ x-kubernetes-map-type: atomic
12709+ type: object
12710+ x-kubernetes-map-type: atomic
12711+ x-kubernetes-validations:
12712+ - message: exactly one of the fields in [configMap secret] must
12713+ be set
12714+ rule: '[has(self.configMap),has(self.secret)].filter(x,x==true).size()
12715+ == 1'
1256912716 env:
1257012717 description: Env contains additional environment variables that
1257112718 should be passed to the build container
0 commit comments