Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestPatchStaticPod (0.21 sec)

  1. cmd/kubeadm/app/util/staticpod/utils_test.go

    					"ManifestFilesAreEqual diff doesn't expected\n%s\n\texpected diff: %s\n\tactual diff: %s",
    					rt.description,
    					rt.expectedDiff,
    					diff,
    				)
    			}
    		})
    	}
    }
    
    func TestPatchStaticPod(t *testing.T) {
    	type file struct {
    		name string
    		data string
    	}
    
    	tests := []struct {
    		name          string
    		files         []*file
    		pod           *v1.Pod
    		expectedPod   *v1.Pod
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Sep 12 15:44:44 UTC 2023
    - 22.6K bytes
    - Viewed (0)
Back to top