Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for resourceNames (0.2 sec)

  1. api/openapi-spec/v3/apis__batch__v1_openapi.json

          },
          "io.k8s.api.core.v1.ContainerResizePolicy": {
            "description": "ContainerResizePolicy represents resource resize policy for the container.",
            "properties": {
              "resourceName": {
                "default": "",
                "description": "Name of the resource to which this resource resize policy applies. Supported values: cpu, memory.",
                "type": "string"
              },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
  2. common-protos/k8s.io/api/core/v1/generated.proto

    message ContainerResizePolicy {
      // Name of the resource to which this resource resize policy applies.
      // Supported values: cpu, memory.
      optional string resourceName = 1;
    
      // Restart policy to apply when specified resource is resized.
      // If not specified, it defaults to NotRequired.
      optional string restartPolicy = 2;
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
Back to top