package internal

import "github.com/docker/compose-on-kubernetes/internal"

Index

Variables

var (
	Version   = "unknown-version"
	GitCommit = unknownGitCommit
	BuildTime = "unknown-buildtime"
)

Default build-time variable. These values are overridden via ldflags

Functions

func FullVersion

func FullVersion() string

FullVersion returns the completion version informations of the project

func GroupErrors

func GroupErrors(errs ...error) error

GroupErrors returns an aggregation of several errors applying simplifications: ignore nils, avoid groups of one, flatten subgroups of errors, etc.

Types

type ErrorGroup

type ErrorGroup struct {
	// contains filtered or unexported fields
}

ErrorGroup is a type of error that aggregates several errors.

func (ErrorGroup) Error

func (err ErrorGroup) Error() string

Source Files

error-group.go version.go

Directories

PathSynopsis
internal/apiserver
internal/check
internal/controller
internal/conversions
internal/convert
internal/deduplication
internal/e2e
internal/e2e/cluster
internal/e2e/compose
internal/e2e/wait
internal/flags
internal/internalversion
internal/keys
internal/parsing
internal/patch
internal/registry
internal/requestaddons
internal/stackresources
internal/stackresources/diff
internal/test
internal/test/builders
Version
v0.5.0 (latest)
Published
Jan 28, 2022
Platform
linux/amd64
Imports
4 packages
Last checked
3 hours ago

Tools for package owners.