Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 880 for logical (0.14 sec)

  1. cluster/gce/gci/configure-kubeapiserver.sh

    function setup-etcd-encryption {
      local kube_apiserver_template_path
      local -n kube_api_server_params
      local default_encryption_provider_config_vol
      local default_encryption_provider_config_vol_mnt
      local encryption_provider_config_vol_mnt
      local encryption_provider_config_vol
      local default_kms_socket_dir
      local default_kms_socket_vol_mnt
      local default_kms_socket_vol
      local kms_socket_vol_mnt
      local kms_socket_vol
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 11:08:30 UTC 2024
    - 25.8K bytes
    - Viewed (0)
  2. platforms/core-configuration/declarative-dsl-provider/src/integTest/groovy/org/gradle/internal/declarativedsl/project/DeclarativeDSLCustomDependenciesExtensionsSpec.groovy

            given: "a plugin that creates a custom extension using a DependencyCollector"
            file("build-logic/src/main/java/com/example/restricted/DependenciesExtension.java") << defineDependenciesExtension()
            file("build-logic/src/main/java/com/example/restricted/LibraryExtension.java") << defineLibraryExtension()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 24 10:11:12 UTC 2024
    - 28.5K bytes
    - Viewed (0)
  3. pilot/pkg/xds/delta_test.go

    		}
    	}
    
    	sendEDSReqAndVerify([]string{"outbound|80||local.default.svc.cluster.local"}, nil, []string{"outbound|80||local.default.svc.cluster.local"})
    	// Only send the one that is requested
    	sendEDSReqAndVerify([]string{"outbound|81||local.default.svc.cluster.local"}, nil, []string{"outbound|81||local.default.svc.cluster.local"})
    	ads.Request(&discovery.DeltaDiscoveryRequest{
    		ResponseNonce:            nonce,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 15.2K bytes
    - Viewed (0)
  4. pilot/pkg/credentials/kube/secrets_test.go

    	mc := multicluster.NewFakeController()
    	sc := NewMulticluster("local", mc)
    	mc.Add("local", localClient, stop)
    	mc.Add("remote", remoteClient, stop)
    	cases := []struct {
    		sa      string
    		ns      string
    		cluster cluster2.ID
    		allowed bool
    	}{
    		{"sa-denied", "ns-local", "local", false},
    		{"sa-allowed", "ns-local", "local", true},
    		{"sa-denied", "ns-local", "remote", false},
    		{"sa-allowed", "ns-local", "remote", false},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 23 19:18:21 UTC 2024
    - 18.4K bytes
    - Viewed (0)
  5. hack/lib/golang.sh

        if [[ "${target}" =~ ".test"$ ]]; then
          local dir
          dir="$(dirname "${target}")"
          local tst
          tst="$(basename "${target}")"
          local pkg
          pkg="$(go list -find -e "${dir}")"
          echo "${pkg}/${tst}"
          continue
        fi
        if [[ "${target}" =~ "/..."$ ]]; then
          local dir
          dir="$(dirname "${target}")"
          local pkg
          pkg="$(go list -find -e "${dir}")"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 01 16:43:08 UTC 2024
    - 32.8K bytes
    - Viewed (0)
  6. platforms/core-execution/build-cache/src/main/java/org/gradle/caching/internal/controller/DefaultBuildCacheController.java

    import org.gradle.caching.internal.packaging.BuildCacheEntryPacker;
    import org.gradle.caching.local.internal.BuildCacheTempFileStore;
    import org.gradle.caching.local.internal.DefaultBuildCacheTempFileStore;
    import org.gradle.caching.local.internal.LocalBuildCacheService;
    import org.gradle.caching.local.internal.TemporaryFileFactory;
    import org.gradle.internal.file.FileMetadata;
    import org.gradle.internal.file.FileType;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 08 08:29:47 UTC 2024
    - 14K bytes
    - Viewed (0)
  7. build/common.sh

      kube::util::ensure-docker-buildx
    
      local -r image=$1
      local -r context_dir=$2
      local -r pull="${3:-true}"
      local build_args
      IFS=" " read -r -a build_args <<< "$4"
      readonly build_args
      local -ra build_cmd=("${DOCKER[@]}" buildx build --load -t "${image}" "--pull=${pull}" "${build_args[@]}" "${context_dir}")
    
      kube::log::status "Building Docker image ${image}"
      local docker_output
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 06 16:13:15 UTC 2024
    - 26.5K bytes
    - Viewed (0)
  8. internal/grid/manager.go

    		targets:     make(map[string]*Connection, len(o.Hosts)),
    		local:       o.Local,
    		authRequest: o.AuthRequest,
    	}
    	m.handlers.init()
    	if ctx == nil {
    		ctx = context.Background()
    	}
    	for _, host := range o.Hosts {
    		if host == o.Local {
    			if found {
    				return nil, fmt.Errorf("grid: local host found multiple times")
    			}
    			found = true
    			// No connection to local.
    			continue
    		}
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 17:40:33 UTC 2024
    - 9.8K bytes
    - Viewed (0)
  9. cluster/gce/windows/smoke-test.sh

      fi
    }
    
    function test_linux_pod_to_k8s_service {
      echo "TEST: ${FUNCNAME[0]}"
      local linux_command_pod
      linux_command_pod="$(get_linux_command_pod_name)"
      local service="metrics-server"
      local service_ip
      service_ip=$($kubectl get service --namespace kube-system $service \
        -o jsonpath='{.spec.clusterIP}')
      local service_port
      service_port=$($kubectl get service --namespace kube-system $service \
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 24 07:02:51 UTC 2024
    - 20.6K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/userguide/authoring-builds/structuring/sharing_build_logic_between_subprojects.adoc

    == Share logic in `buildSrc`
    
    `buildSrc` is a Gradle-recognized and protected directory which comes with some benefits:
    
    1. *Reusable Build Logic*:
    +
    `buildSrc` allows you to organize and centralize your custom build logic, tasks, and plugins in a structured manner.
    The code written in buildSrc can be reused across your project, making it easier to maintain and share common build functionality.
    
    2. *Isolation from the Main Build*:
    +
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 23 12:58:46 UTC 2024
    - 11.7K bytes
    - Viewed (0)
Back to top