Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 16 of 16 for PortForward (0.3 sec)

  1. pkg/kubelet/kubelet_pods.go

    	"k8s.io/apimachinery/pkg/util/version"
    	utilfeature "k8s.io/apiserver/pkg/util/feature"
    	runtimeapi "k8s.io/cri-api/pkg/apis/runtime/v1"
    	"k8s.io/klog/v2"
    	"k8s.io/kubelet/pkg/cri/streaming/portforward"
    	remotecommandserver "k8s.io/kubelet/pkg/cri/streaming/remotecommand"
    	podutil "k8s.io/kubernetes/pkg/api/v1/pod"
    	"k8s.io/kubernetes/pkg/api/v1/resource"
    	podshelper "k8s.io/kubernetes/pkg/apis/core/pods"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 101.2K bytes
    - Viewed (0)
  2. pkg/kubelet/kubelet_pods_test.go

    	"k8s.io/client-go/tools/record"
    	featuregatetesting "k8s.io/component-base/featuregate/testing"
    	"k8s.io/component-base/metrics/testutil"
    	runtimeapi "k8s.io/cri-api/pkg/apis/runtime/v1"
    	"k8s.io/kubelet/pkg/cri/streaming/portforward"
    	"k8s.io/kubelet/pkg/cri/streaming/remotecommand"
    	_ "k8s.io/kubernetes/pkg/apis/core/install"
    	"k8s.io/kubernetes/pkg/features"
    	kubecontainer "k8s.io/kubernetes/pkg/kubelet/container"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 00:05:23 UTC 2024
    - 198.8K bytes
    - Viewed (0)
  3. pkg/apis/core/types.go

    // used by both the client side and server side components.
    //
    // This is probably not the ideal place for them, but it didn't seem worth it
    // to create pkg/exec and pkg/portforward just to contain a single file with
    // constants in it.  Suggestions for more appropriate alternatives are
    // definitely welcome!
    const (
    	// Enable stdin for remote command execution
    	ExecStdinParam = "input"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  4. 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)
  5. 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)
  6. 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