mapper

package
v0.0.0-...-85c988c Latest Latest
Warning

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

Go to latest
Published: Jan 3, 2021 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DependencyGraph

type DependencyGraph struct {
	sync.RWMutex
	// contains filtered or unexported fields
}

func (*DependencyGraph) AddDependency

func (g *DependencyGraph) AddDependency(obj1, obj2 helmv1.ObjectReference)

func (*DependencyGraph) GetAllDependenciesFor

func (g *DependencyGraph) GetAllDependenciesFor(obj1 helmv1.ObjectReference) []helmv1.ObjectReference

func (*DependencyGraph) HasDependency

func (g *DependencyGraph) HasDependency(obj1, obj2 helmv1.ObjectReference) bool

func (*DependencyGraph) RemoveAllDependenciesFor

func (g *DependencyGraph) RemoveAllDependenciesFor(obj1 helmv1.ObjectReference)

func (*DependencyGraph) RemoveDependency

func (g *DependencyGraph) RemoveDependency(obj1, obj2 helmv1.ObjectReference)

type Mapper

type Mapper struct {
	Graph DependencyGraph
}

func (*Mapper) ReleaseMapFunc

func (m *Mapper) ReleaseMapFunc(obj client.Object) []reconcile.Request

Jump to

Keyboard shortcuts

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