Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for badsignature (0.3 sec)

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

      // +optional
      optional string uid = 1;
    }
    
    // Describes a class of pods that should avoid this node.
    message PreferAvoidPodsEntry {
      // The class of pods.
      optional PodSignature podSignature = 1;
    
      // Time at which this entry was added to the list.
      // +optional
      optional k8s.io.apimachinery.pkg.apis.meta.v1.Time evictionTime = 2;
    
    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