chore: remove old attempt

This commit is contained in:
Benjamin Herbert 2025-05-23 00:14:09 +02:00
parent dcf1b26122
commit 94b9a2eaac
No known key found for this signature in database
1 changed files with 0 additions and 16 deletions

View File

@ -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