Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Unfork ¶
func Unfork(localChart *LocalChart, upstreamChartMatch chartindex.ChartMatch) error
Types ¶
type LocalChart ¶
type MinimalK8sMetadata ¶
type MinimalK8sYaml ¶
type MinimalK8sYaml struct {
Kind string `json:"kind" yaml:"kind"`
Metadata MinimalK8sMetadata `json:"metadata" yaml:"metadata"`
}
type Unforker ¶
type Unforker struct {
// contains filtered or unexported fields
}
func NewUnforker ¶
func NewUnforker(configFlags *genericclioptions.ConfigFlags, uiCh chan UIEvent) (*Unforker, error)
func (*Unforker) StartDiscovery ¶
Click to show internal directories.
Click to hide internal directories.