Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for TestPodConfigmaps (0.14 sec)

  1. pkg/api/v1/pod/util_test.go

    		resourcePaths.Insert(sets.List[string](collectResourcePaths(t, resourcename, path.Key("*"), "", tp.Elem()))...)
    	default:
    		// all primitive types
    	}
    
    	return resourcePaths
    }
    
    func TestPodConfigmaps(t *testing.T) {
    	// Stub containing all possible ConfigMap references in a pod.
    	// The names of the referenced ConfigMaps match struct paths detected by reflection.
    	pod := &v1.Pod{
    		Spec: v1.PodSpec{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Sep 25 11:04:08 UTC 2023
    - 32.1K bytes
    - Viewed (0)
  2. pkg/api/pod/util_test.go

    		resourcePaths.Insert(sets.List[string](collectResourcePaths(t, resourcename, path.Key("*"), "", tp.Elem()))...)
    	default:
    		// all primitive types
    	}
    
    	return resourcePaths
    }
    
    func TestPodConfigmaps(t *testing.T) {
    	// Stub containing all possible ConfigMap references in a pod.
    	// The names of the referenced ConfigMaps match struct paths detected by reflection.
    	pod := &api.Pod{
    		Spec: 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