Documentation ¶
Index ¶
Constants ¶
View Source
const ( DeprecatedFlagMessageRegistryHost = "[DEPRECATED FLAG] credentials id must be passed as command argument instead of using 'registry-host' flag" DeprecatedFlagMessageDockerRegistryCredentialsDir = "" /* 200-byte string literal not displayed */ )
Variables ¶
This section is empty.
Functions ¶
func NewCommand ¶
func NewCommand(ctx context.Context, compatibility Compatibilitier, config *configuration.Configuration, e Entrypointer) *command.StevedoreCommand
NewCommand return an stevedore command object to create credentials
Types ¶
type Compatibilitier ¶
type Compatibilitier interface { AddDeprecated(deprecated ...string) AddRemoved(removed ...string) AddChanged(changed ...string) }
Compatibilitier is the interface for the compatibility checker
type Entrypointer ¶
type Entrypointer interface { Execute(ctx context.Context, args []string, conf *configuration.Configuration, inputEntrypointOptions *entrypoint.Options, inputHandlerOptions *handler.Options) error }
Entrypointer is the interface that wraps the main function
Click to show internal directories.
Click to hide internal directories.