Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 54 for reachable (0.29 sec)

  1. api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1beta1_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: Fri Mar 08 04:18:56 UTC 2024
    - 235.7K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

    which this resource will be deleted. This field is set by the server when a graceful deletion is requested by the user, and is not directly settable by a client. The resource is expected to be deleted (no longer visible from resource lists, and not reachable by name) after the time in this field, once the finalizers list is empty. As long as the finalizers list contains items, deletion is blocked. Once the deletionTimestamp is set, this value may not be unset or be set further into the future, although...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 229.4K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/text/internal/language/tables.go

    	0x0000000112000001, 0x0000000106000001, 0x0000000101400001, 0x000000010a000001,
    	0x0000000102020001,
    }
    
    // regionInclusionNext marks, for each entry in regionInclusionBits, the set of
    // all groups that are reachable from the groups set in the respective entry.
    // Size: 73 bytes, 73 elements
    var regionInclusionNext = [73]uint8{
    	// Entry 0 - 3F
    	0x3e, 0x3f, 0x0b, 0x0b, 0x40, 0x01, 0x0b, 0x01,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 153K bytes
    - Viewed (0)
  4. src/net/http/transport_test.go

    }
    
    // A countedConn is a net.Conn that decrements an atomic counter when finalized.
    type countedConn struct {
    	net.Conn
    }
    
    // A countingDialer dials connections and counts the number that remain reachable.
    type countingDialer struct {
    	dialer      net.Dialer
    	mu          sync.Mutex
    	total, live int64
    }
    
    func (d *countingDialer) DialContext(ctx context.Context, network, address string) (net.Conn, error) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 21:59:21 UTC 2024
    - 192.6K bytes
    - Viewed (0)
  5. doc/go1.17_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: Thu Apr 11 20:22:45 UTC 2024
    - 211.6K bytes
    - Viewed (0)
  6. src/cmd/go/internal/work/exec.go

    		vetFlags = []string{"-unsafeptr=false"}
    
    		// Also turn off -unreachable checks during go test.
    		// During testing it is very common to make changes
    		// like hard-coded forced returns or panics that make
    		// code unreachable. It's unreasonable to insist on files
    		// not having any unreachable code during "go test".
    		// (buildall.bash still has -unreachable enabled
    		// for the overall whole-tree scan.)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 14:46:37 UTC 2024
    - 105.6K bytes
    - Viewed (0)
  7. pkg/controller/nodelifecycle/node_lifecycle_controller_test.go

    		t.Skip("Skipping test on Windows.")
    	}
    	fakeNow := metav1.Date(2017, 1, 1, 12, 0, 0, 0, time.UTC)
    
    	fakeNodeHandler := &testutil.FakeNodeHandler{
    		Existing: []*v1.Node{
    			// Unreachable Taint with effect 'NoExecute' should be applied to this node.
    			{
    				ObjectMeta: metav1.ObjectMeta{
    					Name:              "node0",
    					CreationTimestamp: metav1.Date(2012, 1, 1, 0, 0, 0, 0, time.UTC),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 26 03:26:45 UTC 2024
    - 119K bytes
    - Viewed (0)
  8. pkg/printers/internalversion/printers.go

    // human-readable approximation.
    func translateMicroTimestampSince(timestamp metav1.MicroTime) string {
    	if timestamp.IsZero() {
    		return "<unknown>"
    	}
    
    	return duration.HumanDuration(time.Since(timestamp.Time))
    }
    
    // translateTimestampSince returns the elapsed time since timestamp in
    // human-readable approximation.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 128.3K bytes
    - Viewed (0)
  9. api/maven-api-model/src/main/mdo/maven.mdo

              </description>
              <type>String</type>
            </field>
            <field>
              <name>name</name>
              <version>4.0.0+</version>
              <description>Human readable name of the repository.</description>
              <type>String</type>
            </field>
            <field>
              <name>url</name>
              <version>4.0.0+</version>
              <required>true</required>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Apr 23 13:29:46 UTC 2024
    - 115.1K bytes
    - Viewed (0)
  10. okhttp/src/test/java/okhttp3/CallTest.kt

      /** https://github.com/square/okhttp/issues/442  */
      @Test
      fun tlsTimeoutsNotRetried() {
        enableTls()
        server.enqueue(MockResponse(socketPolicy = NoResponse))
        server.enqueue(MockResponse(body = "unreachable!"))
        client =
          client.newBuilder()
            .readTimeout(Duration.ofMillis(100))
            .build()
        val request = Request.Builder().url(server.url("/")).build()
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Apr 10 19:46:48 UTC 2024
    - 142.5K bytes
    - Viewed (0)
Back to top