Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 1,025 for extractID (0.35 sec)

  1. staging/src/k8s.io/apiserver/pkg/authentication/serviceaccount/util_test.go

    	"k8s.io/apiserver/pkg/authentication/user"
    )
    
    func TestUserInfo(t *testing.T) {
    	tests := map[string]struct {
    		info             ServiceAccountInfo
    		expectedUserInfo *user.DefaultInfo
    	}{
    		"extracts pod name/uid": {
    			info: ServiceAccountInfo{Name: "name", Namespace: "ns", PodName: "test", PodUID: "uid"},
    			expectedUserInfo: &user.DefaultInfo{
    				Name:   "system:serviceaccount:ns:name",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 21:15:10 UTC 2023
    - 7.7K bytes
    - Viewed (0)
  2. cluster/get-kube-binaries.sh

    echo
    
    echo "Will download ${SERVER_TAR} from ${DOWNLOAD_URL_PREFIX}"
    echo "Will download and extract ${CLIENT_TAR} from ${DOWNLOAD_URL_PREFIX}"
    
    DOWNLOAD_NODE_TAR=false
    if [[ -n "${NODE_TAR:-}" ]]; then
      DOWNLOAD_NODE_TAR=true
      echo "Will download and extract ${NODE_TAR} from ${DOWNLOAD_URL_PREFIX}"
    fi
    
    DOWNLOAD_TESTS_TAR=false
    if [[ -n "${KUBERNETES_DOWNLOAD_TESTS-}" ]]; then
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 13 10:57:41 UTC 2023
    - 9.2K bytes
    - Viewed (0)
  3. subprojects/core/src/main/java/org/gradle/api/internal/file/archive/AbstractArchiveFileTreeElement.java

     * for use with archive files when subclassing {@link org.gradle.api.internal.file.AbstractFileTree AbstractFileTree}.
     * <p>
     * This implementation extracts the files from the archive to the supplied expansion directory.
     */
    public abstract class AbstractArchiveFileTreeElement extends AbstractFileTreeElement implements FileVisitDetails {
        private final File expandedDir;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Aug 31 20:39:17 UTC 2023
    - 3.5K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tf2xla/internal/passes/clustering_passes.h

    CreateTPUClusterFormationPass(bool strict_clusters = false);
    
    // Creates a pass that extracts outside compilation (Host ops inside device
    // cluster) at head/tail of Device cluster to run before/after XLA computation.
    std::unique_ptr<mlir::OperationPass<mlir::ModuleOp>>
    CreateExtractHeadTailOutsideCompilationPass();
    
    // Creates a pass that extract outside compilation (Host ops inside cevice
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 02:01:13 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  5. src/testing/fstest/testfs_test.go

    		t.Errorf("error should be a wrapped ErrPermission: %#v", err)
    	}
    
    	// TestFS is expected to return a list of errors.
    	// Enforce that the list can be extracted for browsing.
    	var errs interface{ Unwrap() []error }
    	if !errors.As(err, &errs) {
    		t.Errorf("caller should be able to extract the errors as a list: %#v", err)
    	} else {
    		for _, err := range errs.Unwrap() {
    			// ErrPermission is expected
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  6. staging/src/k8s.io/client-go/applyconfigurations/core/v1/configmap.go

    // the fieldManager never owned fields any fields.
    // configMap must be a unmodified ConfigMap API object that was retrieved from the Kubernetes API.
    // ExtractConfigMap provides a way to perform a extract/modify-in-place/apply workflow.
    // Note that an extracted apply configuration will contain fewer fields than what the fieldManager previously
    // applied if another fieldManager has updated or force applied any of the previously applied fields.
    // Experimental!
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 23 17:59:55 UTC 2022
    - 12.9K bytes
    - Viewed (0)
  7. src/regexp/testdata/testregex.c

    static char		ts[] = "\t\t\t\t\t\t\t";
    
    static unsigned long
    extract(int* tabs, char* spec, char* re, char* s, char* ans, char* msg, char* accept, regmatch_t* match, int nmatch, int nsub, unsigned long skip, unsigned long level, unsigned long test)
    {
    	if (test & (TEST_ACTUAL|TEST_BASELINE|TEST_FAIL|TEST_OK|TEST_PASS|TEST_SUMMARY))
    	{
    		state.extracted = 1;
    		if (test & TEST_OK)
    		{
    			state.passed++;
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 51.3K bytes
    - Viewed (0)
  8. .github/workflows/extract-unit-test-split.jq

    Stefan Wolf <******@****.***> 1633938695 +0200
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Oct 11 08:08:26 UTC 2021
    - 171 bytes
    - Viewed (0)
  9. platforms/core-configuration/declarative-dsl-evaluator/src/main/kotlin/org/gradle/internal/declarativedsl/evaluator/conventions/ConventionsResolutionProcessor.kt

                SoftwareTypeConventionResolutionResults(it, assignments[it].orEmpty(), additions[it].orEmpty(), nestedObjectAccess[it].orEmpty())
            }
        }
    }
    
    
    /**
     * The convention operations extracted from a resolution result.
     */
    data class SoftwareTypeConventionResolutionResults(
        val softwareTypeName: String,
        val assignments: List<AssignmentRecord>,
        val additions: List<DataAdditionRecord>,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 31 13:47:38 UTC 2024
    - 4.4K bytes
    - Viewed (0)
  10. cmd/handler-utils_test.go

    				"content-type": "image/png",
    			},
    			shouldFail: false,
    		},
    		// Validate if there are no keys to extract.
    		{
    			header: http.Header{
    				"Test-1": []string{"123"},
    			},
    			metadata:   map[string]string{},
    			shouldFail: false,
    		},
    		// Validate that there are all headers extracted
    		{
    			header: http.Header{
    				"X-Amz-Meta-Appid":   []string{"amz-meta"},
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Feb 22 06:26:06 UTC 2024
    - 6.1K bytes
    - Viewed (0)
Back to top