Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for writing (0.15 sec)

  1. CREDITS

          unless required by applicable law (such as deliberate and grossly
          negligent acts) or agreed to in writing, shall any Contributor be
          liable to You for damages, including any direct, indirect, special,
          incidental, or consequential damages of any character arising as a
          result of this License or out of the use or inability to use the
          Work (including but not limited to damages for loss of goodwill,
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 15:34:20 UTC 2024
    - 1.7M bytes
    - Viewed (0)
  2. pkg/generated/openapi/zz_generated.openapi.go

    				Type:        []string{"object"},
    				Properties: map[string]spec.Schema{
    					"waiting": {
    						SchemaProps: spec.SchemaProps{
    							Description: "Details about a waiting container",
    							Ref:         ref("k8s.io/api/core/v1.ContainerStateWaiting"),
    						},
    					},
    					"running": {
    						SchemaProps: spec.SchemaProps{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  3. api/openapi-spec/swagger.json

              "description": "Details about a terminated container"
            },
            "waiting": {
              "$ref": "#/definitions/io.k8s.api.core.v1.ContainerStateWaiting",
              "description": "Details about a waiting container"
            }
          },
          "type": "object"
        },
        "io.k8s.api.core.v1.ContainerStateRunning": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
Back to top