Documentation
¶
Overview ¶
Package drivenets implmements node definitions for nodes from the Drivenets vendor. It implements both a device (model: cdnos) and an ATE (model: magna).
Index ¶
- func New(nodeImpl *node.Impl) (node.Node, error)
- type Node
- func (n *Node) ConfigPush(context.Context, io.Reader) error
- func (n *Node) Create(ctx context.Context) error
- func (n *Node) CreateConfig(ctx context.Context) (*corev1.Volume, error)
- func (n *Node) Delete(ctx context.Context) error
- func (n *Node) GenerateSelfSigned(context.Context) error
- func (n *Node) ResetCfg(ctx context.Context) error
- func (n *Node) Status(ctx context.Context) (node.Status, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Node ¶
func (*Node) CreateConfig ¶
Click to show internal directories.
Click to hide internal directories.