mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-05 17:16:59 +02:00
feat(source/min-ttl): added min-ttl support
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
This commit is contained in:
parent
e65e233387
commit
9bb7cce71e
@ -992,10 +992,11 @@ func TestEndpoint_WithMinTTL(t *testing.T) {
|
||||
isConfigured: true,
|
||||
},
|
||||
{
|
||||
name: "does not set when input is zero",
|
||||
initialTTL: 30,
|
||||
inputTTL: 0,
|
||||
expectedTTL: 30,
|
||||
name: "does not set when input is zero",
|
||||
initialTTL: 30,
|
||||
inputTTL: 0,
|
||||
expectedTTL: 30,
|
||||
isConfigured: true,
|
||||
},
|
||||
{
|
||||
name: "does not set when input is negative",
|
||||
|
Loading…
Reference in New Issue
Block a user