Documentation ¶
Index ¶
- type Channel
- func (c *Channel) Delete(clientset *client.ConfigSet) error
- func (c *Channel) Deploy(clientset *client.ConfigSet) error
- func (c *Channel) Get(clientset *client.ConfigSet) (*messagingapi.InMemoryChannel, error)
- func (c *Channel) GetObject(service *messagingapi.InMemoryChannel) printer.Object
- func (c *Channel) GetTable(list *messagingapi.InMemoryChannelList) printer.Table
- func (c *Channel) List(clientset *client.ConfigSet) (*messagingapi.InMemoryChannelList, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Channel ¶
Channel represents knative channel object
func (*Channel) Get ¶
func (c *Channel) Get(clientset *client.ConfigSet) (*messagingapi.InMemoryChannel, error)
Get returns k8s object
func (*Channel) GetObject ¶ added in v0.1.1
func (c *Channel) GetObject(service *messagingapi.InMemoryChannel) printer.Object
GetObject converts k8s object into printable structure
func (*Channel) GetTable ¶ added in v0.1.1
func (c *Channel) GetTable(list *messagingapi.InMemoryChannelList) printer.Table
GetTable converts k8s list instance into printable object
func (*Channel) List ¶
func (c *Channel) List(clientset *client.ConfigSet) (*messagingapi.InMemoryChannelList, error)
List returns list of knative build objects
Click to show internal directories.
Click to hide internal directories.