mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-06 01:26:59 +02:00
feat(source/min-ttl): added min-ttl support
Co-authored-by: Michel Loiseleur <97035654+mloiseleur@users.noreply.github.com>
This commit is contained in:
parent
2d9385fdbd
commit
e65e233387
@ -993,9 +993,9 @@ func TestEndpoint_WithMinTTL(t *testing.T) {
|
||||
},
|
||||
{
|
||||
name: "does not set when input is zero",
|
||||
initialTTL: 0,
|
||||
initialTTL: 30,
|
||||
inputTTL: 0,
|
||||
expectedTTL: 0,
|
||||
expectedTTL: 30,
|
||||
},
|
||||
{
|
||||
name: "does not set when input is negative",
|
||||
|
Loading…
Reference in New Issue
Block a user