Merge pull request #6607 from inteon/deprecate_util_function
Deprecate URLsFromStrings which is only used in other deprecated functions
This commit is contained in:
commit
e0189a6a30
@ -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