Wentao Zhu
Wentao Zhu
I want to open file with filepath assigned in flag This is my code ```go package main import ( "fmt" "os" "github.com/spf13/cobra" ) var ( file string rootCmd = &cobra.Command{...
/kind feature **What this PR does / why we need it**: add default resource interpreter for interpretHealth **Which issue(s) this PR fixes**: Fixes #2354 **Special notes for your reviewer**: The...
**What type of PR is this?** /kind cleanup **What this PR does / why we need it**: Add e2e test for InterpretStatus in resource interpreter. **Which issue(s) this PR fixes**:...