Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for spre (0.12 sec)

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

      // List of MutatingWebhookConfiguration.
      repeated MutatingWebhookConfiguration items = 2;
    }
    
    // Rule is a tuple of APIGroups, APIVersion, and Resources.It is recommended
    // to make sure that all the tuple expansions are valid.
    message Rule {
      // APIGroups is the API groups the resources belong to. '*' is all groups.
      // If '*' is present, the length of the slice must be one.
      // Required.
    Plain Text
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 24.4K bytes
    - Viewed (0)
  2. common-protos/k8s.io/api/core/v1/generated.proto

      // Cannot be updated.
      // +optional
      // +patchMergeKey=name
      // +patchStrategy=merge
      repeated EnvVar env = 7;
    
      // Resources are not allowed for ephemeral containers. Ephemeral containers use spare resources
      // already allocated to the pod.
      // +optional
      optional ResourceRequirements resources = 8;
    
      // Resources resize policy for the container.
      // +featureGate=InPlacePodVerticalScaling
    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