|
1 | 1 | //
|
2 | 2 | // DISCLAIMER
|
3 | 3 | //
|
4 | | -// Copyright 2016-2023 ArangoDB GmbH, Cologne, Germany |
| 4 | +// Copyright 2016-2025 ArangoDB GmbH, Cologne, Germany |
5 | 5 | //
|
6 | 6 | // Licensed under the Apache License, Version 2.0 (the "License");
|
7 | 7 | // you may not use this file except in compliance with the License.
|
@@ -33,7 +33,7 @@ type ArangoBackupPolicySpec struct {
|
33 | 33 | // AllowConcurrent if false, ArangoBackup will not be created when previous Backups are not finished
|
34 | 34 | // +doc/default: true
|
35 | 35 | AllowConcurrent *bool `json:"allowConcurrent,omitempty"`
|
36 | | - // DeploymentSelector Selector definition for selecting matching ArangoBackup Custom Resources. |
| 36 | + // DeploymentSelector Selector definition for selecting matching ArangoDeployment Custom Resources. |
37 | 37 | // +doc/type: meta.LabelSelector
|
38 | 38 | // +doc/link: Kubernetes Documentation|https://godoc.org/k8s.io/apimachinery/pkg/apis/meta/v1#LabelSelector
|
39 | 39 | DeploymentSelector *meta.LabelSelector `json:"selector,omitempty"`
|
|
0 commit comments