Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SkipTLSVerify ¶
func SkipTLSVerify(registrySkipTLSVerify bool, registryURI *RegistryURI) bool
SkipTLSVerify returns true if registrySkipTLSVerify is true or registryURI URI is http.
Types ¶
type Platforms ¶ added in v1.14.0
type Platforms struct {
// contains filtered or unexported fields
}
Platforms Value.
func NewPlatformsValue ¶ added in v1.14.0
type RegistryURI ¶
type RegistryURI struct {
// contains filtered or unexported fields
}
func (*RegistryURI) Address ¶
func (v *RegistryURI) Address() string
func (*RegistryURI) Host ¶ added in v1.5.0
func (v *RegistryURI) Host() string
func (*RegistryURI) Path ¶ added in v1.9.0
func (v *RegistryURI) Path() string
func (*RegistryURI) Scheme ¶
func (v *RegistryURI) Scheme() string
func (*RegistryURI) Set ¶
func (v *RegistryURI) Set(value string) (err error)
func (*RegistryURI) String ¶
func (v *RegistryURI) String() string
func (*RegistryURI) Type ¶
func (*RegistryURI) Type() string
Click to show internal directories.
Click to hide internal directories.