Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 38 of 38 for PortForward (0.33 sec)

  1. CHANGELOG/CHANGELOG-1.8.md

    - `kubectl run` can set a service account name in the generated pod
      spec with the `--serviceaccount` flag.
    
    - `kubectl proxy` now correctly handles the `exec`, `attach`, and
      `portforward` commands.  You must pass `--disable-filter` to the command to allow these commands.
    
    - Added `cronjobs.batch` to "all", so that `kubectl get all` returns them.
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
  2. 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)
  3. 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)
  4. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

              "$ref": "#/parameters/timestamps-9iaguSfl"
            }
          ]
        },
        "/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: Tue Feb 20 15:45:02 UTC 2024
    - 2.3M 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. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    clusterrolebindings - clusterroles - roles - rolebindings verbs: - '*' - apiGroups: - coordination.k8s.io resources: - leases verbs: - get - create - update - apiGroups: - "" resources: - configmaps - endpoints - events - namespaces - pods - pods/proxy - pods/portforward - persistentvolumeclai - secrets - services - serviceaccounts - resourcequotas verbs: - '*' --- manifests/charts/istio-operator/templates/crds.yaml {{- if .Values.enableCRDTemplates -}} {{- range $path, $bytes := .Files.Glob "crds/*.yaml" -}} ---...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  7. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger.json

              "uniqueItems": true
            }
          ]
        },
        "/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: Tue Feb 20 15:45:02 UTC 2024
    - 4.5M bytes
    - Viewed (0)
  8. 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