Categorygithub.com/opslevel/opslevel-common/v2022
modulepackage
2022.6.28
Repository: https://github.com/opslevel/opslevel-common.git
Documentation: pkg.go.dev

# README

opslevel-common

Library of common or utility code for sharing across all opslevel golang projects

# Functions

CreateKubernetesClient This creates a wrapper which gives you an initialized and connected kubernetes client and dynamic client with restmapper.
InitSignalHandler Usage: func Start() { log.Info().Msg("Starting...") <-opslevel_common.InitSignalHandler() // Block until signals log.Info().Msg("Stopping...") }.

# Structs

No description provided by the author