Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for Gcs (0.07 sec)

  1. subprojects/distributions-dependencies/build.gradle.kts

            api(libs.develocityTestAnnotation) { version { strictly("2.0.1") }}
            api(libs.gcs)                   { version { strictly("v1-rev20220705-1.32.1") }}
            api(libs.googleApiClient)       { version { strictly("1.34.0"); because("our GCS version requires 1.34.0") }}
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 19:54:08 UTC 2024
    - 16.5K bytes
    - Viewed (0)
  2. build-logic/dependency-modules/src/main/kotlin/gradlebuild/modules/extension/ExternalModulesExtension.kt

        val eclipseSisuPlexus = "org.eclipse.sisu:org.eclipse.sisu.plexus"
        val errorProneAnnotations = "com.google.errorprone:error_prone_annotations"
        val fastutil = "it.unimi.dsi:fastutil"
        val gcs = "com.google.apis:google-api-services-storage"
        val googleApiClient = "com.google.api-client:google-api-client"
        val googleHttpClient = "com.google.http-client:google-http-client"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 22:44:42 UTC 2024
    - 15K bytes
    - Viewed (0)
  3. cmd/tier.go

    			cfg.Azure.SPAuth.ClientID = creds.AzSP.ClientID
    		}
    		if creds.AzSP.ClientSecret != "" {
    			cfg.Azure.SPAuth.ClientSecret = creds.AzSP.ClientSecret
    		}
    	case madmin.GCS:
    		if creds.CredsJSON == nil {
    			return errTierMissingCredentials
    		}
    		cfg.GCS.Creds = base64.URLEncoding.EncodeToString(creds.CredsJSON)
    	case madmin.MinIO:
    		if creds.AccessKey == "" || creds.SecretKey == "" {
    			return errTierMissingCredentials
    		}
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu May 09 08:44:07 UTC 2024
    - 15.5K bytes
    - Viewed (0)
  4. pilot/pkg/config/kube/gateway/conversion_test.go

    			c.Status.(*kstatus.WrappedStatus).Mutate(func(s config.Status) config.Status {
    				gcs := s.(*k8s.GatewayClassStatus)
    				gcs.SupportedFeatures = []k8s.SupportedFeature{"HTTPRouteFeatureA", "HTTPRouteFeatureB"}
    				return gcs
    			})
    		}
    		c = c.DeepCopy()
    		c.Spec = nil
    		c.Labels = nil
    		c.Annotations = nil
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 20:24:52 UTC 2024
    - 34.9K bytes
    - Viewed (0)
  5. cluster/log-dump/log-dump.sh

      if [[ "${DUMP_ONLY_MASTER_LOGS:-}" == "true" ]]; then
        echo 'Skipping dumping of node logs'
        return
      fi
    
      # Copy logs from nodes to GCS directly or to artifacts dir locally (through SSH).
      if [[ -n "${gcs_artifacts_dir}" ]]; then
        echo "Dumping logs from nodes to GCS directly at '${gcs_artifacts_dir}' using logexporter"
        dump_nodes_with_logexporter
      else
        echo "Dumping logs from nodes locally to '${report_dir}'"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 21:15:57 UTC 2024
    - 28.9K bytes
    - Viewed (0)
  6. .teamcity/subprojects.json

        "path": "platforms/software/resources",
        "unitTests": true,
        "functionalTests": true,
        "crossVersionTests": false
      },
      {
        "name": "resources-gcs",
        "path": "platforms/software/resources-gcs",
        "unitTests": true,
        "functionalTests": true,
        "crossVersionTests": false
      },
      {
        "name": "resources-http",
        "path": "platforms/software/resources-http",
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 31.7K bytes
    - Viewed (0)
  7. src/runtime/gc_test.go

    	runtime.GC()
    
    	var ms1, ms2 runtime.MemStats
    	runtime.ReadMemStats(&ms1)
    
    	// Make periodic GC run continuously.
    	orig := *runtime.ForceGCPeriod
    	*runtime.ForceGCPeriod = 0
    
    	// Let some periodic GCs happen. In a heavily loaded system,
    	// it's possible these will be delayed, so this is designed to
    	// succeed quickly if things are working, but to give it some
    	// slack if things are slow.
    	var numGCs uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 05 22:33:52 UTC 2024
    - 17.6K bytes
    - Viewed (0)
  8. Makefile.core.mk

    endif
    
    PULL_POLICY ?= IfNotPresent
    ifeq ($(TAG),latest)
      PULL_POLICY = Always
    endif
    ifeq ($(PULL_POLICY),)
      $(error "PULL_POLICY cannot be empty")
    endif
    
    PROW_ARTIFACTS_BASE ?= https://gcsweb.istio.io/gcs/istio-prow
    
    include tools/proto/proto.mk
    
    .PHONY: default
    default: init build test
    
    .PHONY: init
    # Downloads envoy, based on the SHA defined in the base pilot Dockerfile
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Jun 02 19:53:04 UTC 2024
    - 23.2K bytes
    - Viewed (0)
  9. settings.gradle.kts

        subproject("maven")
        subproject("platform-base")
        subproject("plugins-version-catalog")
        subproject("publish")
        subproject("resources")
        subproject("resources-http")
        subproject("resources-gcs")
        subproject("resources-s3")
        subproject("resources-sftp")
        subproject("reporting")
        subproject("security")
        subproject("signing")
        subproject("testing-base")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:14 UTC 2024
    - 16.4K bytes
    - Viewed (0)
  10. build/dependencies.yaml

          match: app.kubernetes.io/version
        # TODO(dims): Ensure newer versions get uploaded to
        # - https://console.cloud.google.com/storage/browser/gke-release/winnode/node-problem-detector
        # - https://gcsweb.k8s.io/gcs/kubernetes-release/node-problem-detector/
        # and then the following references get fixed.
        #
        - path: cluster/gce/gci/configure.sh
          match: DEFAULT_NPD_VERSION=
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 06 16:13:15 UTC 2024
    - 12.3K bytes
    - Viewed (0)
Back to top