Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 21 for Aggregate (0.26 sec)

  1. CHANGELOG/CHANGELOG-1.22.md

    - Aggregate errors when putting vmss. ([#98350](https://github.com/kubernetes/kubernetes/pull/98350), [@nilo19](https://github.com/nilo19))
    - Aggregate write permissions on events to users with edit and admin role. ([#102858](https://github.com/kubernetes/kubernetes/pull/102858), [@tumido](https://github.com/tumido))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 13 12:43:45 UTC 2022
    - 454.1K bytes
    - Viewed (0)
  2. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

      <mime-type type="application/vnd.dvb.ipdcroaming"/>
      <mime-type type="application/vnd.dvb.iptv.alfec-base"/>
      <mime-type type="application/vnd.dvb.iptv.alfec-enhancement"/>
      <mime-type type="application/vnd.dvb.notif-aggregate-root+xml"/>
      <mime-type type="application/vnd.dvb.notif-container+xml"/>
      <mime-type type="application/vnd.dvb.notif-generic+xml"/>
      <mime-type type="application/vnd.dvb.notif-ia-msglist+xml"/>
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/ssagen/ssa.go

    	}
    
    	wOff := 0
    	n := 0
    	writebyte := func(o uint8) { wOff = objw.Uint8(x, wOff, o) }
    
    	// Write one non-aggregate arg/field/element.
    	write1 := func(sz, offset int64) {
    		if offset >= rtabi.TraceArgsSpecial {
    			writebyte(rtabi.TraceArgsOffsetTooLarge)
    		} else {
    			writebyte(uint8(offset))
    			writebyte(uint8(sz))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  4. ChangeLog.md

    - [`KT-64869`](https://youtrack.jetbrains.com/issue/KT-64869) ObjCExport: Analysis-Api: Support 'MustBeDocumented' annotations
    - [`KT-64839`](https://youtrack.jetbrains.com/issue/KT-64839) ObjCExport: Enable tests on CI for aggregate
    - [`KT-64888`](https://youtrack.jetbrains.com/issue/KT-64888) ObjCExport: Analysis Api: Support exporting KDoc
    
    ### Tools. Gradle
    
    #### New Features
    
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:14:23 UTC 2024
    - 292.1K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.8.md

    Federated Jobs that are automatically deployed to multiple clusters
    are now supported. Cluster selection and weighting determine how Job
    parallelism and completions are spread across clusters. Federated Job
    status reflects the aggregate status across all underlying cluster
    jobs.
    
    #### [alpha] Federated Horizontal Pod Autoscaling (HPA)
    
    Federated HPAs are similar to the traditional Kubernetes HPAs, except
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
  6. common-protos/k8s.io/api/core/v1/generated.proto

      // Specifies the output format of the exposed resources, defaults to "1"
      // +optional
      optional k8s.io.apimachinery.pkg.api.resource.Quantity divisor = 3;
    }
    
    // ResourceQuota sets aggregate quota restrictions enforced per namespace
    message ResourceQuota {
      // Standard object's metadata.
      // More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  7. pkg/apis/core/types.go

    	// +optional
    	Used ResourceList
    }
    
    // +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
    
    // ResourceQuota sets aggregate quota restrictions enforced per namespace
    type ResourceQuota struct {
    	metav1.TypeMeta
    	// +optional
    	metav1.ObjectMeta
    
    	// Spec defines the desired quota
    	// +optional
    	Spec ResourceQuotaSpec
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    }
    
    func (ResourceFieldSelector) SwaggerDoc() map[string]string {
    	return map_ResourceFieldSelector
    }
    
    var map_ResourceQuota = map[string]string{
    	"":         "ResourceQuota sets aggregate quota restrictions enforced per namespace",
    	"metadata": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  9. api/openapi-spec/v3/apis__rbac.authorization.k8s.io__v1_openapi.json

    {
      "components": {
        "schemas": {
          "io.k8s.api.rbac.v1.AggregationRule": {
            "description": "AggregationRule describes how to locate ClusterRoles to aggregate into the ClusterRole",
            "properties": {
              "clusterRoleSelectors": {
                "description": "ClusterRoleSelectors holds a list of selectors which will be used to find ClusterRoles and create the rules. If any of the selectors match, then the ClusterRole's permissions will be added",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 352.2K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/core/v1/generated.proto

      // Specifies the output format of the exposed resources, defaults to "1"
      // +optional
      optional .k8s.io.apimachinery.pkg.api.resource.Quantity divisor = 3;
    }
    
    // ResourceQuota sets aggregate quota restrictions enforced per namespace
    message ResourceQuota {
      // Standard object's metadata.
      // More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
Back to top