Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 19 for Azure (0.08 sec)

  1. go.mod

    	filippo.io/edwards25519 v1.1.0 // indirect
    	github.com/Azure/azure-pipeline-go v0.2.3 // indirect
    	github.com/Azure/go-autorest v14.2.0+incompatible // indirect
    	github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
    	github.com/Azure/go-autorest/logger v0.2.1 // indirect
    	github.com/Azure/go-autorest/tracing v0.6.0 // indirect
    	github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 // 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. cmd/tier.go

    			cfg.S3.SecretKey = creds.SecretKey
    		}
    	case madmin.Azure:
    		if creds.SecretKey != "" {
    			cfg.Azure.AccountKey = creds.SecretKey
    		}
    		if creds.AzSP.TenantID != "" {
    			cfg.Azure.SPAuth.TenantID = creds.AzSP.TenantID
    		}
    		if creds.AzSP.ClientID != "" {
    			cfg.Azure.SPAuth.ClientID = creds.AzSP.ClientID
    		}
    		if creds.AzSP.ClientSecret != "" {
    			cfg.Azure.SPAuth.ClientSecret = creds.AzSP.ClientSecret
    		}
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu May 09 08:44:07 UTC 2024
    - 15.5K bytes
    - Viewed (0)
  3. docs/ru/docs/project-generation.md

    ### Модели машинного обучения на основе spaCy и FastAPI - Особенности
    
    * Интеграция с моделями **spaCy** NER.
    * Встроенный формат запросов к **когнитивному поиску Azure**.
    * **Готовый к реальной работе** веб-сервер Python использующий Uvicorn и Gunicorn.
    * Встроенное развёртывание на основе **Azure DevOps** Kubernetes (AKS) CI/CD.
    * **Многоязычность**. Лёгкий выбор одного из встроенных в spaCy языков во время настройки проекта.
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 13 18:00:47 UTC 2023
    - 10.5K bytes
    - Viewed (0)
  4. docs/en/data/external_links.yml

    https://www.twilio.com/en-us/blog/booking-appointments-twilio-notion-fastapi title: Booking Appointments with Twilio, Notion, and FastAPI - author: Abhinav Tripathi - Microsoft Blogs link: https://devblogs.microsoft.com/cosmosdb/azure-cosmos-db-python-and-fastapi/ title: Write a Python data layer with Azure Cosmos DB and FastAPI - author: Donny Peeters author_link: https://github.com/Donnype link: https://bitestreams.com/blog/fastapi-sqlalchemy/ title: 10 Tips for adding SQLAlchemy to FastAPI - author: Jessica Temporal...
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Wed Jun 12 00:47:57 UTC 2024
    - 22K bytes
    - Viewed (0)
  5. cmd/kube-apiserver/app/options/options_test.go

    		"--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",
    		"--enable-aggregator-routing=true",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 17:57:37 UTC 2024
    - 12.7K bytes
    - Viewed (0)
  6. ci/devinfra/docker_windows/Dockerfile

    # Install Scoop and packages
    RUN iex \"& {$(irm get.scoop.sh)} -RunAsAdmin\"; \
        scoop install perl; \
        scoop install bazel; \
        scoop install cuda; \
        scoop install azure-functions-core-tools; \
        scoop install azure-cli;
    
    # Setting environment variables
    RUN [Environment]::SetEnvironmentVariable('CYGWIN', 'winsymlinks:native', 'Machine'); \
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Aug 18 17:24:20 UTC 2023
    - 13.6K bytes
    - Viewed (0)
  7. pkg/scheduler/framework/plugins/nodevolumelimits/non_csi.go

    	// GCE instances can have up to 16 PD volumes attached.
    	defaultMaxGCEPDVolumes = 16
    	// defaultMaxAzureDiskVolumes defines the maximum number of PD Volumes for Azure.
    	// Larger Azure VMs can actually have much more disks attached.
    	// TODO We should determine the max based on VM size
    	defaultMaxAzureDiskVolumes = 16
    
    	// ebsVolumeFilterType defines the filter name for ebsVolumeFilter.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Dec 30 23:00:56 UTC 2023
    - 19.6K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/mod/module/module.go

    //
    // The safe escaped form is to replace every uppercase letter
    // with an exclamation mark followed by the letter's lowercase equivalent.
    //
    // For example,
    //
    //	github.com/Azure/azure-sdk-for-go ->  github.com/!azure/azure-sdk-for-go.
    //	github.com/GoogleCloudPlatform/cloudsql-proxy -> github.com/!google!cloud!platform/cloudsql-proxy
    //	github.com/Sirupsen/logrus -> github.com/!sirupsen/logrus.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 09 20:17:07 UTC 2024
    - 26.9K bytes
    - Viewed (0)
  9. pkg/kube/util.go

    			// We currently are importing 5 authenticators: gcp, azure, exec, and openstack
    			switch ap.Name {
    			case "oidc":
    				// OIDC is safe as it doesn't read files or execute code.
    				// create-remote-secret specifically supports OIDC so its probably important to not break this.
    			default:
    				if !allowlist.Contains(ap.Name) {
    					// All the others - gcp, azure, exec, and openstack - are unsafe
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 05:10:23 UTC 2024
    - 18.6K bytes
    - Viewed (0)
  10. hack/golangci.yaml

        # with different owners it's hard to fix everything in a single pr. This will therefore be done in multiple prs.
        - path: (pkg/volume/*|test/*|azure/*|pkg/cmd/wait*|request/bearertoken/*|metrics/*|filters/*)
          linters:
            - gocritic
    
        # The Kubernetes naming convention for conversion functions uses underscores
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 15 12:10:09 UTC 2024
    - 9.8K bytes
    - Viewed (0)
Back to top