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 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)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetStringLabels ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.