Documentation ¶
Index ¶
- Constants
- Variables
- type BuildOptions
- type BuildRootfsOptions
- type CommitOptions
- type ConfigOptions
- type CopyOptions
- type EngineGlobalConfigurations
- type FromOptions
- type ImagesOptions
- type InspectOptions
- type JSONMount
- type LoadOptions
- type LoginOptions
- type LogoutOptions
- type ManifestAddOpts
- type ManifestCreateOpts
- type ManifestDeleteOpts
- type ManifestInspectOpts
- type ManifestRemoveOpts
- type MountOptions
- type PullOptions
- type PushOptions
- type RemoveContainerOptions
- type RemoveImageOptions
- type SaveOptions
- type TagOptions
Constants ¶
View Source
const ( WithLiteMode = "lite" WithAllMode = "all" )
Variables ¶
View Source
var SupportedBuildModes = []string{ WithLiteMode, WithAllMode, }
Functions ¶
This section is empty.
Types ¶
type BuildOptions ¶
type BuildOptions struct { Kubefile string DockerFilePath string ContextDir string PullPolicy string ImageType string //Manifest string Tag string BuildArgs []string Platforms []string Labels []string Annotations []string NoCache bool Base bool ImageList string ImageListWithAuth string IgnoredImageList string //BuildMode means whether to download container image during the build process // default value is download all container images. BuildMode string }
BuildOptions should be out of buildah scope.
type BuildRootfsOptions ¶
type CommitOptions ¶
type ConfigOptions ¶ added in v0.9.1
type CopyOptions ¶
type FromOptions ¶
type ImagesOptions ¶
type InspectOptions ¶
type LoadOptions ¶
type LoginOptions ¶
type LogoutOptions ¶
type ManifestAddOpts ¶
type ManifestCreateOpts ¶
type ManifestCreateOpts struct { }
type ManifestDeleteOpts ¶
type ManifestDeleteOpts struct { }
type ManifestInspectOpts ¶
type ManifestInspectOpts struct { }
type ManifestRemoveOpts ¶
type ManifestRemoveOpts struct { }
type MountOptions ¶
type MountOptions struct { //Json bool Containers []string }
type PullOptions ¶
type PushOptions ¶
type RemoveContainerOptions ¶
type RemoveImageOptions ¶
type SaveOptions ¶
type TagOptions ¶
Click to show internal directories.
Click to hide internal directories.