Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for migrate (0.5 sec)

  1. pkg/generated/openapi/zz_generated.openapi.go

    				Type:        []string{"object"},
    				Properties: map[string]spec.Schema{
    					"resource": {
    						SchemaProps: spec.SchemaProps{
    							Description: "The resource that is being migrated. The migrator sends requests to the endpoint serving the resource. Immutable.",
    							Default:     map[string]interface{}{},
    							Ref:         ref("k8s.io/api/storagemigration/v1alpha1.GroupVersionResource"),
    						},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  2. api/openapi-spec/swagger.json

              "type": "string"
            },
            "resource": {
              "$ref": "#/definitions/io.k8s.api.storagemigration.v1alpha1.GroupVersionResource",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
  3. src/internal/trace/traceviewer/static/trace_viewer_full.html

    canAddDiagnostic(otherDiagnostic){return otherDiagnostic instanceof DateRange;}
    addDiagnostic(other){this.range_.addRange(other.range_);}
    toString(){const minDate=tr.b.formatDate(this.minDate);if(this.durationMs===0)return minDate;const maxDate=tr.b.formatDate(this.maxDate);return`${minDate} - ${maxDate}`;}
    serialize(serializer){if(this.durationMs===0)return this.range_.min;return[this.range_.min,this.range_.max];}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 20:45:06 UTC 2023
    - 2.5M bytes
    - Viewed (0)
Back to top