Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Quote ¶
Quote takes an arbitrary DOT ID and escapes any quotes that is contains. The resulting string is quoted again to guarantee that it is a valid ID. DOT graph IDs can be any double-quoted string See http://www.graphviz.org/doc/info/lang.html
Types ¶
type Resource ¶
type Resource interface { Add(resources Resources) Resource From(Resource) Resource Note(note string) Resource fmt.Stringer GetNote() string Coordinates() ResourceCoordinates Sources() []Resource Dump(indentDepth int) []string DumpSources(indentDepth int) []string }
func NewConfigMap ¶
func NewOperator ¶
func NewResource ¶
func NewResource(coordinates ResourceCoordinates) Resource
type ResourceCoordinates ¶
func NewCoordinates ¶
func NewCoordinates(group, resource, namespace, name string) ResourceCoordinates
func (ResourceCoordinates) String ¶
func (c ResourceCoordinates) String() string
Click to show internal directories.
Click to hide internal directories.