Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 133 for Cloud (0.08 sec)

  1. pkg/controller/nodeipam/ipam/cidr_allocator.go

    	RangeAllocatorType CIDRAllocatorType = "RangeAllocator"
    	// CloudAllocatorType is the allocator that uses cloud platform
    	// support to do node CIDR range allocations.
    	CloudAllocatorType CIDRAllocatorType = "CloudAllocator"
    	// IPAMFromClusterAllocatorType uses the ipam controller sync'ing the node
    	// CIDR range allocations from the cluster to the cloud.
    	IPAMFromClusterAllocatorType = "IPAMFromCluster"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 01 13:03:57 UTC 2024
    - 5.3K bytes
    - Viewed (0)
  2. tensorflow/c/experimental/filesystem/plugins/gcs/gcs_filesystem.h

                            // of block_size.
      std::unique_ptr<ExpiringLRUCache<GcsFileStat>> stat_cache;
      GCSFile(google::cloud::storage::Client&& gcs_client);
      // This constructor is used for testing purpose only.
      GCSFile(google::cloud::storage::Client&& gcs_client, bool compose,
              uint64_t block_size, size_t max_bytes, uint64_t max_staleness,
              uint64_t stat_cache_max_age, size_t stat_cache_max_entries);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Aug 31 04:37:41 UTC 2020
    - 5.2K bytes
    - Viewed (0)
  3. plugin/pkg/auth/authorizer/rbac/bootstrappolicy/namespace_policy.go

    	// cloud-provider is deprecated starting Kubernetes 1.10 and will be deleted according to GA deprecation policy.
    	addNamespaceRoleBinding(metav1.NamespaceSystem,
    		rbacv1helpers.NewRoleBinding(saRolePrefix+"cloud-provider", metav1.NamespaceSystem).SAs(metav1.NamespaceSystem, "cloud-provider").BindingOrDie())
    	addNamespaceRoleBinding(metav1.NamespaceSystem,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 16 11:54:27 UTC 2020
    - 7.4K bytes
    - Viewed (0)
  4. pkg/kubeapiserver/admission/initializer_test.go

    }
    
    func TestCloudConfigAdmissionPlugin(t *testing.T) {
    	cloudConfig := []byte("cloud-configuration")
    	initializer := NewPluginInitializer(cloudConfig)
    	wantsCloudConfigAdmission := &WantsCloudConfigAdmissionPlugin{}
    	initializer.Initialize(wantsCloudConfigAdmission)
    
    	if wantsCloudConfigAdmission.cloudConfig == nil {
    		t.Errorf("Expected cloud config to be initialized but found nil")
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 29 21:28:42 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  5. docs/multi-tenancy/README.md

    1. [Standalone Deployment](#standalone-deployment)
    2. [Distributed Deployment](#distributed-deployment)
    3. [Cloud Scale Deployment](#cloud-scale-deployment)
    
    ## 1. Standalone Deployment
    
    To host multiple tenants on a single machine, run one MinIO Server per tenant with a dedicated HTTPS port, configuration, and data directory.
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Sep 29 04:28:45 UTC 2022
    - 3K bytes
    - Viewed (0)
  6. cmd/cloud-controller-manager/OWNERS

      - luxas
      - andrewsykim
      - cheftako
      - sttts
    reviewers:
      - thockin
      - luxas
      - andrewsykim
      - cheftako
      - sttts
    emeritus_approvers:
      - wlan0
    labels:
      - sig/api-machinery
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jan 10 13:14:29 UTC 2022
    - 278 bytes
    - Viewed (0)
  7. tools/packaging/common/gcp_envoy_bootstrap.json

                    "subject_token_path": "./var/run/secrets/tokens/istio-token",
                    "subject_token_type": "urn:ietf:params:oauth:token-type:jwt",
                    "scope": "https://www.googleapis.com/auth/cloud-platform"
                  }
                {{ else }}
                  "google_compute_engine": {}
                {{ end }}
                }],
                "channel_args": {
                  "args": {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 17:05:28 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  8. cluster/addons/OWNERS

    # See the OWNERS docs at https://go.k8s.io/owners
    
    labels:
      - sig/cloud-provider
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 10 02:31:26 UTC 2021
    - 104 bytes
    - Viewed (0)
  9. src/go/printer/testdata/alignment.golden

    	NetworkPluginName:		s.NetworkPluginName,
    	StreamingConnectionIdleTimeout:	s.StreamingConnectionIdleTimeout,
    	TLSOptions:			tlsOptions,
    	ImageGCPolicy:			imageGCPolicy, imageGCPolicy,
    	Cloud:				cloud,
    	NodeStatusUpdateFrequency:	s.NodeStatusUpdateFrequency,
    }
    
    var a = A{
    	Long:					1,
    	LongLong:				1,
    	LongLongLong:				1,
    	LongLongLongLong:			1,
    	LongLongLongLongLong:			1,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 14 20:40:15 UTC 2018
    - 4.1K bytes
    - Viewed (0)
  10. src/go/printer/testdata/alignment.input

        StreamingConnectionIdleTimeout: s.StreamingConnectionIdleTimeout,
        TLSOptions:                     tlsOptions,
        ImageGCPolicy:                  imageGCPolicy,imageGCPolicy,
        Cloud:                          cloud,
        NodeStatusUpdateFrequency: s.NodeStatusUpdateFrequency,
    }
    
    var a = A{
        Long:                             1,
        LongLong:                         1,
        LongLongLong:                     1,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 14 20:40:15 UTC 2018
    - 4.9K bytes
    - Viewed (0)
Back to top