MCPcopy Index your code
hub / github.com/cloudfoundry/cli / AppSSHEndpoint

Method AppSSHEndpoint

api/cloudcontroller/ccv3/root.go:47–49  ·  view source on GitHub ↗

AppSSHEndpoint returns the HREF for SSHing into an app container.

()

Source from the content-addressed store, hash-verified

45
46// AppSSHEndpoint returns the HREF for SSHing into an app container.
47func (info Root) AppSSHEndpoint() string {
48 return info.Links.AppSSH.HREF
49}
50
51// AppSSHHostKeyFingerprint returns the SSH key fingerprint of the SSH proxy
52// that brokers connections to application instances.

Calls

no outgoing calls

Tested by

no test coverage detected