Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for nodeList (0.15 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)
Back to top