mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-06 09:36:58 +02:00
Fix lint
This commit is contained in:
parent
2b13a7fa38
commit
24e5032838
@ -54,6 +54,6 @@ type CreateOnlyPolicy struct{}
|
|||||||
// Apply applies the create-only policy which strips out updates and deletions.
|
// Apply applies the create-only policy which strips out updates and deletions.
|
||||||
func (p *CreateOnlyPolicy) Apply(changes *Changes) *Changes {
|
func (p *CreateOnlyPolicy) Apply(changes *Changes) *Changes {
|
||||||
return &Changes{
|
return &Changes{
|
||||||
Create: changes.Create,
|
Create: changes.Create,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user