Documentation
¶
Index ¶
- type BuildOptions
- type BuildRootfsOptions
- type CommitOptions
- type CopyOptions
- type EngineGlobalConfigurations
- type FromOptions
- type GetImageAnnoOptions
- 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 ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BuildOptions ¶
type BuildOptions struct {
Kubefile string
ContextDir string
PullPolicy string
ImageType string
Manifest string
Tag string
BuildArgs []string
Platforms []string
Labels []string
Annotations []string
NoCache bool
Base bool
Tags []string
Platform string
ImageList string
ImageListWithAuth string
}
BuildOptions should be out of buildah scope.
type BuildRootfsOptions ¶
type CommitOptions ¶
type CopyOptions ¶
type FromOptions ¶
type GetImageAnnoOptions ¶
type GetImageAnnoOptions struct {
ImageNameOrID string
}
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.