From 94b9a2eaac6c9f0e197362b3c5ffbe3f7da99213 Mon Sep 17 00:00:00 2001 From: Benjamin Herbert Date: Fri, 23 May 2025 00:14:09 +0200 Subject: [PATCH] chore: remove old attempt --- api/v1alpha2/jenkins_types.go | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/api/v1alpha2/jenkins_types.go b/api/v1alpha2/jenkins_types.go index e3626b3b..190802b4 100644 --- a/api/v1alpha2/jenkins_types.go +++ b/api/v1alpha2/jenkins_types.go @@ -415,22 +415,6 @@ type JenkinsMaster struct { // Defaults to 30 seconds. // +optional TerminationGracePeriodSeconds *int64 `json:"terminationGracePeriodSeconds,omitempty"` - - // IgnoredVolumes defines the list of volume names that should be excluded from processing or consideration. - // +optional - IgnoredVolumes []string `json:"ignoredVolumes,omitempty"` - - // IgnoredAnnotations specifies a list of annotation keys that should be ignored during configuration updates. - // +optional - IgnoredAnnotations []string `json:"ignoredAnnotations,omitempty"` - - // IgnoredEnvVars defines the list of environment variable names that should be excluded from the Jenkins master pod. - // +optional - IgnoredEnvVars []string `json:"ignoredEnvVars,omitempty"` - - // IgnoredLabels specifies the list of labels to be excluded from configuration or processing in the Jenkins master. - // +optional - IgnoredLabels []string `json:"ignoredLabels,omitempty"` } // Service defines Kubernetes service attributes