File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -31,13 +31,13 @@ type CrossNamespaceObjectReference struct {
31
31
// Name of the referent
32
32
// If multiple resources are targeted `*` may be set.
33
33
// +kubebuilder:validation:MinLength=1
34
- // +kubebuilder:validation:MaxLength=53
34
+ // +kubebuilder:validation:MaxLength=253
35
35
// +required
36
36
Name string `json:"name"`
37
37
38
38
// Namespace of the referent
39
39
// +kubebuilder:validation:MinLength=1
40
- // +kubebuilder:validation:MaxLength=53
40
+ // +kubebuilder:validation:MaxLength=253
41
41
// +kubebuilder:validation:Optional
42
42
// +optional
43
43
Namespace string `json:"namespace,omitempty"`
Original file line number Diff line number Diff line change @@ -302,12 +302,12 @@ spec:
302
302
description : |-
303
303
Name of the referent
304
304
If multiple resources are targeted `*` may be set.
305
- maxLength : 53
305
+ maxLength : 253
306
306
minLength : 1
307
307
type : string
308
308
namespace :
309
309
description : Namespace of the referent
310
- maxLength : 53
310
+ maxLength : 253
311
311
minLength : 1
312
312
type : string
313
313
required :
@@ -519,12 +519,12 @@ spec:
519
519
description : |-
520
520
Name of the referent
521
521
If multiple resources are targeted `*` may be set.
522
- maxLength : 53
522
+ maxLength : 253
523
523
minLength : 1
524
524
type : string
525
525
namespace :
526
526
description : Namespace of the referent
527
- maxLength : 53
527
+ maxLength : 253
528
528
minLength : 1
529
529
type : string
530
530
required :
Original file line number Diff line number Diff line change @@ -109,12 +109,12 @@ spec:
109
109
description : |-
110
110
Name of the referent
111
111
If multiple resources are targeted `*` may be set.
112
- maxLength : 53
112
+ maxLength : 253
113
113
minLength : 1
114
114
type : string
115
115
namespace :
116
116
description : Namespace of the referent
117
- maxLength : 53
117
+ maxLength : 253
118
118
minLength : 1
119
119
type : string
120
120
required :
@@ -536,12 +536,12 @@ spec:
536
536
description : |-
537
537
Name of the referent
538
538
If multiple resources are targeted `*` may be set.
539
- maxLength : 53
539
+ maxLength : 253
540
540
minLength : 1
541
541
type : string
542
542
namespace :
543
543
description : Namespace of the referent
544
- maxLength : 53
544
+ maxLength : 253
545
545
minLength : 1
546
546
type : string
547
547
required :
You can’t perform that action at this time.
0 commit comments