Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for eventName (0.63 sec)

  1. src/internal/trace/traceviewer/static/trace_viewer_full.html

    this.listen(node,name,listeners[eventName]);}},listen:function(node,eventName,methodName){var handler=this._recallEventHandler(this,eventName,node,methodName);if(!handler){handler=this._createEventHandler(node,eventName,methodName);}
    if(handler._listening){return;}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 20:45:06 UTC 2023
    - 2.5M bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/core/v1/generated.pb.go

    		`Count:` + fmt.Sprintf("%v", this.Count) + `,`,
    		`Type:` + fmt.Sprintf("%v", this.Type) + `,`,
    		`EventTime:` + strings.Replace(strings.Replace(fmt.Sprintf("%v", this.EventTime), "MicroTime", "v1.MicroTime", 1), `&`, ``, 1) + `,`,
    		`Series:` + strings.Replace(this.Series.String(), "EventSeries", "EventSeries", 1) + `,`,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
  3. pkg/generated/openapi/zz_generated.openapi.go

    							Default:     map[string]interface{}{},
    							Ref:         ref("k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta"),
    						},
    					},
    					"eventTime": {
    						SchemaProps: spec.SchemaProps{
    							Description: "eventTime is the time when this Event was first observed. It is required.",
    							Ref:         ref("k8s.io/apimachinery/pkg/apis/meta/v1.MicroTime"),
    						},
    					},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  4. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

              "description": "deprecatedSource is the deprecated field assuring backward compatibility with core.v1 Event type."
            },
            "eventTime": {
              "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.MicroTime",
              "description": "eventTime is the time when this Event was first observed. It is required."
            },
            "kind": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 2.3M bytes
    - Viewed (0)
  5. api/openapi-spec/swagger.json

              "description": "deprecatedSource is the deprecated field assuring backward compatibility with core.v1 Event type."
            },
            "eventTime": {
              "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.MicroTime",
              "description": "eventTime is the time when this Event was first observed. It is required."
            },
            "kind": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
  6. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger.json

              "description": "deprecatedSource is the deprecated field assuring backward compatibility with core.v1 Event type."
            },
            "eventTime": {
              "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.MicroTime",
              "description": "eventTime is the time when this Event was first observed. It is required."
            },
            "kind": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 4.5M bytes
    - Viewed (0)
  7. api/openapi-spec/v3/api__v1_openapi.json

              },
              "count": {
                "description": "The number of times this event has occurred.",
                "format": "int32",
                "type": "integer"
              },
              "eventTime": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/io.k8s.apimachinery.pkg.apis.meta.v1.MicroTime"
                  }
                ],
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
Back to top