Documentation ¶
Index ¶
- func GetDockerImageFromIST(i *imagev1.ImageStreamTag) *dockerv10.DockerImage
- func GetDockerImageFromImage(i *imagev1.Image) *dockerv10.DockerImage
- func GetImage(c *imagev1client.ImageV1Client, i string) *imagev1.Image
- func GetImageStreamTags(c *imagev1client.ImageV1Client, ns string, n string) *imagev1.ImageStreamTag
- func LabelString(s string) string
- func PathToIdentifier(path string) string
- func SliceInString(list []string, str string) bool
- func StringInSlice(a string, list []string) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetDockerImageFromIST ¶
func GetDockerImageFromIST(i *imagev1.ImageStreamTag) *dockerv10.DockerImage
Unmarshals json data into a DockerImage type
func GetDockerImageFromImage ¶
func GetDockerImageFromImage(i *imagev1.Image) *dockerv10.DockerImage
Unmarshals json data into a DockerImage type
func GetImage ¶
func GetImage(c *imagev1client.ImageV1Client, i string) *imagev1.Image
func GetImageStreamTags ¶
func GetImageStreamTags(c *imagev1client.ImageV1Client, ns string, n string) *imagev1.ImageStreamTag
func PathToIdentifier ¶
func SliceInString ¶
Checks if a strings in a slice is part of a string.
func StringInSlice ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.