Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 16 of 16 for embeddeds (0.61 sec)

  1. src/net/http/h2_bundle.go

    	// StreamID is which stream this frame is for. Certain frames
    	// are not stream-specific, in which case this field is 0.
    	StreamID uint32
    }
    
    // Header returns h. It exists so FrameHeaders can be embedded in other
    // specific frame types and implement the Frame interface.
    func (h http2FrameHeader) Header() http2FrameHeader { return h }
    
    func (h http2FrameHeader) String() string {
    	var buf bytes.Buffer
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.24.md

    - `kubectl version` now includes information on the embedded version of Kustomize ([#108817](https://github.com/kubernetes/kubernetes/pull/108817), [@KnVerey](https://github.com/KnVerey))
    
    ### Bug or Regression
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 24 00:02:43 UTC 2023
    - 473.4K bytes
    - Viewed (0)
  3. pkg/apis/core/types.go

    type EphemeralVolumeSource struct {
    	// VolumeClaimTemplate will be used to create a stand-alone PVC to provision the volume.
    	// The pod in which this EphemeralVolumeSource is embedded will be the
    	// owner of the PVC, i.e. the PVC will be deleted together with the
    	// pod.  The name of the PVC will be `<pod name>-<volume name>` where
    	// `<volume name>` is the name from the `PodSpec.Volumes` array
    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

    	"":                    "Represents an ephemeral volume that is handled by a normal storage driver.",
    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. api/openapi-spec/v3/apis__batch__v1_openapi.json

                  }
                ],
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
  6. docs/en/docs/release-notes.md

    * Fix body validation error response, do not include body variable when it is not embedded. PR [#1553](https://github.com/tiangolo/fastapi/pull/1553) by [@amacfie](https://github.com/amacfie).
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
Back to top