Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for printDiffsJSON (0.1 sec)

  1. 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)
Back to top