Skip to content

Commit 2df1dbc

Browse files
author
eliranb
committed
Enhance documentation in lightrunjavaagent_types.go by clarifying the WorkloadName field description to specify that it can refer to either Deployment or StatefulSet, improving understanding for users.
1 parent b8d4a04 commit 2df1dbc

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
@@ -53,7 +53,7 @@ type LightrunJavaAgentSpec struct {
5353
// +optional
5454
DeploymentName string `json:"deploymentName,omitempty"`
5555

56-
// Name of the Workload that will be patched e.g. Deployment, StatefulSet
56+
// Name of the Workload that will be patched. workload can be either Deployment or StatefulSet e.g. my-deployment, my-statefulset
5757
// +optional
5858
WorkloadName string `json:"workloadName,omitempty"`
5959

0 commit comments

Comments
 (0)