Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for AddMapLabelMapValue (1.85 sec)

  1. operator/pkg/util/label_test.go

    )
    
    func TestSetLabel(t *testing.T) {
    	tests := []struct {
    		desc      string
    		wantLabel string
    		wantValue string
    		wantErr   error
    	}{
    		{
    			desc:      "AddMapLabelMapValue",
    			wantLabel: "foo",
    			wantValue: "bar",
    			wantErr:   nil,
    		},
    	}
    	for _, tt := range tests {
    		t.Run(tt.desc, func(t *testing.T) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jul 25 19:30:47 UTC 2022
    - 1.5K bytes
    - Viewed (0)
Back to top