Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getAttach (0.1 sec)

  1. pkg/kubelet/kubelet_pods.go

    	}
    	return kl.streamingRuntime.GetExec(ctx, container.ID, cmd, streamOpts.Stdin, streamOpts.Stdout, streamOpts.Stderr, streamOpts.TTY)
    }
    
    // GetAttach gets the URL the attach will be served from, or nil if the Kubelet will serve it.
    func (kl *Kubelet) GetAttach(ctx context.Context, podFullName string, podUID types.UID, containerName string, streamOpts remotecommandserver.Options) (*url.URL, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 101.2K bytes
    - Viewed (0)
Back to top