Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 86 for PATCH (0.34 sec)

  1. api/maven-api-core/src/main/java/org/apache/maven/api/JavaPathType.java

         * Use this type only when the module to patch is unknown.
         *
         * @see #patchModule(String)
         */
        PATCH_MODULE("--patch-module"),
    
        /**
         * The path identified by the Java {@code --processor-path} option.
         */
        PROCESSOR_CLASSES("--processor-path"),
    
        /**
         * The path identified by the Java {@code --processor-module-path} option.
         */
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Fri Mar 01 17:18:13 GMT 2024
    - 11.6K bytes
    - Viewed (0)
  2. manifests/charts/istio-control/istio-discovery/templates/clusterrole.yaml

    rules:
      - apiGroups: ["apps"]
        verbs: [ "get", "watch", "list", "update", "patch", "create", "delete" ]
        resources: [ "deployments" ]
      - apiGroups: [""]
        verbs: [ "get", "watch", "list", "update", "patch", "create", "delete" ]
        resources: [ "services" ]
      - apiGroups: [""]
        verbs: [ "get", "watch", "list", "update", "patch", "create", "delete" ]
        resources: [ "serviceaccounts"]
    Others
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Fri Apr 12 16:44:32 GMT 2024
    - 5.7K bytes
    - Viewed (0)
  3. manifests/charts/istio-cni/templates/clusterrole.yaml

        install.operator.istio.io/owning-resource: {{ .Values.ownerName | default "unknown" }}
        operator.istio.io/component: "Cni"
    rules:
      - apiGroups: [""]
        resources: ["events"]
        verbs: ["create", "patch"]
      - apiGroups: [""]
        resources: ["pods"]
        verbs: ["watch", "get", "list"]
    {{- if .Values.cni.repair.repairPods }}
    {{- /*  No privileges needed*/}}
    {{- else if .Values.cni.repair.deletePods }}
    Others
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Sat May 04 01:55:56 GMT 2024
    - 2.2K bytes
    - Viewed (0)
  4. manifests/charts/istiod-remote/templates/clusterrole.yaml

    rules:
      - apiGroups: ["apps"]
        verbs: [ "get", "watch", "list", "update", "patch", "create", "delete" ]
        resources: [ "deployments" ]
      - apiGroups: [""]
        verbs: [ "get", "watch", "list", "update", "patch", "create", "delete" ]
        resources: [ "services" ]
      - apiGroups: [""]
        verbs: [ "get", "watch", "list", "update", "patch", "create", "delete" ]
        resources: [ "serviceaccounts"]
    {{- end }}
    Others
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Fri Apr 12 16:44:32 GMT 2024
    - 5.8K bytes
    - Viewed (0)
  5. docs/de/docs/tutorial/body-updates.md

    ## Teilweises Ersetzen mit `PATCH`
    
    Sie kรถnnen auch die <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/PATCH" class="external-link" target="_blank">HTTP `PATCH`</a> Operation verwenden, um Daten *teilweise* zu ersetzen.
    
    Das bedeutet, sie senden nur die Daten, die Sie aktualisieren wollen, der Rest bleibt unverรคndert.
    
    !!! note "Hinweis"
        `PATCH` wird seltener verwendet und ist weniger bekannt als `PUT`.
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Sat Mar 30 20:26:37 GMT 2024
    - 6.5K bytes
    - Viewed (0)
  6. operator/cmd/mesh/manifest_shared_test.go

    }
    
    var interceptorFunc = interceptor.Funcs{Patch: func(
    	ctx context.Context,
    	clnt client.WithWatch,
    	obj client.Object,
    	patch client.Patch,
    	opts ...client.PatchOption,
    ) error {
    	// Apply patches are supposed to upsert, but fake client fails if the object doesn't exist,
    	// if an apply patch occurs for an object that doesn't yet exist, create it.
    	if patch.Type() != types.ApplyPatchType {
    Go
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Tue Feb 20 22:39:28 GMT 2024
    - 11.7K bytes
    - Viewed (1)
  7. docs/en/docs/tutorial/body-updates.md

    ## Partial updates with `PATCH`
    
    You can also use the <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/PATCH" class="external-link" target="_blank">HTTP `PATCH`</a> operation to *partially* update data.
    
    This means that you can send only the data that you want to update, leaving the rest intact.
    
    !!! note
        `PATCH` is less commonly used and known than `PUT`.
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 5.6K bytes
    - Viewed (0)
  8. cni/pkg/nodeagent/informers_test.go

    	mt.Assert(EventTotals.Name(), map[string]string{"type": "update"}, monitortest.AtLeast(4))
    
    	waitForMockCalls()
    
    	assertPodNotAnnotated(t, client, pod)
    
    	// patch a test label to emulate a POD update event
    	_, err = client.Kube().CoreV1().Pods(pod.Namespace).Patch(ctx, pod.Name,
    		types.MergePatchType, []byte(`{"metadata":{"labels":{"test":"update"}}}`), metav1.PatchOptions{})
    	assert.NoError(t, err)
    
    	// wait for an update events
    Go
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Fri May 03 19:29:42 GMT 2024
    - 15.8K bytes
    - Viewed (0)
  9. docs/em/docs/tutorial/body-updates.md

    &amp; ๐Ÿ“Š ๐Ÿ”œ ๐Ÿ–Š โฎ๏ธ ๐Ÿ‘ˆ "๐Ÿ†•" `tax` `10.5`.
    
    ## ๐Ÿ• โ„น โฎ๏ธ `PATCH`
    
    ๐Ÿ‘† ๐Ÿ’ช โš™๏ธ <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/PATCH" class="external-link" target="_blank">๐Ÿ‡บ๐Ÿ‡ธ๐Ÿ” `PATCH`</a> ๐Ÿ› ๏ธ *๐Ÿ•* โ„น ๐Ÿ’ฝ.
    
    ๐Ÿ‘‰ โ›“ ๐Ÿ‘ˆ ๐Ÿ‘† ๐Ÿ’ช ๐Ÿ“จ ๐Ÿ•ด ๐Ÿ’ฝ ๐Ÿ‘ˆ ๐Ÿ‘† ๐Ÿ’š โ„น, ๐Ÿ‚ ๐ŸŽ‚ ๐Ÿฃ.
    
    !!! note
        `PATCH` ๐ŸŒ˜ ๐Ÿ›Ž โš™๏ธ &amp; ๐Ÿ’ญ ๐ŸŒ˜ `PUT`.
    
         &amp; ๐Ÿ“š ๐Ÿ‰ โš™๏ธ ๐Ÿ•ด `PUT`, ๐Ÿ• โ„น.
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 4.6K bytes
    - Viewed (0)
  10. docs/ja/docs/tutorial/body-updates.md

    ใ™ใงใซๆ ผ็ดใ•ใ‚Œใฆใ„ใ‚‹ๅฑžๆ€ง`"tax": 20.2`ใ‚’ๅซใพใชใ„ใŸใ‚ใ€ๅ…ฅๅŠ›ใƒขใƒ‡ใƒซใฎใƒ‡ใƒ•ใ‚ฉใƒซใƒˆๅ€คใฏ`"tax": 10.5`ใงใ™ใ€‚
    
    ใใ—ใฆใ€ใƒ‡ใƒผใ‚ฟใฏใใฎใ€Œๆ–ฐใ—ใ„ใ€`10.5`ใฎ`tax`ใจๅ…ฑใซไฟๅญ˜ใ•ใ‚Œใพใ™ใ€‚
    
    ## `PATCH`ใซใ‚ˆใ‚‹้ƒจๅˆ†็š„ใชๆ›ดๆ–ฐ
    
    ใพใŸใ€<a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/PATCH" class="external-link" target="_blank">HTTPใฎ`PATCH`</a>ๆ“ไฝœใงใƒ‡ใƒผใ‚ฟใ‚’*้ƒจๅˆ†็š„ใซ*ๆ›ดๆ–ฐใ™ใ‚‹ใ“ใจใ‚‚ใงใใพใ™ใ€‚
    
    ใคใพใ‚Šใ€ๆ›ดๆ–ฐใ—ใŸใ„ใƒ‡ใƒผใ‚ฟใ ใ‘ใ‚’้€ไฟกใ—ใฆใ€ๆฎ‹ใ‚Šใฏใใฎใพใพใซใ—ใฆใŠใใ“ใจใŒใงใใพใ™ใ€‚
    
    !!! note "ๅ‚™่€ƒ"
        `PATCH`ใฏ`PUT`ใ‚ˆใ‚Šใ‚‚ใ‚ใพใ‚Šไฝฟใ‚ใ‚ŒใฆใŠใ‚‰ใšใ€็Ÿฅใ‚‰ใ‚Œใฆใ„ใพใ›ใ‚“ใ€‚
    
        ใพใŸใ€ๅคšใใฎใƒใƒผใƒ ใฏ้ƒจๅˆ†็š„ใชๆ›ดๆ–ฐใงใ‚ใฃใฆใ‚‚`PUT`ใ ใ‘ใ‚’ไฝฟ็”จใ—ใฆใ„ใพใ™ใ€‚
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 5.2K bytes
    - Viewed (0)
Back to top