Documentation ¶
Index ¶
- func DescriberFor(kind string, c *client.Client, host string) (kctl.Describer, bool)
- func NewHumanReadablePrinter(noHeaders bool) *kctl.HumanReadablePrinter
- type BuildConfigDescriber
- type BuildDescriber
- type DeploymentConfigDescriber
- type DeploymentDescriber
- type ImageDescriber
- type ImageRepositoryDescriber
- type ProjectDescriber
- type RouteDescriber
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DescriberFor ¶
func NewHumanReadablePrinter ¶
func NewHumanReadablePrinter(noHeaders bool) *kctl.HumanReadablePrinter
Types ¶
type BuildConfigDescriber ¶
BuildConfigDescriber generates information about a buildConfig
func (*BuildConfigDescriber) Describe ¶
func (d *BuildConfigDescriber) Describe(namespace, name string) (string, error)
func (*BuildConfigDescriber) DescribeTriggers ¶
func (d *BuildConfigDescriber) DescribeTriggers(bc *buildapi.BuildConfig, host string, out *tabwriter.Writer)
DescribeTriggers generates information about the triggers associated with a buildconfig
type BuildDescriber ¶
BuildDescriber generates information about a build
func (*BuildDescriber) Describe ¶
func (d *BuildDescriber) Describe(namespace, name string) (string, error)
func (*BuildDescriber) DescribeParameters ¶
func (d *BuildDescriber) DescribeParameters(p buildapi.BuildParameters, out *tabwriter.Writer)
func (*BuildDescriber) DescribeUser ¶
func (d *BuildDescriber) DescribeUser(out *tabwriter.Writer, label string, u buildapi.SourceControlUser)
type DeploymentConfigDescriber ¶
DeploymentConfigDescriber generates information about a DeploymentConfig
type DeploymentDescriber ¶
DeploymentDescriber generates information about a deployment
type ImageDescriber ¶
ImageDescriber generates information about a Image
type ImageRepositoryDescriber ¶
ImageRepositoryDescriber generates information about a ImageRepository
type ProjectDescriber ¶
ProjectDescriber generates information about a Project
type RouteDescriber ¶
RouteDescriber generates information about a Route
Click to show internal directories.
Click to hide internal directories.