Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDescribeCmd ¶
NewDescribeCmd builds a "svcat describe plan" command
Types ¶
type DescribeCmd ¶ added in v0.2.0
type DescribeCmd struct { *command.Namespaced *command.Scoped LookupByKubeName bool ShowSchemas bool KubeName string Name string }
DescribeCmd contains the needed info to fetch detailed info about a specific plan
func (*DescribeCmd) Run ¶ added in v0.2.0
func (c *DescribeCmd) Run() error
Run determines how we are fetching a plan based on the provided arugments, and fetches the specified plan
func (*DescribeCmd) Validate ¶ added in v0.2.0
func (c *DescribeCmd) Validate(args []string) error
Validate and load the arguments passed to the svcat command.
type GetCmd ¶ added in v0.2.0
type GetCmd struct { *command.Namespaced *command.Scoped *command.Formatted LookupByKubeName bool KubeName string Name string ClassFilter string ClassKubeName string ClassName string }
GetCmd contains the information needed to get a specific plan or all plans
Click to show internal directories.
Click to hide internal directories.