Documentation
¶
Index ¶
- Constants
- func Creator(namespace, name string) util.Constructor
- func DataSourceImage() *schema.Resource
- func DataSourceSchema() map[string]*schema.Schema
- func ResourceImage() *schema.Resource
- func Schema() map[string]*schema.Schema
- func Updater(image *harvsterv1.VirtualMachineImage) util.Constructor
- type Constructor
Constants ¶
View Source
const (
URLDescription = "" /* 224-byte string literal not displayed */
)
Variables ¶
This section is empty.
Functions ¶
func Creator ¶
func Creator(namespace, name string) util.Constructor
func DataSourceImage ¶ added in v0.3.0
func DataSourceSchema ¶ added in v0.3.0
func ResourceImage ¶
func Updater ¶
func Updater(image *harvsterv1.VirtualMachineImage) util.Constructor
Types ¶
type Constructor ¶
type Constructor struct {
Image *harvsterv1.VirtualMachineImage
}
func (*Constructor) Result ¶
func (c *Constructor) Result() (interface{}, error)
func (*Constructor) Setup ¶
func (c *Constructor) Setup() util.Processors
func (*Constructor) Validate ¶ added in v0.3.0
func (c *Constructor) Validate() error
Click to show internal directories.
Click to hide internal directories.