Search Options

Results per page
Sort
Preferred Languages
Advance

Results 201 - 208 of 208 for expiresIn (0.4 sec)

  1. src/net/http/server.go

    // active connections. Shutdown works by first closing all open
    // listeners, then closing all idle connections, and then waiting
    // indefinitely for connections to return to idle and then shut down.
    // If the provided context expires before the shutdown is complete,
    // Shutdown returns the context's error, otherwise it returns any
    // error returned from closing the [Server]'s underlying Listener(s).
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 123.4K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.22.md

    - Fixed an issue blocking azure auth to prompt to device code authentication flow when refresh token expires. ([#102063](https://github.com/kubernetes/kubernetes/pull/102063), [@tdihp](https://github.com/tdihp))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 13 12:43:45 UTC 2022
    - 454.1K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.19.md

    - Azure auth module for kubectl now requests login after refresh token expires. ([#86481](https://github.com/kubernetes/kubernetes/pull/86481), [@tdihp](https://github.com/tdihp)) [SIG API Machinery and Auth]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.8.md

     Extended resources cannot be overcommitted, so make sure that request and limit are equal
     if both are present in a container spec.
    
     - The default Bootstrap Token created with `kubeadm init` v1.8 expires
     and is deleted after 24 hours by default to limit the exposure of the
     valuable credential. You can create a new Bootstrap Token with
     `kubeadm token create` or make the default token permanently valid by specifying
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
  5. src/net/http/h2_bundle.go

    		"content-encoding",
    		"content-language",
    		"content-length",
    		"content-location",
    		"content-range",
    		"content-type",
    		"cookie",
    		"date",
    		"etag",
    		"expect",
    		"expires",
    		"from",
    		"host",
    		"if-match",
    		"if-modified-since",
    		"if-none-match",
    		"if-unmodified-since",
    		"last-modified",
    		"link",
    		"location",
    		"max-forwards",
    		"origin",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"Client.Timeout", Field, 3},
    		{"Client.Transport", Field, 0},
    		{"CloseNotifier", Type, 1},
    		{"ConnState", Type, 3},
    		{"Cookie", Type, 0},
    		{"Cookie.Domain", Field, 0},
    		{"Cookie.Expires", Field, 0},
    		{"Cookie.HttpOnly", Field, 0},
    		{"Cookie.MaxAge", Field, 0},
    		{"Cookie.Name", Field, 0},
    		{"Cookie.Path", Field, 0},
    		{"Cookie.Raw", Field, 0},
    		{"Cookie.RawExpires", Field, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  7. api/go1.txt

    pkg net/http, type Client struct, Jar CookieJar
    pkg net/http, type Client struct, Transport RoundTripper
    pkg net/http, type Cookie struct
    pkg net/http, type Cookie struct, Domain string
    pkg net/http, type Cookie struct, Expires time.Time
    pkg net/http, type Cookie struct, HttpOnly bool
    pkg net/http, type Cookie struct, MaxAge int
    pkg net/http, type Cookie struct, Name string
    pkg net/http, type Cookie struct, Path string
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
  8. pkg/generated/openapi/zz_generated.openapi.go

    							Type:...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
Back to top