Refactor GSuite Groups Reconciler Application #3356
Labels
lifecycle/frozen
Indicates that an issue or PR should not be auto-closed due to staleness.
sig/k8s-infra
Categorizes an issue or PR as relevant to SIG K8s Infra.
Hello
I'm a contributor with Knative and we have implemented the GSuite Groups Reconciler at knative/community#905. However, this package has hardcoded references to
kubernetes.io
, critical validation is donego test
instead of a cli sub command which forced us to clone the code and replace k8s specific references instead ofgo install k8s.io/k8s.io/[email protected]
.I'm proposing:
groups validate
command - equivalent tomake test
groups plan
command - equivalent tomake run
groups apply
command - equivalent tomake run -- --confirm
Thank you
/cc @dims @dprotaso
The text was updated successfully, but these errors were encountered: