Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Bundle ¶
type Bundle struct { Name string Data []byte // The following are only set on dynamic bundles RepoUrl string RepoPath string RepoRevision string SrcType string }
func GetBundlesFromProfile ¶
func GetBundlesFromProfile( profile *arlonv1.Profile, corev1 corev1types.CoreV1Interface, arlonNs string, ) (bundles []Bundle, err error)
Click to show internal directories.
Click to hide internal directories.