Documentation
¶
Overview ¶
Package version provides version information for the build.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // SemVersion indicates the semantic version of the build. SemVersion = "v0.0.0-master" // GitCommit indicates the git commit hash of the build. GitCommit = "" // BuildDate indicates the date when the build was created. BuildDate = "1970-01-01T00:00:00Z" // Compiler indicates the compiler used for the build. Compiler = runtime.Compiler // Platform indicates the operating system and architecture of the build. Platform = fmt.Sprintf("%s/%s", runtime.GOOS, runtime.GOARCH) // ArtifactOperatorImage indicates the artifact-operator container image. ArtifactOperatorImage = "docker.io/falcosecurity/artifact-operator:latest" )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.