Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 92 for PatchOptions (0.3 sec)

  1. staging/src/k8s.io/api/testdata/v1.30.0/core.v1.PatchOptions.yaml

    apiVersion: v1
    dryRun:
    - dryRunValue
    fieldManager: fieldManagerValue
    fieldValidation: fieldValidationValue
    force: true
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 138 bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/testdata/HEAD/core.v1.PatchOptions.yaml

    apiVersion: v1
    dryRun:
    - dryRunValue
    fieldManager: fieldManagerValue
    fieldValidation: fieldValidationValue
    force: true
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Feb 19 15:31:53 UTC 2022
    - 138 bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/v1.29.0/core.v1.PatchOptions.json

    {
      "kind": "PatchOptions",
      "apiVersion": "v1",
      "dryRun": [
        "dryRunValue"
      ],
      "force": true,
      "fieldManager": "fieldManagerValue",
      "fieldValidation": "fieldValidationValue"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 188 bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/HEAD/core.v1.PatchOptions.json

    {
      "kind": "PatchOptions",
      "apiVersion": "v1",
      "dryRun": [
        "dryRunValue"
      ],
      "force": true,
      "fieldManager": "fieldManagerValue",
      "fieldValidation": "fieldValidationValue"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Feb 19 15:31:53 UTC 2022
    - 188 bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/testdata/v1.29.0/core.v1.PatchOptions.yaml

    apiVersion: v1
    dryRun:
    - dryRunValue
    fieldManager: fieldManagerValue
    fieldValidation: fieldValidationValue
    force: true
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 138 bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/v1.30.0/core.v1.PatchOptions.json

    {
      "kind": "PatchOptions",
      "apiVersion": "v1",
      "dryRun": [
        "dryRunValue"
      ],
      "force": true,
      "fieldManager": "fieldManagerValue",
      "fieldValidation": "fieldValidationValue"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 188 bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/v1.30.0/core.v1.PatchOptions.pb

    SataQiu <******@****.***> 1713430345 +0800
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 86 bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/v1.29.0/core.v1.PatchOptions.pb

    SataQiu <******@****.***> 1702613527 +0800
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 86 bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/HEAD/core.v1.PatchOptions.pb

    Jordan Liggitt <******@****.***> 1645282187 -0500
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Feb 19 15:31:53 UTC 2022
    - 86 bytes
    - Viewed (0)
  10. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/options_test.go

    				t.Fatalf("failed to marshal UpdateOptions (%v): %v", err, update)
    			}
    			patch := PatchOptions{}
    			err = json.Unmarshal(b, &patch)
    			if err != nil {
    				t.Fatalf("failed to unmarshal UpdateOptions into PatchOptions: %v", err)
    			}
    
    			b, err = json.Marshal(patch)
    			if err != nil {
    				t.Fatalf("failed to marshal PatchOptions (%v): %v", err, patch)
    			}
    			got := UpdateOptions{}
    			err = json.Unmarshal(b, &got)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 04 21:51:48 UTC 2019
    - 1.6K bytes
    - Viewed (0)
Back to top