Documentation ¶
Overview ¶
Package imagefactory implements factory clients used in the infra providers.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client goes directly to the image factory using the provided endpoint (or default one).
func NewClient ¶
func NewClient(options ClientOptions) (*Client, error)
NewClient creates new Omni based image factory client.
type ClientOptions ¶
type ClientOptions struct {
FactoryEndpoint string
}
ClientOptions configures the direct image factory client.
Click to show internal directories.
Click to hide internal directories.