resourceviewer

package
v0.8.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 15, 2019 License: Apache-2.0 Imports: 26 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GenerateComponent

func GenerateComponent(ctx context.Context, details Details, selected types.UID) (*component.ResourceViewer, error)

GenerateComponent generates a resource viewer component given details.

Types

type Details

type Details interface {
	AdjacencyList() (*component.AdjList, error)
	Nodes(ctx context.Context) (component.Nodes, error)
}

Details generates details for resource viewer.

type Handler

type Handler struct {
	// contains filtered or unexported fields
}

Handler is a visitor handler.

func NewHandler

func NewHandler(dashConfig config.Dash, options ...HandlerOption) (*Handler, error)

NewHandler creates an instance of Handler.

func (*Handler) AddEdge

func (h *Handler) AddEdge(ctx context.Context, from, to *unstructured.Unstructured) error

AddEdge adds edges to the graph.

func (*Handler) AdjacencyList

func (h *Handler) AdjacencyList() (*component.AdjList, error)

func (*Handler) Nodes

func (h *Handler) Nodes(ctx context.Context) (component.Nodes, error)

Nodes generates nodes from the handler.

func (*Handler) Process

func (h *Handler) Process(ctx context.Context, object *unstructured.Unstructured) error

Process adds nodes to the dependency graph.

type HandlerObjectStatus

type HandlerObjectStatus struct {
	// contains filtered or unexported fields
}

func NewHandlerObjectStatus

func NewHandlerObjectStatus(objectStore store.Store, pluginManager plugin.ManagerInterface) *HandlerObjectStatus

func (*HandlerObjectStatus) Status

type HandlerOption

type HandlerOption func(h *Handler)

HandlerOption is an option for configuring Handler.

func SetHandlerObjectStatus

func SetHandlerObjectStatus(objectStatus ObjectStatus) HandlerOption

SetHandlerObjectStatus configures handler to use a custom object status generator.

type ObjectStatus

type ObjectStatus interface {
	Status(ctx context.Context, object runtime.Object) (*objectstatus.ObjectStatus, error)
}

type ResourceViewer

type ResourceViewer struct {
	// contains filtered or unexported fields
}

ResourceViewer visits an object and creates a view component.

func New

func New(dashConfig config.Dash, opts ...ViewerOpt) (*ResourceViewer, error)

New creates an instance of ResourceViewer.

func (*ResourceViewer) Visit

func (rv *ResourceViewer) Visit(ctx context.Context, object runtime.Object, handler *Handler) error

Visit visits an object and creates a view component.

type ViewerOpt

type ViewerOpt func(*ResourceViewer) error

ViewerOpt is an option for ResourceViewer.

func WithDefaultQueryer

func WithDefaultQueryer(dashConfig config.Dash, q queryer.Queryer) ViewerOpt

WithDefaultQueryer configures ResourceViewer with the default visitor.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL