Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for nodeList (7.11 sec)

  1. common-protos/k8s.io/api/core/v1/generated.proto

    message NodeDaemonEndpoints {
      // Endpoint on which Kubelet is listening.
      // +optional
      optional DaemonEndpoint kubeletEndpoint = 1;
    }
    
    // NodeList is the whole list of all Nodes which have been registered with master.
    message NodeList {
      // Standard list metadata.
      // More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
      // +optional
    Plain Text
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 255.8K bytes
    - Viewed (0)
  2. doc/go_spec.html

    AliasDecl = identifier "=" Type .
    </pre>
    
    <p>
    Within the <a href="#Declarations_and_scope">scope</a> of
    the identifier, it serves as an <i>alias</i> for the type.
    </p>
    
    <pre>
    type (
    	nodeList = []*Node  // nodeList and []*Node are identical types
    	Polar    = polar    // Polar and polar denote identical types
    )
    </pre>
    
    
    <h4 id="Type_definitions">Type definitions</h4>
    
    <p>
    HTML
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu May 02 22:43:51 GMT 2024
    - 279.6K bytes
    - Viewed (0)
Back to top