Documentation ¶
Index ¶
- func Creator(c *client.Client, ctx context.Context, ...) util.Constructor
- func DataSourceNetwork() *schema.Resource
- func DataSourceSchema() map[string]*schema.Schema
- func ResourceNetwork() *schema.Resource
- func Schema() map[string]*schema.Schema
- func Updater(c *client.Client, ctx context.Context, ...) util.Constructor
- type Constructor
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DataSourceNetwork ¶ added in v0.3.0
func DataSourceSchema ¶ added in v0.3.0
func ResourceNetwork ¶
func Updater ¶
func Updater(c *client.Client, ctx context.Context, network *nadv1.NetworkAttachmentDefinition) util.Constructor
Types ¶
type Constructor ¶
type Constructor struct { Client *client.Client Context context.Context ClusterNetworkName string Network *nadv1.NetworkAttachmentDefinition Layer3NetworkConf *networkutils.Layer3NetworkConf }
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.