Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 13 of 13 for Qword6 (0.14 sec)

  1. src/net/http/h2_bundle.go

    	// CountError, if non-nil, is called on HTTP/2 server errors.
    	// It's intended to increment a metric for monitoring, such
    	// as an expvar or Prometheus metric.
    	// The errType consists of only ASCII word characters.
    	CountError func(errType string)
    
    	// Internal state. This is a pointer (rather than embedded directly)
    	// so that we don't embed a Mutex in this struct, which will make the
    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.9.md

    * The names generated for ControllerRevision and ReplicaSet are consistent with the GenerateName functionality of the API Server and will not contain "bad words". ([#51538](https://github.com/kubernetes/kubernetes/pull/51538), [@kow3ns](https://github.com/kow3ns))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 16 10:46:27 UTC 2021
    - 313.7K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"lastProbeTime":      "Last time we probed the condition.",
    	"lastTransitionTime": "Last time the condition transitioned from one status to another.",
    	"reason":             "Unique, one-word, CamelCase reason for the condition's last transition.",
    	"message":            "Human-readable message indicating details about last transition.",
    }
    
    func (PodCondition) SwaggerDoc() map[string]string {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
Back to top