Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for stringSlice (0.33 sec)

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

    					"string": {
    						SchemaProps: spec.SchemaProps{
    							Description: "StringValue is a string.",
    							Type:        []string{"string"},
    							Format:      "",
    						},
    					},
    					"stringSlice": {
    						SchemaProps: spec.SchemaProps{
    							Description: "StringSliceValue is an array of strings.",
    							Ref:         ref("k8s.io/api/resource/v1alpha2.NamedResourcesStringSlice"),
    						},
    					},
    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

              "description": "QuantityValue is a quantity."
            },
            "string": {
              "description": "StringValue is a string.",
              "type": "string"
            },
            "stringSlice": {
              "$ref": "#/definitions/io.k8s.api.resource.v1alpha2.NamedResourcesStringSlice",
              "description": "StringSliceValue is an array of strings."
            },
            "version": {
    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