- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for printDiffsJSON (0.1 sec)
-
istioctl/pkg/writer/compare/sds/writer.go
status.Name, status.Type, status.Valid, status.Source, status.Proxy, status.SerialNumber, status.NotAfter, status.NotBefore) } return tw.Flush() } // printDiffsJSON prints secret in JSON format, and dumps the raw certificate data with the output func (w *sdsWriter) printDiffsJSON(statuses []SecretItemDiff) error { out, err := json.MarshalIndent(statuses, "", " ") if err != nil { return err } _, err = w.w.Write(out)
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Mon Oct 28 19:52:53 UTC 2024 - 4.8K bytes - Viewed (0)