Documentation ¶
Index ¶
Constants ¶
View Source
const ( KindDeployment = "deployment" KindStatefulSet = "statefulset" ActionAdd = "add" ActionDelete = "delete" ErrorKubeConfig = "Error getting Kubernetes config " ErrorInvalidInput = "Invalid input " ErrorDynamic = "Error getting dynamic client " ErrorUpdate = "Error updating resource " ErrorGet = "Error getting resource " ErrorList = "Error listing resources " ErrorTimeout = "Timeout while updating the instrumentation status: " ResourceGroup = "logz.io" ResourceVersion = "v1alpha1" ResourceInstrumentedApplication = "instrumentedapplications" )
Variables ¶
View Source
var ( ValidKinds = []string{KindDeployment, KindStatefulSet} ValidActions = []string{ActionAdd, ActionDelete} )
Functions ¶
func DeepEqualMap ¶
DeepEqualMap compares two maps
func GetTimeout ¶
GetTimeout returns the timeout for the request in time.Duration in seconds
func IsInternalResource ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.