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 PolicyBindingDescriber
- type PolicyDescriber
- 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 ¶
type DeploymentConfigDescriber struct {
// contains filtered or unexported fields
}
DeploymentConfigDescriber generates information about a DeploymentConfig
func NewDeploymentConfigDescriber ¶ added in v0.2.2
func NewDeploymentConfigDescriber(client client.Interface) *DeploymentConfigDescriber
func NewDeploymentConfigDescriberForConfig ¶ added in v0.2.2
func NewDeploymentConfigDescriberForConfig(config *deployapi.DeploymentConfig) *DeploymentConfigDescriber
type DeploymentDescriber ¶
DeploymentDescriber generates information about a deployment DEPRECATED.
type ImageDescriber ¶
ImageDescriber generates information about a Image
type ImageRepositoryDescriber ¶
ImageRepositoryDescriber generates information about a ImageRepository
type PolicyBindingDescriber ¶ added in v0.2.2
PolicyDescriber generates information about a Project
type PolicyDescriber ¶ added in v0.2.2
PolicyDescriber generates information about a Project
type ProjectDescriber ¶
ProjectDescriber generates information about a Project
type RouteDescriber ¶
RouteDescriber generates information about a Route