Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 197 for Cloud (0.06 sec)

  1. go.mod

    )
    
    require (
    	aead.dev/mem v0.2.0 // indirect
    	aead.dev/minisign v0.3.0 // indirect
    	cloud.google.com/go v0.115.0 // indirect
    	cloud.google.com/go/auth v0.5.1 // indirect
    	cloud.google.com/go/auth/oauth2adapt v0.2.2 // indirect
    	cloud.google.com/go/compute/metadata v0.3.0 // indirect
    	cloud.google.com/go/iam v1.1.8 // indirect
    	filippo.io/edwards25519 v1.1.0 // indirect
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:53:53 UTC 2024
    - 11.5K bytes
    - Viewed (0)
  2. docs/en/docs/deployment/concepts.md

    * **Cloud services** that handle this for you
        * The cloud service will probably **handle replication for you**. It would possibly let you define **a process to run**, or a **container image** to use, in any case, it would most probably be **a single Uvicorn process**, and the cloud service would be in charge of replicating it.
    
    !!! tip
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu May 02 22:37:31 UTC 2024
    - 18K bytes
    - Viewed (0)
  3. Dockerfile.release

          release="${RELEASE}" \
          summary="MinIO is a High Performance Object Storage, API compatible with Amazon S3 cloud storage service." \
          description="MinIO object storage is fundamentally different. Designed for performance and the S3 API, it is 100% open-source. MinIO is ideal for large, private cloud environments with stringent security requirements and delivers mission-critical availability across a diverse range of workloads."
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Mar 29 19:10:49 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  4. Dockerfile.release.old_cpu

          release="${RELEASE}" \
          summary="MinIO is a High Performance Object Storage, API compatible with Amazon S3 cloud storage service." \
          description="MinIO object storage is fundamentally different. Designed for performance and the S3 API, it is 100% open-source. MinIO is ideal for large, private cloud environments with stringent security requirements and delivers mission-critical availability across a diverse range of workloads."
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sat Mar 30 09:41:56 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  5. cmd/kubelet/app/options/options.go

    	fs.StringVar(&f.CloudProvider, "cloud-provider", f.CloudProvider, "The provider for cloud services. Set to empty string for running with no cloud provider. Set to 'external' for running with an external cloud provider. If set, the cloud provider determines the name of the node (consult cloud provider documentation to determine if and how the hostname is used).")
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 07:00:05 UTC 2024
    - 41.6K bytes
    - Viewed (0)
  6. platforms/software/resources-gcs/build.gradle.kts

    plugins {
        id("gradlebuild.distribution.api-java")
    }
    
    description = "Implementation for interacting with Google Cloud Storage (GCS) repositories"
    
    errorprone {
        disabledChecks.addAll(
            "StringCaseLocaleUsage", // 1 occurrences
            "UnusedMethod", // 1 occurrences
        )
    }
    
    dependencies {
        api(projects.serviceProvider)
        api(project(":resources"))
    
        api(libs.gcs)
        api(libs.jsr305)
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  7. testing/smoke-test/src/smokeTest/groovy/org/gradle/smoketests/JibPluginSmokeTest.groovy

     */
    
    package org.gradle.smoketests
    
    class JibPluginSmokeTest extends AbstractPluginValidatingSmokeTest {
        @Override
        Map<String, Versions> getPluginsToValidate() {
            [
                'com.google.cloud.tools.jib': TestedVersions.jib
            ]
        }
    
        @Override
        Map<String, String> getExtraPluginsRequiredForValidation() {
            ['java': '']
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 978 bytes
    - Viewed (0)
  8. cmd/kube-apiserver/app/options/options_test.go

    		"--authorization-webhook-cache-unauthorized-ttl=1m",
    		"--authorization-webhook-config-file=/webhook-config",
    		"--bind-address=192.168.10.20",
    		"--client-ca-file=/client-ca",
    		"--cloud-config=/cloud-config",
    		"--cloud-provider=azure",
    		"--cors-allowed-origins=10.10.10.100,10.10.10.200",
    		"--contention-profiling=true",
    		"--egress-selector-config-file=/var/run/kubernetes/egress-selector/connectivity.yaml",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 17:57:37 UTC 2024
    - 12.7K bytes
    - Viewed (0)
  9. OWNERS_ALIASES

        - liggitt
        - smarterclayton
      sig-auth-api-approvers:
        - deads2k
        - liggitt
        - smarterclayton
      sig-cli-api-approvers:
        - deads2k
        - liggitt
        - smarterclayton
      sig-cloud-provider-api-approvers:
        - liggitt
        - thockin
      sig-cluster-lifecycle-api-approvers:
        - deads2k
        - liggitt
        - smarterclayton
      sig-cluster-lifecycle-leads:
        - CecileRobertMichon
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 20 23:08:03 UTC 2024
    - 11.3K bytes
    - Viewed (0)
  10. operator/cmd/mesh/testdata/manifest-generate/input/gateways.yaml

          - namespace: user-ingressgateway-ns
            name: ilb-gateway
            enabled: true
            k8s:
              resources:
                requests:
                  cpu: 333m
              serviceAnnotations:
                cloud.google.com/load-balancer-type: "internal"
              service:
                ports:
                ## You can add custom gateway ports - google ILB default quota is 5 ports,
                - port: 15011
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 18 18:16:49 UTC 2024
    - 1.5K bytes
    - Viewed (0)
Back to top