Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RancherServerLookup ¶
type RancherServerLookup struct {
// contains filtered or unexported fields
}
func NewLookup ¶
func NewLookup(stackID string, client *client.RancherClient) *RancherServerLookup
func (*RancherServerLookup) Cert ¶
func (r *RancherServerLookup) Cert(name string) (*client.Certificate, error)
func (*RancherServerLookup) Container ¶
func (r *RancherServerLookup) Container(name string) (*client.Container, error)
func (*RancherServerLookup) Service ¶
func (r *RancherServerLookup) Service(name string) (*client.Service, error)
Click to show internal directories.
Click to hide internal directories.