Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 25 for numbuf (0.18 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation/validation_test.go

    						OpenAPIV3Schema: &apiextensions.JSONSchemaProps{
    							Type: "object",
    							Properties: map[string]apiextensions.JSONSchemaProps{
    								"apiVersion": {Type: "number"},
    								"kind":       {Type: "number"},
    								"metadata": {
    									Type: "number",
    									Properties: map[string]apiextensions.JSONSchemaProps{
    										"name": {
    											Type:    "string",
    											Pattern: "abc",
    										},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 349.4K bytes
    - Viewed (0)
  2. prow/config/calico.yaml

                            For standard community use `aa:nn` format, where `aa` and
                            `nn` are 16 bit number. For large community use `aa:nn:mm`
                            format, where `aa`, `nn` and `mm` are 32 bit number. Where,
                            `aa` is an AS Number, `nn` and `mm` are per-AS identifier.
                          pattern: ^(\d+):(\d+)$|^(\d+):(\d+):(\d+)$
                          type: string
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__batch__v1_openapi.json

             "description": "MinDomains indicates a minimum number of eligible domains. When the number of eligible domains with matching topology keys is less than minDomains, Pod Topology Spread treats \"global minimum\" as 0, and then the calculation of Skew is performed. And when the number of eligible domains with matching topology keys equals or greater than minDomains, this value has no effect on scheduling. As a result, when the number of eligible domains is less than minDomains, scheduler won't...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
  4. pkg/apis/core/types.go

    const (
    	// Pods, number
    	ResourcePods ResourceName = "pods"
    	// Services, number
    	ResourceServices ResourceName = "services"
    	// ReplicationControllers, number
    	ResourceReplicationControllers ResourceName = "replicationcontrollers"
    	// ResourceQuotas, number
    	ResourceQuotas ResourceName = "resourcequotas"
    	// ResourceSecrets, number
    	ResourceSecrets ResourceName = "secrets"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"hostPort":      "Number of port to expose on the host. If specified, this must be a valid port number, 0 < x < 65536. If HostNetwork is specified, this must match ContainerPort. Most containers do not need this.",
    	"containerPort": "Number of port to expose on the pod's IP address. This must be a valid port number, 0 < x < 65536.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/core/v1/types.go

    const (
    	// Pods, number
    	ResourcePods ResourceName = "pods"
    	// Services, number
    	ResourceServices ResourceName = "services"
    	// ReplicationControllers, number
    	ResourceReplicationControllers ResourceName = "replicationcontrollers"
    	// ResourceQuotas, number
    	ResourceQuotas ResourceName = "resourcequotas"
    	// ResourceSecrets, number
    	ResourceSecrets ResourceName = "secrets"
    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. staging/src/k8s.io/api/core/v1/generated.proto

      optional string name = 1;
    
      // Number of port to expose on the host.
      // If specified, this must be a valid port number, 0 < x < 65536.
      // If HostNetwork is specified, this must match ContainerPort.
      // Most containers do not need this.
      // +optional
      optional int32 hostPort = 2;
    
      // Number of port to expose on the pod's IP address.
      // This must be a valid port number, 0 < x < 65536.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

          // the number of possible keys and n is the number of values. If d = n^2,
          // then the limit as n goes to infinity is 1/2. If d = n^3, then the limit
          // as n goes to infinity is zero.
    
          // This implementation ensures that the key-space is greater than or equal
          // to the cube of the number of values. The risk of collisions can be
          // further reduced by increasing Exponent at the expense of
          // performance.
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  9. doc/go_spec.html

    The number of operands on the left
    hand side must match the number of values.  For instance, if
    <code>f</code> is a function returning two values,
    </p>
    
    <pre>
    x, y = f()
    </pre>
    
    <p>
    assigns the first value to <code>x</code> and the second to <code>y</code>.
    In the second form, the number of operands on the left must equal the number
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 21:07:21 UTC 2024
    - 281.5K bytes
    - Viewed (1)
  10. pkg/proxy/iptables/proxier_test.go

    				-A KUBE-ZZZZZ -m comment --comment "mystery chain number 1"
    				-A KUBE-SERVICES -m comment --comment ns2/svc2 svc2 line 2
    				-A WHY-IS-THIS-CHAIN-HERE -j ACCEPT
    				-A KUBE-SERVICES -m comment --comment "ns2/svc2 blah" svc2 line 3
    				-A KUBE-AAAAA -m comment --comment "mystery chain number 2"
    				COMMIT
    				`),
    			output: dedent.Dedent(`
    				*filter
    				COMMIT
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 249.9K bytes
    - Viewed (0)
Back to top