parsers

package
v1.35.0-alpha.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 5, 2025 License: Apache-2.0 Imports: 5 Imported by: 850

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ParseCronScheduleWithPanicRecovery

func ParseCronScheduleWithPanicRecovery(schedule string) (sched cron.Schedule, err error)

ParseCronScheduleWithPanicRecovery safely parses a cron schedule, recovering from panics that can occur in cron.ParseStandard for malformed schedules like "TZ=0".

func ParseImageName

func ParseImageName(image string) (string, string, string, error)

ParseImageName parses a docker image string into three parts: repo, tag and digest. If both tag and digest are empty, a default image tag will be returned.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL