Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for printDiffsJSON (0.5 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: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 21 14:17:23 UTC 2023
    - 4.1K bytes
    - Viewed (0)
Back to top