Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Guestbook ¶
type Guestbook struct {
// contains filtered or unexported fields
}
func (Guestbook) Install ¶
func (g Guestbook) Install() GuestbookAddrs
type GuestbookAddrs ¶
type GuestbookAddrs struct {
FrontendSvcIP, FrontendSvcDomain string
RedisSvcIP, RedisSvcDomain string
}
func (GuestbookAddrs) Complete ¶
func (a GuestbookAddrs) Complete() bool
type KwtNet ¶
type KwtNet struct {
// contains filtered or unexported fields
}
func (*KwtNet) CollectedOutput ¶
func (*KwtNet) EndWithoutCleanup ¶
func (k *KwtNet) EndWithoutCleanup()
func (*KwtNet) StartWithoutCleanup ¶
type LogsWriter ¶
type LogsWriter struct {
// contains filtered or unexported fields
}
func (*LogsWriter) Current ¶
func (w *LogsWriter) Current() string
type NetworkProbe ¶
type NetworkProbe struct {
// contains filtered or unexported fields
}
func (NetworkProbe) HTTPGet ¶
func (a NetworkProbe) HTTPGet(url, expectedOutput, description string)
func (NetworkProbe) RedisWriteRead ¶
func (a NetworkProbe) RedisWriteRead(addr, storedValue string)
Click to show internal directories.
Click to hide internal directories.