Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 94 of 94 for notsan (0.28 sec)

  1. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

            "operator": {
              "description": "Represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt.",
              "type": "string"
            },
            "values": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 2.3M bytes
    - Viewed (0)
  2. pkg/apis/core/validation/validation_test.go

    		t.Errorf("expected failure")
    	}
    
    	wrongValueCase := metav1.ObjectMeta{
    		Name:      "123",
    		Namespace: "ns",
    		Labels: map[string]string{
    			"other": "blah",
    			"foo":   "notbar",
    		},
    	}
    	if errs := ValidateHasLabel(wrongValueCase, field.NewPath("field"), "foo", "bar"); len(errs) == 0 {
    		t.Errorf("expected failure")
    	}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  3. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger.json

              "enum": [
                "DoesNotExist",
                "Exists",
                "Gt",
                "In",
                "Lt",
                "NotIn"
              ],
              "type": "string"
            },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 4.5M bytes
    - Viewed (0)
  4. CREDITS

    */
    (By Douglas Crockford <******@****.***>)
    
    --------------------------------------------------
    For lib/cpp/src/thrift/windows/SocketPair.cpp
    
    /* socketpair.c
     * Copyright 2007 by Nathan C. Myers <******@****.***>; some rights reserved.
     * This code is Free Software.  It may be copied freely, in original or
     * modified form, subject only to the restrictions that (1) the author is
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 15:34:20 UTC 2024
    - 1.7M bytes
    - Viewed (0)
Back to top