mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2026-05-04 22:26:11 +02:00
fix(endpoint): correct function name in comment (#6122)
Signed-off-by: u-kai <76635578+u-kai@users.noreply.github.com>
This commit is contained in:
parent
89eec8151b
commit
910dc785d8
@ -313,7 +313,7 @@ func (e *Endpoint) GetProviderSpecificProperty(key string) (string, bool) {
|
||||
return "", false
|
||||
}
|
||||
|
||||
// GetBoolProperty returns a boolean provider-specific property value.
|
||||
// GetBoolProviderSpecificProperty returns a boolean provider-specific property value.
|
||||
func (e *Endpoint) GetBoolProviderSpecificProperty(key string) (bool, bool) {
|
||||
prop, ok := e.GetProviderSpecificProperty(key)
|
||||
if !ok {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user