Documentation ¶
Index ¶
- type IngressAdapter
- func (thisAdapter *IngressAdapter) Configure(statefulGraph adapter.StatefulGraph) error
- func (thisAdapter *IngressAdapter) Connect(statefulGraph adapter.StatefulGraph, source adapter.Node, targetName string) (adapter.Edge, error)
- func (thisAdapter *IngressAdapter) Create(statefulGraph adapter.StatefulGraph, obj runtime.Object) (adapter.Node, error)
- func (thisAdapter *IngressAdapter) GetType() reflect.Type
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IngressAdapter ¶
type IngressAdapter struct {
adapter.ResourceData
}
func (*IngressAdapter) Configure ¶
func (thisAdapter *IngressAdapter) Configure(statefulGraph adapter.StatefulGraph) error
Configure connects the resources on this adapter with its dependencies
func (*IngressAdapter) Connect ¶
func (thisAdapter *IngressAdapter) Connect(statefulGraph adapter.StatefulGraph, source adapter.Node, targetName string) (adapter.Edge, error)
Connect creates and edge between the given node and an object on this adapter
func (*IngressAdapter) Create ¶
func (thisAdapter *IngressAdapter) Create(statefulGraph adapter.StatefulGraph, obj runtime.Object) (adapter.Node, error)
Create add a graph node for the given object and stores it for further actions
func (*IngressAdapter) GetType ¶
func (thisAdapter *IngressAdapter) GetType() reflect.Type
GetType returns the reflected type of the k8s kind managed by this instance
Click to show internal directories.
Click to hide internal directories.