Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestSDSWriterSecretDiff (0.17 sec)

  1. istioctl/pkg/writer/compare/sds/writer_test.go

    			err := mockWriter.PrintSecretItems(tt.items)
    			if err != nil {
    				t.Errorf("error printing secret items: %v", err)
    			}
    			checkOutput(t, w.String(), tt.expected, tt.unexpected)
    		})
    	}
    }
    
    func TestSDSWriterSecretDiff(t *testing.T) {
    	tests := []struct {
    		name       string
    		format     Format
    		diffs      []SecretItemDiff
    		expected   []string
    		unexpected []string
    	}{
    		{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 29 20:42:01 UTC 2020
    - 4.9K bytes
    - Viewed (0)
Back to top