Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for Answers (0.16 sec)

  1. src/cmd/compile/internal/ssagen/ssa.go

    			s.assign(n.Case, eCase, false, 0)
    			s.assign(n.Itab, eItab, false, 0)
    			b = s.endBlock()
    			b.AddEdgeTo(merge)
    
    			// On a miss, call into the runtime to get the answer.
    			s.startBlock(cacheMiss)
    		}
    
    		r := s.rtcall(ir.Syms.InterfaceSwitch, true, []*types.Type{typs.Int, typs.BytePtr}, d, t)
    		s.assign(n.Case, r[0], false, 0)
    		s.assign(n.Itab, r[1], false, 0)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.6.md

    * The SubjectAccessReview API now passes subresource and resource name information to the authorizer to answer authorization queries. ([#40935](https://github.com/kubernetes/kubernetes/pull/40935), [@liggitt](https://github.com/liggitt))
    
    ### Autoscaling
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 304K bytes
    - Viewed (0)
  3. prow/config/calico.yaml

                  maxIpsetSize:
                    type: integer
                  metadataAddr:
                    description: 'MetadataAddr is the IP address or domain name of the
                      server that can answer VM queries for cloud-init metadata. In OpenStack,
                      this corresponds to the machine running nova-api (or in Ubuntu,
                      nova-api-metadata). A value of none (case insensitive) means that
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  4. common-protos/k8s.io/api/core/v1/generated.proto

    }
    
    // Service is a named abstraction of software service (for example, mysql) consisting of local port
    // (for example 3306) that the proxy listens on, and the selector that determines which pods
    // will answer requests sent through the proxy.
    message Service {
      // Standard object's metadata.
      // More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
      // +optional
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  5. pkg/apis/core/types.go

    // Service is a named abstraction of software service (for example, mysql) consisting of local port
    // (for example 3306) that the proxy listens on, and the selector that determines which pods
    // will answer requests sent through the proxy.
    type Service struct {
    	metav1.TypeMeta
    	// +optional
    	metav1.ObjectMeta
    
    	// Spec defines the behavior of a service.
    	// +optional
    	Spec ServiceSpec
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    var map_Service = map[string]string{
    	"":         "Service is a named abstraction of software service (for example, mysql) consisting of local port (for example 3306) that the proxy listens on, and the selector that determines which pods will answer requests sent through the proxy.",
    	"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)
  7. staging/src/k8s.io/api/core/v1/generated.proto

    }
    
    // Service is a named abstraction of software service (for example, mysql) consisting of local port
    // (for example 3306) that the proxy listens on, and the selector that determines which pods
    // will answer requests sent through the proxy.
    message Service {
      // Standard object's metadata.
      // More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
      // +optional
    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. src/net/http/h2_bundle.go

    	// upper bound that usually fires. (Maybe if w.h and
    	// w.trailers are nil, so we don't need to enumerate it.)
    	// Otherwise I'm afraid that just calculating the length to
    	// answer this question would be slower than the ~2µs benefit.
    	return false
    }
    
    func (w *http2writeResHeaders) writeFrame(ctx http2writeContext) error {
    	enc, buf := ctx.HeaderEncoder()
    	buf.Reset()
    
    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. staging/src/k8s.io/api/core/v1/types.go

    // Service is a named abstraction of software service (for example, mysql) consisting of local port
    // (for example 3306) that the proxy listens on, and the selector that determines which pods
    // will answer requests sent through the proxy.
    type Service struct {
    	metav1.TypeMeta `json:",inline"`
    	// Standard object's metadata.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
Back to top