Add cluster
and clusterBindings
to types
#21
Labels
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
Expected Behavior
The following types should be added:
clusters
clusterBindings
cluster
inputs(All should be optional)
This wouldn't be expected to actually do anything yet (similar to the rest of the current implementation).
Actual Behavior
We have references to clusters in our example tasks:
https://github.com/knative/build-pipeline/blob/3726a431cee21f9a88bc320339c978cca59a58e5/examples/deploy_tasks.yaml#L17-L18
Clusters defined in our example pipeline params:
https://github.com/knative/build-pipeline/blob/3726a431cee21f9a88bc320339c978cca59a58e5/examples/pipelineparams.yaml#L33-L39
Note that the
clusterBinding
example is incomplete:https://github.com/knative/build-pipeline/blob/3726a431cee21f9a88bc320339c978cca59a58e5/examples/pipelines/kritis.yaml#L44-L45
This should be binding a
cluster
from PipelineParams to acluster
input in the Task, e.g.Additional Info
@barney-s will be working on designs around deployment and k8s cluster interaction for this project
The text was updated successfully, but these errors were encountered: