Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for VolumeAttachments (0.87 sec)

  1. api/openapi-spec/swagger.json

              "type": "string"
            },
            "items": {
              "description": "items is the list of VolumeAttachments",
              "items": {
                "$ref": "#/definitions/io.k8s.api.storage.v1.VolumeAttachment"
              },
              "type": "array"
            },
            "kind": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
  2. pkg/generated/openapi/zz_generated.openapi.go

    							Ref:         ref("k8s.io/apimachinery/pkg/apis/meta/v1.ListMeta"),
    						},
    					},
    					"items": {
    						SchemaProps: spec.SchemaProps{
    							Description: "items is the list of VolumeAttachments",
    							Type:        []string{"array"},
    							Items: &spec.SchemaOrArray{
    								Schema: &spec.Schema{
    									SchemaProps: spec.SchemaProps{
    										Default: map[string]interface{}{},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
Back to top