# Functions
DefaultApplier applies configv1 and configunstable resources.
New returns a new chronoctl command.
NewApply returns a new ApplyCommand.
NewApplyCommand returns a new cobra command for apply.
NewStrictModeFlags returns a new StrictModeFlags set.
# Variables
ErrNoApplyMapping allows an Applier to indicate that no mapping was found for the given object.
# Structs
ApplyCommand is a command that allows an object to be upserted.
ApplyOptions contains all options for the apply command.
Options contain all the options for creating a new chronoctl command.
StrictModeFlags indicated whether or not to allow permissive parsing.
# Interfaces
Flagger is a interface for adding a flag to a cobra command.
# Type aliases
Applier represents a function that can apply an object.