Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for pexpr (0.06 sec)

  1. pkg/apis/core/validation/validation_test.go

    	}
    
    	cases := map[string]struct {
    		mounts      []core.VolumeMount
    		expectError bool
    	}{
    		"subpath expr not specified": {
    			[]core.VolumeMount{{
    				Name:      "abc-123",
    				MountPath: "/bab",
    			}},
    			false,
    		},
    		"subpath expr specified": {
    			[]core.VolumeMount{{
    				Name:        "abc-123",
    				MountPath:   "/bab",
    				SubPathExpr: "$(POD_NAME)",
    			}},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"Ellipsis", Type, 0},
    		{"Ellipsis.Ellipsis", Field, 0},
    		{"Ellipsis.Elt", Field, 0},
    		{"EmptyStmt", Type, 0},
    		{"EmptyStmt.Implicit", Field, 5},
    		{"EmptyStmt.Semicolon", Field, 0},
    		{"Expr", Type, 0},
    		{"ExprStmt", Type, 0},
    		{"ExprStmt.X", Field, 0},
    		{"Field", Type, 0},
    		{"Field.Comment", Field, 0},
    		{"Field.Doc", Field, 0},
    		{"Field.Names", Field, 0},
    		{"Field.Tag", Field, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
Back to top