Various owners' files reviewers/approvers are no longer involved with
the community. Additionaly, we have various other folks that are
involved and have shown an active interest in reviewing various portions
of the code base. This change updates all owners files to reflect this
current state of the community.
Signed-off-by: Humair Khan <HumairAK@users.noreply.github.com>
* Create a validating webhook for the PipelineVersion kind
Signed-off-by: VaniHaripriya <vmudadla@redhat.com>
* Fix the manifests for the validating webhook
This fixes deployment and local development for the Kubernetes native
API manifests.
This also addresses other feedback.
Signed-off-by: mprahl <mprahl@users.noreply.github.com>
---------
Signed-off-by: VaniHaripriya <vmudadla@redhat.com>
Signed-off-by: mprahl <mprahl@users.noreply.github.com>
Co-authored-by: VaniHaripriya <vmudadla@redhat.com>
* Add instructions to develop the API server locally with kind
This provides instructions to provision a kind cluster with all
components deployed except for the API server. The API server can then
be run locally through VSCode for debugging and faster development.
Signed-off-by: mprahl <mprahl@users.noreply.github.com>
* Add missing k8s_version input to the kfp-cluster GH action
Signed-off-by: mprahl <mprahl@users.noreply.github.com>
---------
Signed-off-by: mprahl <mprahl@users.noreply.github.com>
* chore(backend): tidy go.mod and update tools.go
* go install, instead of go get
* fix problems reported by go vet
* simplify some ide reported redundant syntax
* license is not required for generated code
* remove licenses for generated code
* cleanup
* remove license more
* rm unused BUILD.bazel files
* fixed generate_api.sh
* reimport error.proto
* chore(backend): tidy go.mod and update tools.go
* go install, instead of go get
* fix problems reported by go vet
* simplify some ide reported redundant syntax
* updated the version
* updated the serializer
* fixed test
* fixed some more changes
* tested to update versions of k8 packages
* reverted package update
* change in API
* fixed dependencies, need to fix broken tests now
* updated fake client and fixed test due to updates in timestam.timestamp
* missed to update fake client pod
* fixed issue in controller
* tested to update
* updated
* updated controller viewer
* updates to fix go mod vendor
* Updated the client
* updated the golang versions
* missed one docker file update, from 1.11 -> 1.13
* testing to fixe persistinace agent issues
* Updated after feedback
Co-authored-by: Niklas hansson <niklashansson@Niklass-MacBook-Pro.local>
* script to profile pipeline api endpoint
* two plots
* another run api test
* clear cell output
* add some comments
* pipeline uses create pipeline
* add client
* checkpoint
* polish two scripts
* remove accidentally committed files
* added a success vs non-success plot; only measure run durations for succeeded runs