Documentation ¶
Index ¶
- Constants
- func AddTagsToPodSelector(artifacts []graph.Artifact, deployerArtifacts []graph.Artifact, ...)
- func ApplyDefaultRepo(globalConfig string, defaultRepo *string, tag string) (string, error)
- func ConsolidateNamespaces(original, new []string) []string
- func ConsolidateTransformConfiguration(cfg types.Config) (map[schema.GroupKind]latest.ResourceFilter, ...)
- func ConvertJSONPathIndex(rf latest.ResourceFilter) latest.ResourceFilter
- func GetAllPodNamespaces(configNamespace string, pipelines []latest.Pipeline) ([]string, error)
- func GroupVersionResource(disco discovery.DiscoveryInterface, gvk schema.GroupVersionKind) (bool, schema.GroupVersionResource, error)
- func MockK8sClient(string) (k8s.Interface, error)
- func WithLogFile(filename string, out io.Writer, muted Muted) (io.Writer, func(), error)
- func WithStatusCheckLogFile(filename string, out io.Writer, muted Muted) (io.Writer, func(), error)
- type Muted
Constants ¶
View Source
const TimeFormat = "2006-01-02_15-04-05"
TimeFormat is used to name log files generated by deploy step
Variables ¶
This section is empty.
Functions ¶
func AddTagsToPodSelector ¶ added in v1.27.0
func AddTagsToPodSelector(artifacts []graph.Artifact, deployerArtifacts []graph.Artifact, podSelector *kubernetes.ImageList)
Update which images are logged, if the image is present in the provided deployer's artifacts.
func ApplyDefaultRepo ¶
ApplyDefaultRepo applies the default repo to a given image tag.
func ConsolidateNamespaces ¶ added in v1.28.0
func ConsolidateTransformConfiguration ¶ added in v1.37.0
func ConvertJSONPathIndex ¶ added in v1.39.0
func ConvertJSONPathIndex(rf latest.ResourceFilter) latest.ResourceFilter
func GetAllPodNamespaces ¶ added in v1.28.1
GetAllPodNamespaces lists the namespaces that should be watched. + The namespace passed on the command line + Current kube context's namespace + Namespaces referenced in Helm releases
func GroupVersionResource ¶ added in v1.34.1
func GroupVersionResource(disco discovery.DiscoveryInterface, gvk schema.GroupVersionKind) (bool, schema.GroupVersionResource, error)
GroupVersionResource returns the first `GroupVersionResource` for the given `GroupVersionKind`.
func WithLogFile ¶
WithLogFile returns a file to write the deploy output to, and a function to be executed after the deploy step is complete.
Types ¶
Click to show internal directories.
Click to hide internal directories.