Documentation ¶
Index ¶
- func GetCreatedAt(image v1.Image) (time.Time, error)
- func GetEnv(image v1.Image, key string) (string, error)
- func GetLabel(image v1.Image, key string, value interface{}) error
- func GetStringLabel(image v1.Image, key string) (string, error)
- func GetWorkingDir(image v1.Image) (string, error)
- func HasLabel(image v1.Image, key string) (bool, error)
- func NewLazyMountableLayer(args LazyMountableLayerArgs) (v1.Layer, error)
- func SetEnv(image v1.Image, key, value string) (v1.Image, error)
- func SetLabels(image v1.Image, labels map[string]interface{}) (v1.Image, error)
- func SetStringLabel(image v1.Image, key, value string) (v1.Image, error)
- func SetStringLabels(image v1.Image, labels map[string]string) (v1.Image, error)
- func SetWorkingDir(image v1.Image, dir string) (v1.Image, error)
- type LazyMountableLayerArgs
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewLazyMountableLayer ¶
func NewLazyMountableLayer(args LazyMountableLayerArgs) (v1.Layer, error)
func SetStringLabels ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.