mirror of https://github.com/kubernetes/kops.git
Update pkg/configbuilder/buildconfigfile.go
Co-Authored-By: John Gardiner Myers <jgmyers@proofpoint.com>
This commit is contained in:
parent
069e74a27f
commit
99c57b6d87
|
@ -63,7 +63,7 @@ func BuildConfigYaml(options interface{}) ([]byte, error) {
|
|||
return nil
|
||||
}
|
||||
if tag == "-" {
|
||||
klog.V(4).Infof("skipping field with %q flag tag: %s", tag, path)
|
||||
klog.V(4).Infof("skipping field with %q configfile tag: %s", tag, path)
|
||||
return reflectutils.SkipReflection
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue