Documentation
¶
Index ¶
- Constants
- func Execute()
- func ExtractImagesFromCharts(args []string) ([]chartutil.DatarobotImageDeclaration, error)
- func ExtractImagesFromManifest(manifest string) ([]string, error)
- func ExtractLabels(imageName string) (map[string]string, error)
- func GetSecret(stdin bool, envVar string, argv string) string
- func GetTransport(caCertPath, certPath, keyPath string, insecureSkipVerify bool) (*http.Transport, error)
- func SetVersionInfo(version, commit string)
- func SliceHas(slice []string, str string) bool
- type GenDocCommand
Constants ¶
View Source
const ARCHIVE_EXT = ".tar.zst"
Variables ¶
This section is empty.
Functions ¶
func Execute ¶
func Execute()
Execute adds all child commands to the root command and sets flags appropriately.
func ExtractImagesFromCharts ¶
func ExtractImagesFromCharts(args []string) ([]chartutil.DatarobotImageDeclaration, error)
func ExtractLabels ¶
It fetches the image configuration metadata without pulling the full image.
func GetTransport ¶
func SetVersionInfo ¶
func SetVersionInfo(version, commit string)
Types ¶
type GenDocCommand ¶
type GenDocCommand struct {
// contains filtered or unexported fields
}
GenDocCommand is used to implement 'gen-doc' command.
Click to show internal directories.
Click to hide internal directories.