Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getAttachCheck (0.09 sec)

  1. pkg/kubelet/server/server_test.go

    }
    
    func (fk *fakeKubelet) GetAttach(_ context.Context, podFullName string, podUID types.UID, containerName string, streamOpts remotecommandserver.Options) (*url.URL, error) {
    	if fk.getAttachCheck != nil {
    		fk.getAttachCheck(podFullName, podUID, containerName, streamOpts)
    	}
    	// Always use testContainerID
    	resp, err := fk.streamingRuntime.GetAttach(&runtimeapi.AttachRequest{
    		ContainerId: testContainerID,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 51.5K bytes
    - Viewed (0)
Back to top