Additonal Debugging

This commit is contained in:
Ben Toogood
2020-04-23 14:03:04 +01:00
parent 316b81f790
commit 0f42346976
2 changed files with 3 additions and 1 deletions

View File

@@ -27,6 +27,8 @@ func parseError(err error) *api.Status {
}
func newService(s *runtime.Service, c runtime.CreateOptions) *service {
fmt.Println("KUBECTL newService")
// use pre-formatted name/version
name := client.Format(s.Name)
version := client.Format(s.Version)