Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InternalDependencyDetector ¶
type InternalDependencyDetector struct {
// contains filtered or unexported fields
}
func NewInternalDependencyDetector ¶
func NewInternalDependencyDetector(opts InternalDependencyDetectorOptions) *InternalDependencyDetector
func (*InternalDependencyDetector) Detect ¶
func (d *InternalDependencyDetector) Detect(unstruct *unstructured.Unstructured) []*depnd.InternalDependency
type InternalDependencyDetectorOptions ¶
type InternalDependencyDetectorOptions struct {
DefaultNamespace string
}
Click to show internal directories.
Click to hide internal directories.