Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for recreate (0.13 sec)

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

                "type": "string"
              },
              "path": {
                "default": "",
                "description": "path is the Glusterfs volume path. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod",
                "type": "string"
              },
              "readOnly": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"ModeSticky", Const, 0},
    		{"ModeSymlink", Const, 0},
    		{"ModeTemporary", Const, 0},
    		{"ModeType", Const, 0},
    		{"NewFile", Func, 0},
    		{"NewSyscallError", Func, 0},
    		{"O_APPEND", Const, 0},
    		{"O_CREATE", Const, 0},
    		{"O_EXCL", Const, 0},
    		{"O_RDONLY", Const, 0},
    		{"O_RDWR", Const, 0},
    		{"O_SYNC", Const, 0},
    		{"O_TRUNC", Const, 0},
    		{"O_WRONLY", Const, 0},
    		{"Open", Func, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

    remember the type of suffix it had, and will use the same type again when it is serialized.\n\nBefore serializing, Quantity will be put in \"canonical form\". This means that Exponent/suffix will be adjusted up or down (with a corresponding increase or decrease in Mantissa) such that:\n\n- No precision is lost - No fractional digits will be emitted - The exponent (or suffix) is as large as possible.\n\nThe sign will be omitted unless the number is negative.\n\nExamples:\n\n- 1.5 will be serialized as \"1500m\"...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
Back to top