Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 80 for decSizes (0.38 sec)

  1. pkg/generated/openapi/zz_generated.openapi.go

    	return common.OpenAPIDefinition{
    		Schema: spec.Schema{
    			SchemaProps: spec.SchemaProps{
    				Description: "MatchResources decides whether to run the admission control policy on an object based on whether it meets the match criteria. The exclude rules take precedence over include rules (if a resource matches both, it is excluded)",
    				Type:        []string{"object"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  2. pkg/controller/podautoscaler/horizontal_test.go

    		// fake out the verification logic and mark that we're done processing
    		go func() {
    			// wait a tick and then mark that we're finished (otherwise, we have no
    			// way to indicate that we're finished, because the function decides not to do anything)
    			time.Sleep(1 * time.Second)
    			tc.Lock()
    			tc.statusUpdated = true
    			tc.Unlock()
    			tc.processed <- "test-hpa"
    		}()
    
    		var eighty int32 = 80
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 14:24:16 UTC 2024
    - 199.3K bytes
    - Viewed (0)
  3. api/openapi-spec/swagger.json

          },
          "required": [
            "name",
            "expression"
          ],
          "type": "object"
        },
        "io.k8s.api.admissionregistration.v1.MatchResources": {
          "description": "MatchResources decides whether to run the admission control policy on an object based on whether it meets the match criteria. The exclude rules take precedence over include rules (if a resource matches both, it is excluded)",
          "properties": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
  4. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

              "type": "string"
            },
            "namespaceSelector": {
              "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 2.3M bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiextensions-apiserver/pkg/generated/openapi/zz_generated.openapi.go

    							Type:        []string{"string"},
    							Format:      "",
    						},
    					},
    					"includeObject": {
    						SchemaProps: spec.SchemaProps{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:17 UTC 2024
    - 329.7K bytes
    - Viewed (0)
  6. pkg/apis/core/validation/validation.go

    	return allErrors
    }
    
    // validateImagePullSecrets checks to make sure the pull secrets are well
    // formed.  Right now, we only expect name to be set (it's the only field).  If
    // this ever changes and someone decides to set those fields, we'd like to
    // know.
    func validateImagePullSecrets(imagePullSecrets []core.LocalObjectReference, fldPath *field.Path) field.ErrorList {
    	allErrors := field.ErrorList{}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/ssagen/ssa.go

    		// Extend so we can do everything in uintptr arithmetic.
    		t := types.Types[types.TUINTPTR]
    		idx = s.conv(nil, idx, idx.Type, t)
    
    		// The ending condition for the current block decides whether we'll use
    		// the jump table at all.
    		// We check that min <= idx <= max and jump around the jump table
    		// if that test fails.
    		// We implement min <= idx <= max with 0 <= idx-min <= max-min, because
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  8. src/net/http/h2_bundle.go

    // the http1 Transport doesn't de-dup TCP dials to outbound hosts (because it doesn't know
    // the protocol), it can get into a situation where it has multiple TLS connections.
    // This code decides which ones live or die.
    // The return value used is whether c was used.
    // c is never closed.
    func (p *http2clientConnPool) addConnIfNeeded(key string, t *http2Transport, c *tls.Conn) (used bool, err error) {
    	p.mu.Lock()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  9. RELEASE.md

            `data_service_ops.distribute`. Users can specify `"AUTO"`, `"ANY"`, or
            `"LOCAL"` (case insensitive). If `"AUTO"`, tf.data service runtime
            decides which workers to read from. If `"ANY"`, TF workers read from any
            tf.data service workers. If `"LOCAL"`, TF workers will only read from
            local in-processs tf.data service workers. `"AUTO"` works well for most
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  10. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger.json

              "type": "string"
            },
            "namespaceSelector": {
              "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 4.5M bytes
    - Viewed (0)
Back to top