Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 22 for doens (0.15 sec)

  1. ChangeLog.md

    - [`KT-62676`](https://youtrack.jetbrains.com/issue/KT-62676) K2 IDE: Reference shortener does not recoginize redundant this references
    - [`KT-63627`](https://youtrack.jetbrains.com/issue/KT-63627) K2 IDE: shorten reference shortens required qualifier
    - [`KT-62675`](https://youtrack.jetbrains.com/issue/KT-62675) K2 IDE: Reference shortener does not recoginize redundant labels
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:14:23 UTC 2024
    - 292.1K bytes
    - Viewed (0)
  2. doc/go_spec.html

    in a declaration, but it does not introduce a binding and thus is not declared.
    In the package block, the identifier <code>init</code> may only be used for
    <a href="#Package_initialization"><code>init</code> function</a> declarations,
    and like the blank identifier it does not introduce a new binding.
    </p>
    
    <pre class="ebnf">
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 21:07:21 UTC 2024
    - 281.5K bytes
    - Viewed (1)
  3. pkg/proxy/iptables/proxier_test.go

    			output:   "10.180.0.1:53, 10.180.2.1:53",
    			masq:     false,
    		},
    		{
    			name:     "TCP-only port does not match UDP traffic",
    			sourceIP: "10.180.0.2",
    			protocol: v1.ProtocolUDP,
    			destIP:   "172.30.0.42",
    			destPort: 80,
    			output:   "",
    		},
    		{
    			name:     "svc1 does not accept svc2's ports",
    			sourceIP: "10.180.0.2",
    			destIP:   "172.30.0.41",
    			destPort: 443,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 249.9K bytes
    - Viewed (1)
  4. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"runAsNonRoot":             "Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in SecurityContext.  If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  5. pkg/apis/core/types.go

    	// +optional
    	RunAsGroup *int64
    	// Indicates that the container must run as a non-root user.
    	// If true, the Kubelet will validate the image at runtime to ensure that it
    	// does not run as UID 0 (root) and fail to start the container if it does.
    	// If unset or false, no such validation will be performed.
    	// May also be set in SecurityContext.  If set in both SecurityContext and
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  6. prow/config/calico.yaml

                    description: 'GenericXDPEnabled enables Generic XDP so network cards
                      that don''t support XDP offload or driver modes can use XDP. This
                      is not recommended since it doesn''t provide better performance
                      than iptables. [Default: false]'
                    type: boolean
                  healthEnabled:
                    type: boolean
                  healthHost:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/core/v1/generated.proto

      optional int64 runAsGroup = 6;
    
      // Indicates that the container must run as a non-root user.
      // If true, the Kubelet will validate the image at runtime to ensure that it
      // does not run as UID 0 (root) and fail to start the container if it does.
      // If unset or false, no such validation will be performed.
      // May also be set in SecurityContext.  If set in both SecurityContext and
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/core/v1/types.go

    	// Indicates that the container must run as a non-root user.
    	// If true, the Kubelet will validate the image at runtime to ensure that it
    	// does not run as UID 0 (root) and fail to start the container if it does.
    	// If unset or false, no such validation will be performed.
    	// May also be set in SecurityContext.  If set in both SecurityContext and
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  9. src/net/http/h2_bundle.go

    // The caller does not own the returned slice.
    func (mh *http2MetaHeadersFrame) RegularFields() []hpack.HeaderField {
    	for i, hf := range mh.Fields {
    		if !hf.IsPseudo() {
    			return mh.Fields[i:]
    		}
    	}
    	return nil
    }
    
    // PseudoFields returns the pseudo header fields of mh.
    // The caller does not own the returned slice.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__batch__v1_openapi.json

              },
              "runAsNonRoot": {
                "description": "Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in SecurityContext.  If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.",
    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