Documentation ¶
Index ¶
Constants ¶
View Source
const ( // FlagProfiles is the flag for defining the input file locations. FlagProfiles string = "profiles" // FlagUsername is the flag for defining the username for registry // authentication. FlagUsername string = cli.FlagUsername // FlagAnnotations is the flag for setting custom annotations to the pushed // artifact. FlagAnnotations string = "annotations" // FlagPlatforms is the flag for defining the platforms to push. FlagPlatforms string = "platforms" )
Variables ¶
View Source
var ( // DefaultInputFile defines the default input location for the pusher. DefaultInputFile = cli.DefaultFile // DefaultPlatform defines the default platform for the current system. DefaultPlatform = &v1.Platform{ OS: runtime.GOOS, Architecture: runtime.GOARCH, } )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.