We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09867a9 commit c668567Copy full SHA for c668567
pkg/apis/storage/v1alpha/local_storage.go
@@ -52,12 +52,10 @@ type ArangoLocalStorage struct {
52
53
// AsOwner creates an OwnerReference for the given storage
54
func (d *ArangoLocalStorage) AsOwner() metav1.OwnerReference {
55
- controller := true
56
return metav1.OwnerReference{
57
APIVersion: SchemeGroupVersion.String(),
58
Kind: ArangoLocalStorageResourceKind,
59
Name: d.Name,
60
UID: d.UID,
61
- Controller: &controller,
62
}
63
0 commit comments