Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 18 for Shards (0.14 sec)

  1. CHANGELOG/CHANGELOG-1.7.md

    #### Cluster Provisioning
    * Juju:
    
      * Add Kubernetes 1.6 support to Juju charms ([#44500](https://github.com/kubernetes/kubernetes/pull/44500), [@Cynerva](https://github.com/Cynerva))
    
        * Add metric collection to charms for autoscaling
    
        * Update kubernetes-e2e charm to fail when test suite fails
    
        * Update Juju charms to use snaps
    
        * Add registry action to the kubernetes-worker charm
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 308.7K bytes
    - Viewed (0)
  2. pkg/apis/core/types.go

    	ResourceQuotaScopeCrossNamespacePodAffinity ResourceQuotaScope = "CrossNamespacePodAffinity"
    )
    
    // ResourceQuotaSpec defines the desired hard limits to enforce for Quota
    type ResourceQuotaSpec struct {
    	// Hard is the set of desired hard limits for each named resource
    	// +optional
    	Hard ResourceList
    	// A collection of filters that must match each object tracked by a quota.
    	// If not specified, the quota matches all objects.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  3. common-protos/k8s.io/api/core/v1/generated.proto

    }
    
    // ResourceQuotaSpec defines the desired hard limits to enforce for Quota.
    message ResourceQuotaSpec {
      // hard is the set of desired hard limits for each named resource.
      // More info: https://kubernetes.io/docs/concepts/policy/resource-quotas/
      // +optional
      map<string, k8s.io.apimachinery.pkg.api.resource.Quantity> hard = 1;
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	return map_ResourceQuotaList
    }
    
    var map_ResourceQuotaSpec = map[string]string{
    	"":              "ResourceQuotaSpec defines the desired hard limits to enforce for Quota.",
    	"hard":          "hard is the set of desired hard limits for each named resource. More info: https://kubernetes.io/docs/concepts/policy/resource-quotas/",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/core/v1/generated.proto

    }
    
    // ResourceQuotaSpec defines the desired hard limits to enforce for Quota.
    message ResourceQuotaSpec {
      // hard is the set of desired hard limits for each named resource.
      // More info: https://kubernetes.io/docs/concepts/policy/resource-quotas/
      // +optional
      map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> hard = 1;
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/core/v1/types.go

    )
    
    // ResourceQuotaSpec defines the desired hard limits to enforce for Quota.
    type ResourceQuotaSpec struct {
    	// hard is the set of desired hard limits for each named resource.
    	// More info: https://kubernetes.io/docs/concepts/policy/resource-quotas/
    	// +optional
    	Hard ResourceList `json:"hard,omitempty" protobuf:"bytes,1,rep,name=hard,casttype=ResourceList,castkey=ResourceName"`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.12.md

    - Add support support to Manilla for trustee authentication and supplying custom CAs.
    - Add and update documentation.
    - Add support to Manilla for provisioning existing shares.
    - Add cluster name to load balancer description
    - Add synchronization between Kubernetes and Keystone projects
    - Add use internal DNS name for 'hostname' of nodes.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 06 06:04:15 UTC 2020
    - 293.8K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.6.md

        * Adds support for 1.5.x series of Kubernetes
        * Introduces a tactic for keeping templates in sync with upstream eliminating template drift
        * Adds CNI support to the Juju Charms
        * Adds durable storage support to the Juju Charms
        * Introduces an e2e Charm layer for repeatable testing efforts and validation of clusters
    
    ### libvirt CoreOS
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 304K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.8.md

    * Set default snap channel on charms to 1.7 stable ([#48874](https://github.com/kubernetes/kubernetes/pull/48874), [@ktsakalozos](https://github.com/ktsakalozos))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__batch__v1_openapi.json

              },
              "rbd": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/io.k8s.api.core.v1.RBDVolumeSource"
                  }
                ],
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
Back to top