Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestPrintOrCreateKubeProxyObjects (0.38 sec)

  1. cmd/kubeadm/app/phases/addons/proxy/proxy_test.go

    				t.Errorf("expected to see system-node-critical priority class name. Got %q instead", daemonSet.Spec.Template.Spec.PriorityClassName)
    			}
    		})
    	}
    }
    
    func TestPrintOrCreateKubeProxyObjects(t *testing.T) {
    	tests := []struct {
    		name          string
    		printManifest bool
    		wantOut       string
    		wantErr       bool
    	}{
    		{
    			name:          "do not print manifest",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Feb 18 11:14:32 UTC 2024
    - 8.7K bytes
    - Viewed (0)
Back to top