Documentation
¶
Index ¶
- func CoreOrderEntryToBuildOrderEntry(order []corev1alpha1.OrderEntry) []buildv1alpha2.BuilderOrderEntry
- func CreateDetectionOrderRow(ref corev1alpha1.BuildpackRef) (string, string)
- func CreateOrder(buildpacks []string) []buildv1alpha2.BuilderOrderEntry
- func ReadOrder(path string) ([]buildv1alpha2.BuilderOrderEntry, error)
- func ReadOrderFromImage(keychain authn.Keychain, fetcher Fetcher, imageRef string) ([]buildv1alpha2.BuilderOrderEntry, error)
- type Fetcher
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CoreOrderEntryToBuildOrderEntry ¶
func CoreOrderEntryToBuildOrderEntry(order []corev1alpha1.OrderEntry) []buildv1alpha2.BuilderOrderEntry
func CreateDetectionOrderRow ¶
func CreateDetectionOrderRow(ref corev1alpha1.BuildpackRef) (string, string)
func CreateOrder ¶
func CreateOrder(buildpacks []string) []buildv1alpha2.BuilderOrderEntry
func ReadOrder ¶
func ReadOrder(path string) ([]buildv1alpha2.BuilderOrderEntry, error)
func ReadOrderFromImage ¶ added in v0.17.2
func ReadOrderFromImage(keychain authn.Keychain, fetcher Fetcher, imageRef string) ([]buildv1alpha2.BuilderOrderEntry, error)
ReadOrderFromImage extracts the buildpack order from a CNB builder image's io.buildpacks.buildpack.order label
Types ¶
Click to show internal directories.
Click to hide internal directories.