Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 33 for futuna (0.32 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test_cases/crds/standard-install.yaml

                                example, configuring the minimum TLS version or supported
                                cipher suites. \n A set of common keys MAY be defined
                                by the API in the future. To avoid any ambiguity, implementation-specific
                                definitions MUST use domain-prefixed names, such as `example.com/my-custom-option`.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 17:15:18 UTC 2023
    - 458.3K bytes
    - Viewed (0)
  2. pkg/apis/core/types.go

    // This is an alpha feature and may change in the future.
    type TopologySelectorTerm struct {
    	// A list of topology selector requirements by labels.
    	// +optional
    	MatchLabelExpressions []TopologySelectorLabelRequirement
    }
    
    // TopologySelectorLabelRequirement is a selector that matches given label.
    // This is an alpha feature and may change in the future.
    type TopologySelectorLabelRequirement struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.8.md

    For more information, see [#53109](https://github.com/kubernetes/kubernetes/issues/53109).
    
    ## Deprecations
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/core/v1/types.go

    	// volumeSource represents the location and type of the mounted volume.
    	// If not specified, the Volume is implied to be an EmptyDir.
    	// This implied behavior is deprecated and will be removed in a future version.
    	VolumeSource `json:",inline" protobuf:"bytes,2,opt,name=volumeSource"`
    }
    
    // Represents the source of a volume to mount.
    // Only one of its members may be specified.
    type VolumeSource struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  5. common-protos/k8s.io/api/core/v1/generated.proto

      // If this value is in the future, no logs will be returned.
      // Only one of sinceSeconds or sinceTime may be specified.
      // +optional
      optional int64 sinceSeconds = 4;
    
      // An RFC3339 timestamp from which to show logs. If this value
      // precedes the time a pod was started, only logs since the pod start will be returned.
      // If this value is in the future, no logs will be returned.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.28.md

    - Marked the feature gate `ExperimentalHostUserNamespaceDefaulting` as deprecated.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:47:59 UTC 2024
    - 408.3K bytes
    - Viewed (1)
  7. staging/src/k8s.io/api/core/v1/generated.proto

      // If this value is in the future, no logs will be returned.
      // Only one of sinceSeconds or sinceTime may be specified.
      // +optional
      optional int64 sinceSeconds = 4;
    
      // An RFC3339 timestamp from which to show logs. If this value
      // precedes the time a pod was started, only logs since the pod start will be returned.
      // If this value is in the future, no logs will be returned.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"sinceTime":                    "An RFC3339 timestamp from which to show logs. If this value precedes the time a pod was started, only logs since the pod start will be returned. If this value is in the future, no logs will be returned. Only one of sinceSeconds or sinceTime may be specified.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.24.md

    - Kubeadm: remove the `IPv6DualStack` feature gate. The...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 24 00:02:43 UTC 2023
    - 473.4K bytes
    - Viewed (0)
  10. src/net/http/h2_bundle.go

    	r        int   // next byte to read is chunks[0][r]
    	w        int   // next byte to write is chunks[len(chunks)-1][w]
    	size     int   // total buffered bytes
    	expected int64 // we expect at least this many bytes in future Write calls (ignored if <= 0)
    }
    
    var http2errReadEmpty = errors.New("read from empty dataBuffer")
    
    // Read copies bytes from the buffer into p.
    // It is an error to read when no data is available.
    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