Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for WHERE (0.14 sec)

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

    }
    
    // AttachedVolume describes a volume attached to a node
    message AttachedVolume {
      // Name of the attached volume
      optional string name = 1;
    
      // DevicePath represents the device path where the volume should be available
      optional string devicePath = 2;
    }
    
    // AvoidPods describes pods that should avoid this node. This is the value for a
    // Node annotation with key scheduler.alpha.kubernetes.io/preferAvoidPods and
    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