Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChartDetails ¶
ChartDetails contains details of a chart
type ClientOpts ¶
type ClientOpts struct {
// contains filtered or unexported fields
}
ClientOpts allows to configure a client
func (*ClientOpts) GetCache ¶
func (o *ClientOpts) GetCache() string
GetCache returns the cache directory
func (*ClientOpts) GetInsecure ¶
func (o *ClientOpts) GetInsecure() bool
GetInsecure returns if insecure connections are allowed
type Option ¶
type Option func(*ClientOpts)
Option is an option value used to create a new syncer instance.
func WithInsecure ¶
WithInsecure enables insecure SSL connections
Click to show internal directories.
Click to hide internal directories.