Documentation ¶
Index ¶
- func Creator(namespace, name string) util.Constructor
- func DataSourceKeypair() *schema.Resource
- func DataSourceSchema() map[string]*schema.Schema
- func ResourceKeypair() *schema.Resource
- func Schema() map[string]*schema.Schema
- func Updater(keyPair *harvsterv1.KeyPair) util.Constructor
- type Constructor
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Creator ¶
func Creator(namespace, name string) util.Constructor
func DataSourceKeypair ¶
func DataSourceSchema ¶
func ResourceKeypair ¶
func Updater ¶
func Updater(keyPair *harvsterv1.KeyPair) util.Constructor
Types ¶
type Constructor ¶
type Constructor struct {
KeyPair *harvsterv1.KeyPair
}
func (*Constructor) Result ¶
func (c *Constructor) Result() (interface{}, error)
func (*Constructor) Setup ¶
func (c *Constructor) Setup() util.Processors
func (*Constructor) Validate ¶
func (c *Constructor) Validate() error
Click to show internal directories.
Click to hide internal directories.