Documentation ¶
Overview ¶
Copyright 2020 The Knative Authors
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Index ¶
- func ListHandlers(h hprinters.PrintHandler)
- func ListTypesHandlers(h printers.PrintHandler)
- func NewChannelCommand(p *commands.KnParams) *cobra.Command
- func NewChannelCreateCommand(p *commands.KnParams) *cobra.Command
- func NewChannelDeleteCommand(p *commands.KnParams) *cobra.Command
- func NewChannelDescribeCommand(p *commands.KnParams) *cobra.Command
- func NewChannelListCommand(p *commands.KnParams) *cobra.Command
- func NewChannelListTypesCommand(p *commands.KnParams) *cobra.Command
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ListHandlers ¶
func ListHandlers(h hprinters.PrintHandler)
ListHandlers handles printing human readable table for `kn channel list` command's output
func ListTypesHandlers ¶ added in v0.18.0
func ListTypesHandlers(h printers.PrintHandler)
ListTypesHandlers handles printing human readable table for `kn channel list-types`
func NewChannelCommand ¶
NewChannelCommand to manage event channels
func NewChannelCreateCommand ¶
NewChannelCreateCommand to create event channels
func NewChannelDeleteCommand ¶
NewChannelDeleteCommand is for deleting a Channel
func NewChannelDescribeCommand ¶
NewChannelDescribeCommand returns a new command for describe a channel object
func NewChannelListCommand ¶
NewChannelListCommand is for listing channel objects
Types ¶
This section is empty.