Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Address (0.22 sec)

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

      // +optional
      optional NodeStatus status = 3;
    }
    
    // NodeAddress contains information for the node's address.
    message NodeAddress {
      // Node address type, one of Hostname, ExternalIP or InternalIP.
      optional string type = 1;
    
      // The node address.
      optional string address = 2;
    }
    
    // Node affinity is a group of node affinity scheduling rules.
    message NodeAffinity {
    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