Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for PdID (0.1 sec)

  1. pkg/generated/openapi/zz_generated.openapi.go

    				Description: "Represents a Photon Controller persistent disk resource.",
    				Type:        []string{"object"},
    				Properties: map[string]spec.Schema{
    					"pdID": {
    						SchemaProps: spec.SchemaProps{
    							Description: "pdID is the ID that identifies Photon Controller persistent disk",
    							Default:     "",
    							Type:        []string{"string"},
    							Format:      "",
    						},
    					},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  2. api/openapi-spec/swagger.json

              "type": "string"
            },
            "pdID": {
              "description": "pdID is the ID that identifies Photon Controller persistent disk",
              "type": "string"
            }
          },
          "required": [
            "pdID"
          ],
          "type": "object"
        },
        "io.k8s.api.core.v1.Pod": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__batch__v1_openapi.json

                "type": "string"
              },
              "pdID": {
                "default": "",
                "description": "pdID is the ID that identifies Photon Controller persistent disk",
                "type": "string"
              }
            },
            "required": [
              "pdID"
            ],
            "type": "object"
          },
          "io.k8s.api.core.v1.PodAffinity": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
Back to top