Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CloudproviderCache ¶
type CloudproviderCache struct {
// contains filtered or unexported fields
}
func (*CloudproviderCache) Get ¶
func (c *CloudproviderCache) Get(machineSpec clusterv1alpha1.MachineSpec) (error, bool, error)
Get returns an error indicating the result of the validation and a boolean indicating if it got a cache hit or miss.
func (*CloudproviderCache) Set ¶
func (c *CloudproviderCache) Set(machineSpec clusterv1alpha1.MachineSpec, val error) error
Set sets the passed value for the given machineSpec.
Click to show internal directories.
Click to hide internal directories.