Skip to content

Commit 44ed3c3

Browse files
author
eliranb
committed
Deprecate DeploymentName field in LightrunJavaAgentSpec, updating documentation to recommend using WorkloadName and WorkloadType instead for improved clarity and consistency.
1 parent 05c6fb9 commit 44ed3c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/v1beta/lightrunjavaagent_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ type LightrunJavaAgentSpec struct {
4949
ContainerSelector []string `json:"containerSelector"`
5050
InitContainer InitContainer `json:"initContainer"`
5151

52-
// Name of the Deployment that will be patched
52+
// Name of the Deployment that will be patched. Deprecated, use WorkloadName and WorkloadType instead
5353
// +optional
5454
DeploymentName string `json:"deploymentName,omitempty"`
5555

0 commit comments

Comments
 (0)