Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface {
GetTemplates(context.Context) (*kubebindv1alpha2.APIServiceExportTemplateList, error)
GetCollections(context.Context) (*kubebindv1alpha2.CollectionList, error)
Bind(context.Context, *kubebindv1alpha2.BindableResourcesRequest) (*kubebindv1alpha2.BindingResourceResponse, error)
Get(string) (*http.Response, error)
Post(string, io.Reader) (*http.Response, error)
Do(*http.Request) (*http.Response, error)
}
type ClientOption ¶
type ClientOption func(*authenticatedClient)
func WithInsecure ¶
func WithInsecure(insecure bool) ClientOption
WithInsecure configures the client to skip TLS certificate verification WARNING: This should only be used for testing or development environments
Click to show internal directories.
Click to hide internal directories.