Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/validation_test.go

    				// schema, but they would be accessible even if they were not
    				"self.embedded.kind == 'Pod'",
    				"self.embedded.apiVersion == 'v1'",
    				"self.embedded.metadata.name == 'foo'",
    				"self.embedded.metadata.generateName == 'pickItForMe'",
    				// the specified embedded fields are accessible
    				"self.embedded.spec.field1 == 'a'",
    			},
    			errors: map[string]string{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 17:14:10 UTC 2024
    - 159.9K bytes
    - Viewed (0)
  2. src/cmd/go/alldocs.go

    //	    If file ends in a slash or names an existing directory,
    //	    the test is written to pkg.test in that directory.
    //
    // The test binary also accepts flags that control execution of the test; these
    // flags are also accessible by 'go test'. See 'go help testflag' for details.
    //
    // For more about build flags, see 'go help build'.
    // For more about specifying packages, see 'go help packages'.
    //
    // See also: go build, go vet.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
Back to top