Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 15 for setOp (0.36 sec)

  1. docs/en/docs/release-notes.md

    INFO:     Started server process [2248757]
    INFO:     Waiting for application startup.
    INFO:     Application startup complete.
    ```
    
    ### Refactors
    
    * 🔧 Add configs and setup for `fastapi-slim` including optional extras `fastapi-slim[standard]`, and `fastapi` including by default the same `standard` extras. PR [#11503](https://github.com/tiangolo/fastapi/pull/11503) by [@tiangolo](https://github.com/tiangolo).
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.8.md

    For initial installations, see the [Setup topics][] in the Kubernetes
    documentation.
    
    To upgrade to this release from a previous version, take any actions required
    [Before Upgrading](#before-upgrading).
    
    For more information about the release and for the latest documentation,
    see the [Kubernetes documentation](https://kubernetes.io/docs/home/).
    
    [Setup topics]: https://kubernetes.io/docs/setup/pick-right-solution/
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
  3. common-protos/k8s.io/api/core/v1/generated.proto

      // projected into the specified paths, and unlisted keys will not be
      // present. If a key is specified which is not present in the ConfigMap,
      // the volume setup will error unless it is marked optional. Paths must be
      // relative and may not contain the '..' path or start with '..'.
      // +optional
      repeated KeyToPath items = 2;
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  4. pkg/apis/core/types.go

    	// key and content is the value. If specified, the listed keys will be
    	// projected into the specified paths, and unlisted keys will not be
    	// present. If a key is specified which is not present in the Secret,
    	// the volume setup will error unless it is marked optional. Paths must be
    	// relative and may not contain the '..' path or start with '..'.
    	// +optional
    	Items []KeyToPath
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"optional": "optional specify whether the ConfigMap or its keys must be defined",
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/core/v1/generated.proto

      // projected into the specified paths, and unlisted keys will not be
      // present. If a key is specified which is not present in the ConfigMap,
      // the volume setup will error unless it is marked optional. Paths must be
      // relative and may not contain the '..' path or start with '..'.
      // +optional
      // +listType=atomic
      repeated KeyToPath items = 2;
    
    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. ChangeLog.md

    - [`KT-66795`](https://youtrack.jetbrains.com/issue/KT-66795) KtCodeFragment.clone() is broken
    - [`KT-66532`](https://youtrack.jetbrains.com/issue/KT-66532) K2 CodeGen AA: missing annotation setup for function in source module but not in a compile target file
    - [`KT-64833`](https://youtrack.jetbrains.com/issue/KT-64833) Analysis API: Members implemented by delegation have no overridden symbols
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:14:23 UTC 2024
    - 292.1K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/core/v1/types.go

    	// key and content is the value. If specified, the listed keys will be
    	// projected into the specified paths, and unlisted keys will not be
    	// present. If a key is specified which is not present in the Secret,
    	// the volume setup will error unless it is marked optional. Paths must be
    	// relative and may not contain the '..' path or start with '..'.
    	// +optional
    	// +listType=atomic
    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. api/openapi-spec/v3/apis__batch__v1_openapi.json

                "items": {
                  "allOf": [
                    {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
  10. src/net/http/h2_bundle.go

    	// SETTINGS_MAX_FRAME_SIZE default
    	// https://httpwg.org/specs/rfc7540.html#rfc.section.6.5.2
    	http2initialMaxFrameSize = 16384
    
    	// NextProtoTLS is the NPN/ALPN protocol negotiated during
    	// HTTP/2's TLS setup.
    	http2NextProtoTLS = "h2"
    
    	// https://httpwg.org/specs/rfc7540.html#SettingValues
    	http2initialHeaderTableSize = 4096
    
    	http2initialWindowSize = 65535 // 6.9.2 Initial Flow Control Window Size
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
Back to top