Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for PortForward (0.2 sec)

  1. api/openapi-spec/v3/api__v1_openapi.json

                "type": "boolean",
                "uniqueItems": true
              }
            }
          ]
        },
        "/api/v1/namespaces/{namespace}/pods/{name}/portforward": {
          "get": {
            "description": "connect GET requests to portforward of Pod",
            "operationId": "connectCoreV1GetNamespacedPodPortforward",
            "responses": {
              "200": {
                "content": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
  2. api/openapi-spec/swagger.json

              "$ref": "#/parameters/timestamps-c17fW1w_"
            }
          ]
        },
        "/api/v1/namespaces/{namespace}/pods/{name}/portforward": {
          "get": {
            "consumes": [
              "*/*"
            ],
            "description": "connect GET requests to portforward of Pod",
            "operationId": "connectCoreV1GetNamespacedPodPortforward",
            "produces": [
              "*/*"
            ],
    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. pkg/generated/openapi/zz_generated.openapi.go

    						SchemaProps: spec.SchemaProps{
    							Description: "enableDebuggingHandlers enables server endpoints for log access and local running of containers and commands, including the exec, attach, logs, and portforward features. Default: true",
    							Type:        []string{"boolean"},
    							Format:      "",
    						},
    					},
    					"enableContentionProfiling": {
    						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)
Back to top