Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 198 for pathend (0.17 sec)

  1. operator/pkg/patch/patch.go

    	path: a.b.[name:n1]
    	value:
    	  new_attr: v3
    
    *NOTES*
    - Due to loss of string quoting during unmarshaling, keys and values should not be string quoted, even if they appear
    that way in the object being patched.
    - [key:value] treats ':' as a special separator character. Any ':' in the key or value string must be escaped as \:.
    */
    package patch
    
    import (
    	"fmt"
    	"strings"
    
    	yaml2 "gopkg.in/yaml.v2"
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Aug 10 15:35:03 UTC 2023
    - 6.2K bytes
    - Viewed (0)
  2. pkg/volume/fc/fc_util.go

    func (util *fcUtil) DetachBlockFCDisk(c fcDiskUnmapper, mapPath, devicePath string) error {
    	// Check if devicePath is valid
    	if len(devicePath) != 0 {
    		if pathExists, pathErr := checkPathExists(devicePath); !pathExists || pathErr != nil {
    			return pathErr
    		}
    	} else {
    		// TODO: FC plugin can't obtain the devicePath from kubelet because devicePath
    		// in volume object isn't updated when volume is attached to kubelet node.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Sep 16 11:12:06 UTC 2022
    - 12.8K bytes
    - Viewed (0)
  3. platforms/jvm/toolchains-jvm/src/main/java/org/gradle/jvm/toolchain/internal/task/ShowToolchainsTask.java

            output.withStyle(Identifier).println(" + Options");
            output.withStyle(Normal).format("     | %s", Strings.padEnd("Auto-detection:", 20, ' '));
            output.withStyle(Description).println(detectionEnabled ? "Enabled" : "Disabled");
            output.withStyle(Normal).format("     | %s", Strings.padEnd("Auto-download:", 20, ' '));
            output.withStyle(Description).println(downloadEnabled ? "Enabled" : "Disabled");
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 22 14:04:46 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  4. platforms/documentation/samples/src/integTest/groovy/org/gradle/integtests/samples/SamplesJavaPatchModuleIntegrationTest.groovy

        @Rule Sample sample = new Sample(temporaryFolder, 'testing/patch-module')
    
        def setup() {
            executer.withRepositoryMirrors()
        }
    
        def "can compile and run patched module whitebox tests with #dsl dsl"() {
            when:
            executer.inDirectory(sample.dir.file(dsl))
            succeeds('build')
    
            then:
            executed ':compileTestJava', ':test'
    
            where:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.4K bytes
    - Viewed (0)
  5. cmd/kubeadm/app/util/patches/patches.go

    )
    
    // PatchTarget defines a target to be patched, such as a control-plane static Pod.
    type PatchTarget struct {
    	// Name must be the name of a known target. In the case of Kubernetes objects
    	// this is likely to match the ObjectMeta.Name of a target.
    	Name string
    
    	// StrategicMergePatchObject is only used for strategic merge patches.
    	// It represents the underlying object type that is patched - e.g. "v1.Pod"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 28 08:48:22 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  6. pkg/test/framework/components/istio/configmap.go

    			}
    			cfgMap.Data["config"] = newYAML
    
    			// Write the config map back to the cluster.
    			if err := ic.updateConfigMap(c, cfgMap); err != nil {
    				return err
    			}
    			scopes.Framework.Debugf("patched %s injection configmap:\n%s", c.Name(), cfgMap.Data["config"])
    			return nil
    		})
    	}
    
    	// Restore the original value of the MeshConfig when the context completes.
    	t.CleanupStrategy(cleanupStrategy, func() {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 22:12:34 UTC 2024
    - 12.8K bytes
    - Viewed (0)
  7. src/cmd/go/testdata/script/mod_get_wild.txt

    
    # Patching . causes a patch to example.net/a, which introduces a new match
    # for example.net/b/..., which is itself patched and causes another upgrade to
    # example.net/a, which is then patched again.
    
    go get -u=patch . example.../b@upgrade
    go list -m all
    stdout '^example.net/a v0.2.1 '  # upgraded by dependency of b and -u=patch
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 28 17:19:14 UTC 2021
    - 1.9K bytes
    - Viewed (0)
  8. build-logic/jvm/src/main/kotlin/gradlebuild/propagated-env-variables.kt

        // Simply putting PATH there isn't enough. Windows has case-insensitive env vars but something else fails if the Path variable is published as PATH for test tasks.
        OperatingSystem.current().pathVar,
        "PATHEXT",
    )
    
    
    val credentialsKeywords = listOf(
        "api_key",
        "access_key",
        "apikey",
        "accesskey",
        "password",
        "token",
        "credential",
        "auth"
    )
    
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 18 01:52:16 UTC 2023
    - 3.7K bytes
    - Viewed (0)
  9. LICENSE

    agreement or commitment, however denominated, not to enforce a patent
    (such as an express permission to practice a patent or covenant not to
    sue for patent infringement).  To "grant" such a patent license to a
    party means to make such an agreement or commitment not to enforce a
    patent against the party.
    
      If you convey a covered work, knowingly relying on a patent license,
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Apr 23 18:58:53 UTC 2021
    - 33.7K bytes
    - Viewed (0)
  10. src/archive/tar/writer.go

    	for endPos > sw.pos && err == nil {
    		var nf int // Bytes written in fragment
    		dataStart, dataEnd := sw.sp[0].Offset, sw.sp[0].endOffset()
    		if sw.pos < dataStart { // In a hole fragment
    			bf := b[:min(int64(len(b)), dataStart-sw.pos)]
    			nf, err = zeroWriter{}.Write(bf)
    		} else { // In a data fragment
    			bf := b[:min(int64(len(b)), dataEnd-sw.pos)]
    			nf, err = sw.fw.Write(bf)
    		}
    		b = b[nf:]
    		sw.pos += int64(nf)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 19.6K bytes
    - Viewed (0)
Back to top