Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 13 for reachable (0.27 sec)

  1. src/cmd/compile/internal/ssagen/ssa.go

    		s.stmtList(body)
    
    		s.breakTo = prevBreak
    		if lab != nil {
    			lab.breakTarget = nil
    		}
    
    		// walk adds explicit OBREAK nodes to the end of all reachable code paths.
    		// If we still have a current block here, then mark it unreachable.
    		if s.curBlock != nil {
    			m := s.mem()
    			b := s.endBlock()
    			b.Kind = ssa.BlockExit
    			b.SetControl(m)
    		}
    		s.startBlock(bEnd)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/core/v1/types.go

    	// An internal IP is normally expected to be reachable from every other node, but
    	// may not be visible to hosts outside the cluster. By default it is assumed that
    	// kube-apiserver can reach node internal IPs, though it is possible to configure
    	// clusters where this is not the case.
    	//
    	// NodeInternalIP is the default type of node IP, and does not necessarily imply
    	// that the IP is ONLY reachable internally. If a node has multiple internal IPs,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  3. pkg/apis/core/types.go

    	// An internal IP is normally expected to be reachable from every other node, but
    	// may not be visible to hosts outside the cluster. By default it is assumed that
    	// kube-apiserver can reach node internal IPs, though it is possible to configure
    	// clusters where this is not the case.
    	//
    	// NodeInternalIP is the default type of node IP, and does not necessarily imply
    	// that the IP is ONLY reachable internally. If a node has multiple internal IPs,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"conditions":      "Conditions is an array of current observed node conditions. More info: https://kubernetes.io/docs/concepts/nodes/node/#condition",
    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. CHANGELOG/CHANGELOG-1.25.md

    - The pod phase lifecycle guarantees that terminal Pods, those whose states are `Unready` or `Succeeded`, can not regress and will have all container stopped. Hence, terminal Pods will never be reachable and should not publish their IP addresses on the `Endpoints` or `EndpointSlices`, independently of the Service `TolerateUnready` option. ([#110255](https://github.com/kubernetes/kubernetes/pull/110255), [@robscott](https://github.com/robscott))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 06 09:23:20 UTC 2024
    - 419.1K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/core/v1/generated.proto

      // +optional
      // +patchMergeKey=type
      // +patchStrategy=merge
      // +listType=map
      // +listMapKey=type
      repeated NodeCondition conditions = 4;
    
      // List of addresses reachable to the node.
      // Queried from cloud provider, if available.
      // More info: https://kubernetes.io/docs/concepts/nodes/node/#addresses
      // Note: This field is declared as mergeable, but the merge key is not sufficiently
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  7. api/openapi-spec/v3/apis__batch__v1_openapi.json

                "type": "string"
              },
              "message": {
                "description": "A human-readable description of the cause of the error.  This field may be presented as-is to a reader.",
                "type": "string"
              },
              "reason": {
                "description": "A machine-readable description of the cause of the error. If this value is empty there is no information available.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
  8. doc/go_spec.html

    or <code>*s</code>, and returns the field offset in bytes relative to the struct's address.
    If <code>f</code> is an <a href="#Struct_types">embedded field</a>, it must be reachable
    without pointer indirections through fields of the struct.
    For a struct <code>s</code> with field <code>f</code>:
    </p>
    
    <pre>
    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.md

    - [`KT-38490`](https://youtrack.jetbrains.com/issue/KT-38490) False negative INVALID_IF_AS_EXPRESSION with unreachable code and coercion to Unit
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:14:23 UTC 2024
    - 292.1K bytes
    - Viewed (0)
  10. prow/config/calico.yaml

                      or the global default if that is not set.
                    type: string
                  reachableBy:
                    description: Add an exact, i.e. /32, static route toward peer IP in
                      order to prevent route flapping. ReachableBy contains the address
                      of the gateway which peer can be reached by.
                    type: string
                  sourceAddress:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
Back to top