Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Get ¶
Get returns the future with the given name, if the future does not exists, it returns nil.
Types ¶
type Getter ¶
type Getter interface { client.Object // GetFutures returns the list of long running operation states for an object. GetFutures() infrav1.Futures }
Getter interface defines methods that an object should implement in order to use the futures package for getting long running operation states.
Click to show internal directories.
Click to hide internal directories.