String implements fmt.Stringer
()
| 742 | |
| 743 | // String implements fmt.Stringer |
| 744 | func (o *kopsDump) String() string { |
| 745 | return util.JSONForDebug(o) |
| 746 | } |
| 747 | |
| 748 | // kopsDumpInstance is the format of an instance (machine) in a kops dump |
| 749 | type kopsDumpInstance struct { |