Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 46 for tracks (0.25 sec)

  1. pkg/apis/core/types.go

    	// +optional
    	Hard ResourceList
    	// A collection of filters that must match each object tracked by a quota.
    	// If not specified, the quota matches all objects.
    	// +optional
    	Scopes []ResourceQuotaScope
    	// ScopeSelector is also a collection of filters like Scopes that must match each object tracked by a quota
    	// but expressed using ScopeSelectorOperator in combination with possible values.
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"scopes":        "A collection of filters that must match each object tracked by a quota. If not specified, the quota matches all objects.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  3. src/net/http/h2_bundle.go

    	if trace != nil && trace.Wait100Continue != nil {
    		trace.Wait100Continue()
    	}
    }
    
    func http2traceWroteRequest(trace *httptrace.ClientTrace, err error) {
    	if trace != nil && trace.WroteRequest != nil {
    		trace.WroteRequest(httptrace.WroteRequestInfo{Err: err})
    	}
    }
    
    func http2traceFirstResponseByte(trace *httptrace.ClientTrace) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.25.md

    - Fix a bug in cronjob controller where already created jobs may be missing from the status. ([#120649]...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 06 09:23:20 UTC 2024
    - 419.1K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.8.md

        For more details, see [Advanced audit](https://kubernetes.io/docs/tasks/debug-application-cluster/audit/#advanced-audit).
    
    * The deprecated `ThirdPartyResource` (TPR) API was removed.
      To avoid losing your TPR data, [migrate to CustomResourceDefinition](https://kubernetes.io/docs/tasks/access-kubernetes-api/migrate-third-party-resource/).
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.28.md

    - Fix 1.28.0 regression where adding aggregated APIService objects could cause apiserver to panic and affect...
    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

      // A collection of filters that must match each object tracked by a quota.
      // If not specified, the quota matches all objects.
      // +optional
      // +listType=atomic
      repeated string scopes = 2;
    
      // scopeSelector is also a collection of filters like scopes that must match each object tracked by a quota
      // but expressed using ScopeSelectorOperator in combination with possible values.
    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. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

      <mime-type type="text/vnd.wap.wmlscript">
        <_comment>WML Script</_comment>
        <glob pattern="*.wmls"/>
      </mime-type>
    
      <mime-type type="text/vtt">
        <_comment>Web Video Text Tracks Format</_comment>
        <acronym>WebVTT</acronym>
        <magic priority="40">
          <!-- Simple Form -->
          <match value="WEBVTT\r" type="string" offset="0"/>
          <match value="WEBVTT\n" type="string" offset="0"/>
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.26.md

    - Fix a bug in cronjob controller where already created jobs may be missing from the status. ([#120649...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 16:24:51 UTC 2024
    - 425.7K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/core/v1/types.go

    	// A collection of filters that must match each object tracked by a quota.
    	// If not specified, the quota matches all objects.
    	// +optional
    	// +listType=atomic
    	Scopes []ResourceQuotaScope `json:"scopes,omitempty" protobuf:"bytes,2,rep,name=scopes,casttype=ResourceQuotaScope"`
    	// scopeSelector is also a collection of filters like scopes that must match each object tracked by a quota
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
Back to top