Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for mainIvy (0.13 sec)

  1. docs/en/docs/release-notes.md

    This was designed this way mainly to allow using the same objects "yielded" by dependencies inside of background tasks, because the exit code would be executed after the background tasks were finished.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.9.md

    
    #### **Container Runtime**
    *   [alpha] [cri-tools](https://github.com/kubernetes-incubator/cri-tools): CLI and validation tools for CRI is now v1.0.0-alpha.0. This release mainly focuses on UX improvements. [[@feiskyer](https://github.com/feiskyer)]
        *   Make crictl command more user friendly and add more subcommands.
        *   Integrate with CRI verbose option to provide extra debug information.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 16 10:46:27 UTC 2021
    - 313.7K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiextensions-apiserver/pkg/generated/openapi/zz_generated.openapi.go

    	return common.OpenAPIDefinition{
    		Schema: spec.Schema{
    			SchemaProps: spec.SchemaProps{
    				Description: "JSONSchemaPropsOrArray represents a value that can either be a JSONSchemaProps or an array of JSONSchemaProps. Mainly here for serialization purposes.",
    				Type:        v1.JSONSchemaPropsOrArray{}.OpenAPISchemaType(),
    				Format:      v1.JSONSchemaPropsOrArray{}.OpenAPISchemaFormat(),
    			},
    		},
    	}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:17 UTC 2024
    - 329.7K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.12.md

    Deprecating features:
      - The Alpha feature-gates HighAvailability, SelfHosting, CertsInSecrets are now deprecated, and will be removed in k8s v1.13.0.
    
    ### SIG-ibmcloud
    
    As a newly created SIG, the SIG-ibmcloud has mainly focused on SIG set up, sharing IBM Clouds ongoing Kubernetes work like scalability tests, Kubernetes upgrade strategy etc. with the SIG members and start working on processes to move cloud provider code to a public GitHub repo.
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 06 06:04:15 UTC 2020
    - 293.8K bytes
    - Viewed (0)
  5. src/net/http/h2_bundle.go

    // {256 KB, 512 KB], {512 KB, infinity}
    // In practice, the maximum scratch buffer size should not exceed 512 KB due to
    // frameScratchBufferLen(maxFrameSize), thus the "infinity pool" should never be used.
    // It exists mainly as a safety measure, for potential future increases in max buffer size.
    var http2bufPools [7]sync.Pool // of *[]byte
    
    func http2bufPoolIndex(size int) int {
    	if size <= 16384 {
    		return 0
    	}
    	size -= 1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.10.md

    ### Node
    
    * Summary of Container Runtime changes:
      * [beta] [cri-tools](https://github.com/kubernetes-incubator/cri-tools): CLI and validation tools for CRI is now v1.0.0-beta.0. This release mainly focused on UX improvements. [@feiskyer]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 341.8K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.11.md

    ## Major Themes
    
    ### SIG API Machinery
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 06 06:04:15 UTC 2020
    - 328.4K bytes
    - Viewed (0)
Back to top