Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 24 for Trailing (0.44 sec)

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

    // trailing dashes are allowed.
    var ValidatePodName = apimachineryvalidation.NameIsDNSSubdomain
    
    // ValidateReplicationControllerName can be used to check whether the given replication
    // controller name is valid.
    // Prefix indicates this name will be used as part of generation, in which case
    // trailing dashes are allowed.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go

    		[6]*argField{ap_Reg_11_15, ap_Reg_6_10}},
    	{CNTTZDCC, 0xfc0007ff00000000, 0x7c00047500000000, 0xf80000000000, // Count Trailing Zeros Doubleword X-form (cnttzd. RA,RS)
    		[6]*argField{ap_Reg_11_15, ap_Reg_6_10}},
    	{CNTTZW, 0xfc0007ff00000000, 0x7c00043400000000, 0xf80000000000, // Count Trailing Zeros Word X-form (cnttzw RA,RS)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 22 17:16:14 UTC 2022
    - 334.7K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test_cases/crds/standard-install.yaml

                                                A path element refers to the list of labels
                                                in the path split by the `/` separator.
                                                When specified, a trailing `/` is ignored.
                                                For example, the paths `/abc`, `/abc/`,
                                                and `/abc/def` would all match the prefix
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 17:15:18 UTC 2023
    - 458.3K bytes
    - Viewed (0)
  4. pkg/proxy/iptables/proxier_test.go

    				-A KUBE-FORWARD -m comment --comment "kubernetes forwarding conntrack rule" -m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT
    				COMMIT
    				`),
    			error: "bad ruleData (1 tables)",
    		},
    		{
    			name: "trailing junk",
    			input: dedent.Dedent(`
    				*filter
    				:KUBE-SERVICES - [0:0]
    				:KUBE-EXTERNAL-SERVICES - [0:0]
    				:KUBE-FORWARD - [0:0]
    				:KUBE-NODEPORTS - [0:0]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 249.9K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.21.md

        - [Node Binaries](#node-binaries-7)
      - [Changelog since v1.21.6](#changelog-since-v1216)
      - [Changes by Kind](#changes-by-kind-6)
        - [Feature](#feature-4)
        - [Failing Test](#failing-test)
        - [Bug or Regression](#bug-or-regression-6)
      - [Dependencies](#dependencies-7)
        - [Added](#added-7)
        - [Changed](#changed-7)
        - [Removed](#removed-7)
    - [v1.21.6](#v1216)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 14 07:03:14 UTC 2022
    - 367.3K bytes
    - Viewed (0)
  6. src/net/http/h2_bundle.go

    			n++
    			if n == 1 {
    				buf.WriteString(", settings:")
    			}
    			fmt.Fprintf(&buf, " %v=%v,", s.ID, s.Val)
    			return nil
    		})
    		if n > 0 {
    			buf.Truncate(buf.Len() - 1) // remove trailing comma
    		}
    	case *http2DataFrame:
    		data := f.Data()
    		const max = 256
    		if len(data) > max {
    			data = data[:max]
    		}
    		fmt.Fprintf(&buf, " data=%q", data)
    		if len(f.Data()) > max {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  7. docs/en/docs/release-notes.md

        * This allows having a router for `/cats` and all its *path operations*, while having one of them for `/cats`.
        * Now it doesn't have to be only `/cats/` (with a trailing slash).
        * To use it, declare the path in the *path operation* as the empty string (`""`).
        * PR [#415](https://github.com/tiangolo/fastapi/pull/415) by [@vitalik](https://github.com/vitalik).
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
  8. doc/go_spec.html

    expression and the type declaration is parsed as an array type declaration.
    To resolve the ambiguity, embed the constraint in an
    <a href="#Interface_types">interface</a> or use a trailing comma:
    </p>
    
    <pre>
    type T[P interface{*C}] …
    type T[P *C,] …
    </pre>
    
    <p>
    Type parameters may also be declared by the receiver specification
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 21:07:21 UTC 2024
    - 281.5K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.27.md

        - [Container Images](#container-images-8)
      - [Changelog since v1.27.6](#changelog-since-v1276)
      - [Changes by Kind](#changes-by-kind-8)
        - [Feature](#feature-7)
        - [Failing Test](#failing-test)
        - [Bug or Regression](#bug-or-regression-8)
        - [Other (Cleanup or Flake)](#other-cleanup-or-flake-3)
      - [Dependencies](#dependencies-8)
        - [Added](#added-8)
        - [Changed](#changed-8)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:01:06 UTC 2024
    - 455.3K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__batch__v1_openapi.json

    ontroller`, but skips reconciling Jobs with a custom value for this field. The value must be a valid domain-prefixed path (e.g. acme.io/foo) - all characters before the first \"/\" must be a valid subdomain as defined by RFC 1123. All characters trailing the first \"/\" must be valid HTTP Path characters as defined by RFC 3986. The value cannot exceed 63 characters. This field is immutable.\n\nThis field is alpha-level. The job controller accepts setting the field when the feature gate JobManagedBy...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
Back to top