Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 31 for Consumes (0.21 sec)

  1. src/net/http/h2_bundle.go

    	q.s = q.s[:len(q.s)-1]
    	return wr
    }
    
    // consume consumes up to n bytes from q.s[0]. If the frame is
    // entirely consumed, it is removed from the queue. If the frame
    // is partially consumed, the frame is kept with the consumed
    // bytes removed. Returns true iff any bytes were consumed.
    func (q *http2writeQueue) consume(n int32) (http2FrameWriteRequest, bool) {
    	if len(q.s) == 0 {
    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. api/openapi-spec/v3/apis__networking.k8s.io__v1_openapi.json

          },
          "io.k8s.apimachinery.pkg.util.intstr.IntOrString": {
            "description": "IntOrString is a type that can hold an int32 or a string.  When used in JSON or YAML marshalling and unmarshalling, it produces or consumes the inner type.  This allows you to have, for example, a JSON field that can accept a name or number.",
            "format": "int-or-string",
            "oneOf": [
              {
                "type": "integer"
              },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 324.8K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.9.md

    *   You can now disable AppArmor by setting the AppArmor profile to unconfined. ([#52395](https://github.com/kubernetes/kubernetes/pull/52395),[ @dixudx](https://github.com/dixudx))
    *   ImageGCManage now consumes ImageFS stats from StatsProvider rather than cadvisor. ([#53094](https://github.com/kubernetes/kubernetes/pull/53094),[ @yguo0905](https://github.com/yguo0905))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 16 10:46:27 UTC 2021
    - 313.7K bytes
    - Viewed (0)
  4. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    	if x != nil {
    		return x.StableValidationPolicy
    	}
    	return nil
    }
    
    // IntOrString is a type that can hold an int32 or a string.  When used in
    // JSON or YAML marshalling and unmarshalling, it produces or consumes the
    // inner type.  This allows you to have, for example, a JSON field that can
    // accept a name or number.
    // TODO: Rename to Int32OrString
    //
    // +protobuf=true
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__batch__v1_openapi.json

          },
          "io.k8s.apimachinery.pkg.util.intstr.IntOrString": {
            "description": "IntOrString is a type that can hold an int32 or a string.  When used in JSON or YAML marshalling and unmarshalling, it produces or consumes the inner type.  This allows you to have, for example, a JSON field that can accept a name or number.",
            "format": "int-or-string",
            "oneOf": [
              {
                "type": "integer"
              },
    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. pkg/apis/core/types.go

    	// The default policy is Retain.
    	PersistentVolumeReclaimRetain PersistentVolumeReclaimPolicy = "Retain"
    )
    
    // PersistentVolumeMode describes how a volume is intended to be consumed, either Block or Filesystem.
    type PersistentVolumeMode string
    
    const (
    	// PersistentVolumeBlock means the volume will not be formatted with a filesystem and will remain a raw block device.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"daemonEndpoints": "Endpoints of daemons running on the Node.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/core/v1/types.go

    	// use a full-replacement patch. See https://pr.k8s.io/79391 for an example.
    	// Consumers should assume that addresses can change during the
    	// lifetime of a Node. However, there are some exceptions where this may not
    	// be possible, such as Pods that inherit a Node's address in its own status or
    	// consumers of the downward API (status.hostIP).
    	// +optional
    	// +patchMergeKey=type
    	// +patchStrategy=merge
    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. common-protos/k8s.io/api/core/v1/generated.proto

      // use a full-replacement patch. See https://pr.k8s.io/79391 for an example.
      // Consumers should assume that addresses can change during the
      // lifetime of a Node. However, there are some exceptions where this may not
      // be possible, such as Pods that inherit a Node's address in its own status or
      // consumers of the downward API (status.hostIP).
      // +optional
      // +patchMergeKey=type
      // +patchStrategy=merge
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/core/v1/generated.proto

      // use a full-replacement patch. See https://pr.k8s.io/79391 for an example.
      // Consumers should assume that addresses can change during the
      // lifetime of a Node. However, there are some exceptions where this may not
      // be possible, such as Pods that inherit a Node's address in its own status or
      // consumers of the downward API (status.hostIP).
      // +optional
      // +patchMergeKey=type
      // +patchStrategy=merge
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
Back to top