Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for main (0.15 sec)

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

    }
    
    // LimitRangeItem defines a min/max usage limit for any resource that matches on kind.
    message LimitRangeItem {
      // Type of resource that this limit applies to.
      optional string type = 1;
    
      // Max usage constraints on this kind by resource name.
      // +optional
      map<string, k8s.io.apimachinery.pkg.api.resource.Quantity> max = 2;
    
      // Min usage constraints on this kind by resource name.
    Plain Text
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 255.8K bytes
    - Viewed (0)
Back to top