Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 825 for suffixed (0.37 sec)

  1. pkg/volume/util/volumepathhandler/volume_path_handler_linux_test.go

    		},
    		{
    			name:          "path is suffixed with whitespaces",
    			input:         fmt.Sprintf("%s\r\t\n ", defaultPath),
    			expectedOuput: defaultPath,
    		},
    		{
    			name:          "path is suffixed with \"(deleted)\"",
    			input:         pathWithSuffix("(deleted)"),
    			expectedOuput: defaultPath,
    		},
    		{
    			name:          "path is suffixed with \"(deleted)\" and whitespaces",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 27 13:53:00 UTC 2023
    - 1.9K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/apis/apiserver/install/install.go

    	// v1alpha is in the k8s.io-suffixed API group
    	utilruntime.Must(v1alpha1.AddToScheme(scheme))
    	utilruntime.Must(scheme.SetVersionPriority(v1alpha1.SchemeGroupVersion))
    
    	// v1alpha is in the k8s.io-suffixed API group
    	utilruntime.Must(v1beta1.AddToScheme(scheme))
    	utilruntime.Must(scheme.SetVersionPriority(v1beta1.SchemeGroupVersion))
    
    	// v1 is in the config.k8s.io-suffixed API group
    	utilruntime.Must(v1.AddToScheme(scheme))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Feb 28 19:29:45 UTC 2020
    - 1.5K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/admission/plugin/resourcequota/apis/resourcequota/install/install.go

    	// v1beta1 and v1alpha1 are in the k8s.io-suffixed group
    	utilruntime.Must(resourcequotav1beta1.AddToScheme(scheme))
    	utilruntime.Must(resourcequotav1alpha1.AddToScheme(scheme))
    	utilruntime.Must(scheme.SetVersionPriority(resourcequotav1beta1.SchemeGroupVersion, resourcequotav1alpha1.SchemeGroupVersion))
    
    	// v1 is in the config.k8s.io-suffixed group
    	utilruntime.Must(resourcequotav1.AddToScheme(scheme))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Sep 04 12:53:52 UTC 2020
    - 1.8K bytes
    - Viewed (0)
  4. pkg/controlplane/import_known_versions_test.go

    	"k8s.io/kubernetes/pkg/api/legacyscheme"
    )
    
    func TestGroupVersions(t *testing.T) {
    	// legacyUnsuffixedGroups contains the groups released prior to deciding that kubernetes API groups should be dns-suffixed
    	// new groups should be suffixed with ".k8s.io" (https://github.com/kubernetes/kubernetes/pull/31887#issuecomment-244462396)
    	legacyUnsuffixedGroups := sets.NewString(
    		"",
    		"apps",
    		"autoscaling",
    		"batch",
    		"extensions",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 22 18:47:31 UTC 2021
    - 3.1K bytes
    - Viewed (0)
  5. src/cmd/go/testdata/script/mod_get_trailing_slash.txt

    # not correspond to an existing local file. Listing a pattern ending with
    # ".go/" should try to list a package regardless of whether a file exists at the
    # path without the suffixed "/" or not.
    go list example.com/dotgo.go
    stdout ^example.com/dotgo.go$
    go list example.com/dotgo.go/
    stdout ^example.com/dotgo.go$
    
    # go get should succeed in either case, with or without a version.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 28 17:19:14 UTC 2021
    - 982 bytes
    - Viewed (0)
  6. src/net/dnsconfig_unix_test.go

    			suffixList = dnsDefaultSearch()
    		}
    
    		var shortestSuffix int
    		for _, suffix := range suffixList {
    			if shortestSuffix == 0 || len(suffix) < shortestSuffix {
    				shortestSuffix = len(suffix)
    			}
    		}
    
    		// Test a name that will be maximally long when prefixing the shortest
    		// suffix (accounting for the intervening dot).
    		longName := longDomain[len(longDomain)-254+1+shortestSuffix:]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 03 17:41:32 UTC 2022
    - 7.1K bytes
    - Viewed (0)
  7. tools/istio-iptables/pkg/dependencies/implementation.go

    	// not critical, may find another.
    	log.Debugf("did not find (or cannot use) iptables binary, error was %w: %+v", err, legVer)
    
    	// regular non-suffixed binary set is our last resort.
    	//
    	// If it's there, and rules do not already exist for a specific variant,
    	// we should use the default non-suffixed binary.
    	// If it's NOT there, just propagate the error, we can't do anything, no iptables here
    	return shouldUseBinaryForCurrentContext(plainBin)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 07 19:54:50 UTC 2024
    - 8.2K bytes
    - Viewed (0)
  8. testing/smoke-ide-test/src/smokeIdeTest/groovy/org/gradle/ide/sync/AbstractIdeaSyncTest.groovy

            return IntegrationTestBuildContext.INSTANCE
        }
    
        /**
         * Runs a full sync process for the build-under-test with a given IntelliJ IDEA Community version.
         * <p>
         * The version can be optionally suffixed with a "build type", which is one of {@code release}, {@code rc}, {@code eap}.
         * For instance, {@code 2024.2-eap}. When the build type is not provided, it defaults to {@code release}.
         * <p>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 20 16:28:38 UTC 2024
    - 4.7K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/decode.go

    	if opcode == prefixOpcode {
    		// This is a prefixed instruction
    		inst.Len = 8
    		if len(src) < 8 {
    			return inst, errShort
    		}
    		// Merge the suffixed word.
    		ui_extn[1] = ord.Uint32(src[4:inst.Len])
    		ui |= uint64(ui_extn[1])
    		inst.SuffixEnc = ui_extn[1]
    	}
    	for i, iform := range instFormats {
    		if ui&iform.Mask != iform.Value {
    			continue
    		}
    		if ui&iform.DontCare != 0 {
    			if debugDecode {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 22 17:16:14 UTC 2022
    - 5.6K bytes
    - Viewed (0)
  10. cmd/data-usage-utils.go

    // - total size of the bucket
    // - total objects in a bucket
    // - object size histogram per bucket
    type BucketUsageInfo struct {
    	Size uint64 `json:"size"`
    	// Following five fields suffixed with V1 are here for backward compatibility
    	// Total Size for objects that have not yet been replicated
    	ReplicationPendingSizeV1 uint64 `json:"objectsPendingReplicationTotalSize"`
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sun Mar 10 09:15:15 UTC 2024
    - 6.4K bytes
    - Viewed (0)
Back to top