Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NodeCondition (0.07 sec)

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

      // node(s) with the highest sum are the most preferred.
      // +optional
      repeated PreferredSchedulingTerm preferredDuringSchedulingIgnoredDuringExecution = 2;
    }
    
    // NodeCondition contains condition information for a node.
    message NodeCondition {
      // Type of node condition.
      optional string type = 1;
    
      // Status of the condition, one of True, False, Unknown.
      optional string status = 2;
    
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
Back to top