Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestDropClusterTrustBundleProjectedVolumes (0.32 sec)

  1. pkg/api/pod/util_test.go

    			if diff := cmp.Diff(tc.expectedPod, tc.newPod); diff != "" {
    				t.Errorf("unexpected pod spec (-want, +got):\n%s", diff)
    			}
    		})
    	}
    }
    
    func TestDropClusterTrustBundleProjectedVolumes(t *testing.T) {
    	testCases := []struct {
    		description                         string
    		clusterTrustBundleProjectionEnabled bool
    		oldPod                              *api.PodSpec
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 108.8K bytes
    - Viewed (0)
Back to top