Documentation ¶
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 is a catalog client
func NewFromOptions ¶
func NewFromOptions(options ServiceOptions) (*Client, error)
NewFromOptions creates a new Client from the supplied options
type ServiceOptions ¶
type ServiceOptions struct { KubeconfigPath string Namespace string ServiceName string ServicePort string }
ServiceOptions holds options to connect to the catalog service
type StatusError ¶
type StatusError struct {
// contains filtered or unexported fields
}
StatusError represents an HTTP status error
Click to show internal directories.
Click to hide internal directories.