Documentation ¶
Overview ¶
Package dependency contains an utility for sorting a set of Kubernetes resource objects that implement the Dependent interface.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CircularDependencyError ¶
type CircularDependencyError [][]string
CircularDependencyError contains the circular dependency chains that were detected while sorting the Dependent dependencies.
func (CircularDependencyError) Error ¶
func (e CircularDependencyError) Error() string
Click to show internal directories.
Click to hide internal directories.