Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add PipelineConfig to api to re-implement pipeline-level config
KFP v1 supported setting pipeline-level configuration via a `PipelineConf` class. This class was deprecated and no replacement was added to KFP v2. add new PipelineConfig message in the api to support setting pipeline-level configuration in KFP v2. Signed-off-by: Greg Sheremeta <gshereme@redhat.com>