Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use icinga go library #163

Merged
merged 4 commits into from
Jan 16, 2025
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
123 changes: 61 additions & 62 deletions cmd/icinga-kubernetes/main.go

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions internal/version.go
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package internal

import (
"github.com/icinga/icinga-kubernetes/pkg/version"
"github.com/icinga/icinga-go-library/version"
)

// Version contains version and Git commit information.
//
// The placeholders are replaced on `git archive` using the `export-subst` attribute.
var Version = version.Version("Icinga Kubernetes", "0.2.0", "$Format:%(describe)$", "$Format:%H$")
var Version = version.Version("0.2.0", "$Format:%(describe)$", "$Format:%H$")
43 changes: 0 additions & 43 deletions pkg/backoff/backoff.go

This file was deleted.

202 changes: 0 additions & 202 deletions pkg/com/bulker.go

This file was deleted.

88 changes: 0 additions & 88 deletions pkg/com/com.go

This file was deleted.

7 changes: 0 additions & 7 deletions pkg/com/contracts.go

This file was deleted.

Loading
Loading