deprecate URLsFromStrings which is only used in other deprecated functions
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
This commit is contained in:
parent
f64fdcd41b
commit
a49bc65b03
@ -69,6 +69,7 @@ func DNSNamesForCertificate(crt *v1.Certificate) ([]string, error) {
|
||||
return crt.Spec.DNSNames, nil
|
||||
}
|
||||
|
||||
// DEPRECATED: this function will be removed in a future release.
|
||||
func URLsFromStrings(urlStrs []string) ([]*url.URL, error) {
|
||||
var urls []*url.URL
|
||||
var errs []string
|
||||
|
||||
Loading…
Reference in New Issue
Block a user