Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestEphemeralContainerStrategyValidateUpdate (0.55 sec)

  1. pkg/registry/core/pod/strategy_test.go

    				t.Errorf("expected errors but got none")
    			}
    			if !tc.wantErr && len(errs) != 0 {
    				t.Errorf("unexpected errors: %v", errs.ToAggregate())
    			}
    		})
    	}
    }
    
    func TestEphemeralContainerStrategyValidateUpdate(t *testing.T) {
    
    	test := []struct {
    		name   string
    		newPod *api.Pod
    		oldPod *api.Pod
    	}{
    		{
    			name: "add ephemeral container to regular pod and expect success",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 76.2K bytes
    - Viewed (0)
Back to top