Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. pkg/apis/core/pods/helpers_test.go

    limitations under the License.
    */
    
    package pods
    
    import (
    	"reflect"
    	"testing"
    
    	"k8s.io/apimachinery/pkg/util/validation/field"
    	api "k8s.io/kubernetes/pkg/apis/core"
    )
    
    func TestVisitContainersWithPath(t *testing.T) {
    	testCases := []struct {
    		description string
    		path        *field.Path
    		haveSpec    *api.PodSpec
    		wantNames   []string
    	}{
    		{
    			"empty podspec",
    			field.NewPath("spec"),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 14 01:35:30 UTC 2023
    - 6.1K bytes
    - Viewed (0)
Back to top