mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-13 01:50:55 +00:00
Add a dependency debugging directory.
This commit is contained in:
19
cmd/depprobcheck/main.go
Normal file
19
cmd/depprobcheck/main.go
Normal file
@@ -0,0 +1,19 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
"k8s.io/cli-runtime/pkg/genericclioptions"
|
||||
"k8s.io/kube-openapi/pkg/validation/spec"
|
||||
//"github.com/go-openapi/swag"
|
||||
)
|
||||
|
||||
func main() {
|
||||
//hey := yaml.TypeMeta{}
|
||||
//fmt.Printf("%v\n", hey)
|
||||
|
||||
// fmt.Printf("%v\n", swag.BooleanProperty())
|
||||
|
||||
genericclioptions.NewConfigFlags(true)
|
||||
fmt.Printf("%v\n", spec.Schema{})
|
||||
}
|
||||
Reference in New Issue
Block a user