Versions in this module Expand all Collapse all v0 v0.0.2 Sep 15, 2021 Changes in this version + func DetectConcurrencyPolicy(currencyPolicy string) (batchv1.ConcurrencyPolicy, error) + func DetectContainerRestartPolicy(policy string) (v1.RestartPolicy, error) + func DetectImagePullPolicy(pullpolicy string) (v1.PullPolicy, error) + func DetectLimitType(limitType string) (v1.LimitType, error) + func DetectVolumeAccessModes(access string) ([]v1.PersistentVolumeAccessMode, error) + func DetectVolumeMode(mode string) (v1.PersistentVolumeMode, error) + func GetResourceList(cpu string, memory string, ephemeralStorage string) v1.ResourceList v0.0.1 May 10, 2021 Changes in this version + func CompareFiles(fileone string, filetwo string) (bool, error) + func CreateTempFile(dirname string, filename string) (*os.File, error) + func DetectContainerPortProtocol(protocol string) (v1.Protocol, error) + func DiffCommand(fileone string, filetwo string) ([]byte, error) + func DownloadFile(url string) (string, error) + func GenerateRandomString(numberOfChars int, modeString string) (string, error)