Documentation
¶
Index ¶
- Variables
- func DeleteAllDatadogResources(ctx context.Context, k8sConfig *rest.Config, namespace string) error
- func VerifyAgentPodLogs(c *assert.CollectT, collectorOutput string)
- func VerifyAgentPods(t *testing.T, c *assert.CollectT, namespace string, ...)
- func VerifyAgentTraces(c *assert.CollectT, collectorOutput string)
- func VerifyCheck(c *assert.CollectT, collectorOutput string, checkName string)
- func VerifyNumPodsForSelector(t *testing.T, c *assert.CollectT, namespace string, ...)
- func VerifyOperator(t *testing.T, c *assert.CollectT, namespace string, ...)
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // DatadogAgentGVR is the GroupVersionResource for DatadogAgent CRD DatadogAgentGVR = schema.GroupVersionResource{ Group: "datadoghq.com", Version: "v2alpha1", Resource: "datadogagents", } // DatadogAgentInternalGVR is the GroupVersionResource for DatadogAgentInternal CRD DatadogAgentInternalGVR = schema.GroupVersionResource{ Group: "datadoghq.com", Version: "v1alpha1", Resource: "datadogagentinternals", } )
Functions ¶
func DeleteAllDatadogResources ¶
DeleteAllDatadogResources deletes all DatadogAgent and DatadogAgentInternal resources in the specified namespace. This is useful for cleanup before Pulumi stack destroy to avoid CRD deletion timeout caused by finalizers blocking deletion.
func VerifyAgentPodLogs ¶
func VerifyAgentPods ¶
func VerifyAgentTraces ¶
func VerifyOperator ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.