Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interface ¶
type Interface interface {
// Delete purges the underlying local cache, causing Search to fetch the
// latest version of the stack object state again over network.
Delete()
// Search returns the state of the configured stack object and caches the
// first valid search result so that consecutive executions of Search prevent
// network calls. This behaviour guarantees consistent stack object state
// within reconciliation loops.
Search() (types.Stack, error)
}
Click to show internal directories.
Click to hide internal directories.