Documentation ¶
Index ¶
- func BuildBlueprintFromPath(fs vfs.FileSystem, bpPath string) (*blueprints.Blueprint, error)
- func EqualFold(s, t string) bool
- func GetAuthHeader(ctx context.Context, authData *helmv1alpha1.Auth, lsClient client.Client, ...) (string, error)
- func NormalizeUrl(url string) string
- func ParseBasicAuth(auth string) (username, password string, ok bool)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildBlueprintFromPath ¶ added in v0.107.0
func BuildBlueprintFromPath(fs vfs.FileSystem, bpPath string) (*blueprints.Blueprint, error)
BuildBlueprintFromPath creates a read-only blueprint from an extracted blueprint.
func EqualFold ¶
EqualFold is strings.EqualFold, ASCII only. It reports whether s and t are equal, ASCII-case-insensitively.
func GetAuthHeader ¶
func NormalizeUrl ¶
func ParseBasicAuth ¶
ParseBasicAuth parses an HTTP Basic Authentication string.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.