Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 84 for PatchOptions (0.31 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/validation/validation_test.go

    	tests := []struct {
    		opts      metav1.PatchOptions
    		patchType types.PatchType
    	}{{
    		opts: metav1.PatchOptions{
    			Force:        boolPtr(true),
    			FieldManager: "kubectl",
    		},
    		patchType: types.ApplyPatchType,
    	}, {
    		opts: metav1.PatchOptions{
    			FieldManager: "kubectl",
    		},
    		patchType: types.ApplyPatchType,
    	}, {
    		opts:      metav1.PatchOptions{},
    		patchType: types.MergePatchType,
    	}, {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 02 07:48:42 UTC 2023
    - 15.2K bytes
    - Viewed (0)
Back to top