Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for printslice (0.53 sec)

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

    					"int": {
    						SchemaProps: spec.SchemaProps{
    							Description: "IntValue is a 64-bit integer.",
    							Type:        []string{"integer"},
    							Format:      "int64",
    						},
    					},
    					"intSlice": {
    						SchemaProps: spec.SchemaProps{
    							Description: "IntSliceValue is an array of 64-bit integers.",
    							Ref:         ref("k8s.io/api/resource/v1alpha2.NamedResourcesIntSlice"),
    						},
    					},
    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": "boolean"
            },
            "int": {
              "description": "IntValue is a 64-bit integer.",
              "format": "int64",
              "type": "integer"
            },
            "intSlice": {
              "$ref": "#/definitions/io.k8s.api.resource.v1alpha2.NamedResourcesIntSlice",
              "description": "IntSliceValue is an array of 64-bit integers."
            },
            "name": {
    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