Categorygithub.com/d2iq-labs/cluster-api-runtime-extensions-nutanixpkghandlersgenericmutationimageregistriescredentialscredentialprovider
# Functions
ParseSchemelessURL parses a schemeless url and returns a url.URL url.Parse require a scheme, but ours don't have schemes.
SplitURL splits the host name into parts, as well as the port.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
URLsMatch checks whether the given target url matches the glob url, which may have glob wild cards in the host name.
URLsMatchStr is wrapper for URLsMatch, operating on strings instead of URLs.