Documentation ¶
Index ¶
- type Client
- func (_m *Client) BuildFunction(options core.BuildFunctionOptions, log io.Writer) error
- func (_m *Client) CreateChannel(options core.CreateChannelOptions) (*v1alpha1.Channel, error)
- func (_m *Client) CreateFunction(options core.CreateFunctionOptions, log io.Writer) (*servingv1alpha1.Service, error)
- func (_m *Client) CreateService(options core.CreateServiceOptions) (*servingv1alpha1.Service, error)
- func (_m *Client) CreateSubscription(options core.CreateSubscriptionOptions) (*v1alpha1.Subscription, error)
- func (_m *Client) DeleteChannel(options core.DeleteChannelOptions) error
- func (_m *Client) DeleteService(options core.DeleteServiceOptions) error
- func (_m *Client) ListChannels(options core.ListChannelOptions) (*v1alpha1.ChannelList, error)
- func (_m *Client) ListServices(options core.ListServiceOptions) (*servingv1alpha1.ServiceList, error)
- func (_m *Client) ServiceCoordinates(options core.ServiceInvokeOptions) (string, string, error)
- func (_m *Client) ServiceStatus(options core.ServiceStatusOptions) (*servingv1alpha1.ServiceCondition, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
Client is an autogenerated mock type for the Client type
func (*Client) BuildFunction ¶ added in v0.1.2
BuildFunction provides a mock function with given fields: options, log
func (*Client) CreateChannel ¶
CreateChannel provides a mock function with given fields: options
func (*Client) CreateFunction ¶
func (_m *Client) CreateFunction(options core.CreateFunctionOptions, log io.Writer) (*servingv1alpha1.Service, error)
CreateFunction provides a mock function with given fields: options, log
func (*Client) CreateService ¶
func (_m *Client) CreateService(options core.CreateServiceOptions) (*servingv1alpha1.Service, error)
CreateService provides a mock function with given fields: options
func (*Client) CreateSubscription ¶
func (_m *Client) CreateSubscription(options core.CreateSubscriptionOptions) (*v1alpha1.Subscription, error)
CreateSubscription provides a mock function with given fields: options
func (*Client) DeleteChannel ¶
func (_m *Client) DeleteChannel(options core.DeleteChannelOptions) error
DeleteChannel provides a mock function with given fields: options
func (*Client) DeleteService ¶
func (_m *Client) DeleteService(options core.DeleteServiceOptions) error
DeleteService provides a mock function with given fields: options
func (*Client) ListChannels ¶
func (_m *Client) ListChannels(options core.ListChannelOptions) (*v1alpha1.ChannelList, error)
ListChannels provides a mock function with given fields: options
func (*Client) ListServices ¶
func (_m *Client) ListServices(options core.ListServiceOptions) (*servingv1alpha1.ServiceList, error)
ListServices provides a mock function with given fields: options
func (*Client) ServiceCoordinates ¶
ServiceCoordinates provides a mock function with given fields: options
func (*Client) ServiceStatus ¶
func (_m *Client) ServiceStatus(options core.ServiceStatusOptions) (*servingv1alpha1.ServiceCondition, error)
ServiceStatus provides a mock function with given fields: options