From 15b762b95ce82a4bc81c575b336a8e10ebaf575e Mon Sep 17 00:00:00 2001 From: Dejan Zele Pejchev Date: Mon, 3 Nov 2025 23:28:13 +0100 Subject: [PATCH] KEP-4368: Job Managed By; Promote to GA Signed-off-by: Dejan Zele Pejchev Kubernetes-commit: 3dabd4417d941d28e63c96c80d03ae2db1895838 --- applyconfigurations/batch/v1/jobspec.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/applyconfigurations/batch/v1/jobspec.go b/applyconfigurations/batch/v1/jobspec.go index 6018a903b..81064df75 100644 --- a/applyconfigurations/batch/v1/jobspec.go +++ b/applyconfigurations/batch/v1/jobspec.go @@ -159,9 +159,6 @@ type JobSpecApplyConfiguration struct { // by RFC 1123. All characters trailing the first "/" must be valid HTTP Path // characters as defined by RFC 3986. The value cannot exceed 63 characters. // This field is immutable. - // - // This field is beta-level. The job controller accepts setting the field - // when the feature gate JobManagedBy is enabled (enabled by default). ManagedBy *string `json:"managedBy,omitempty"` }