Documentation
¶
Index ¶
- type RunSolution
- type Solution
- func (solution Solution) Copy() Solution
- func (solution Solution) Describe() string
- func (solution Solution) ImagePreview() string
- func (solution Solution) MarshalJSON() ([]byte, error)
- func (solution Solution) MarshalYAML() (interface{}, error)
- func (solution Solution) RenderJSON() (string, error)
- func (solution Solution) RenderTable() string
- func (solution Solution) RenderYAML() (string, error)
- func (solution Solution) String() string
- func (Solution) TableHeaders() []string
- func (solution Solution) TableRows() [][]string
- func (solution Solution) ToKube() kubeModels.AvailableSolution
- type SolutionList
- func (list SolutionList) Filter(pred func(Solution) bool) SolutionList
- func (list SolutionList) Len() int
- func (list SolutionList) MarshalJSON() ([]byte, error)
- func (list SolutionList) MarshalYAML() (interface{}, error)
- func (list SolutionList) Names() []string
- func (list SolutionList) RenderJSON() (string, error)
- func (solution SolutionList) RenderTable() string
- func (list SolutionList) RenderYAML() (string, error)
- func (list SolutionList) SearchByName(name string) SolutionList
- func (list SolutionList) String() string
- func (SolutionList) TableHeaders() []string
- func (list SolutionList) TableRows() [][]string
- type UserSolution
- func (solution UserSolution) MarshalJSON() ([]byte, error)
- func (solution UserSolution) MarshalYAML() (interface{}, error)
- func (solution UserSolution) RenderJSON() (string, error)
- func (solution UserSolution) RenderTable() string
- func (solution UserSolution) RenderYAML() (string, error)
- func (UserSolution) TableHeaders() []string
- func (solution UserSolution) TableRows() [][]string
- func (solution UserSolution) ToKube() kubeModels.UserSolution
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RunSolution ¶
type RunSolution kubeModels.RunSolutionResponce
type Solution ¶
type Solution kubeModels.AvailableSolution
func SolutionFromKube ¶
func SolutionFromKube(kubeSolution kubeModels.AvailableSolution) Solution
func (Solution) ImagePreview ¶
func (Solution) MarshalJSON ¶
func (Solution) MarshalYAML ¶
func (Solution) RenderJSON ¶
func (Solution) RenderTable ¶
func (Solution) RenderYAML ¶
func (Solution) TableHeaders ¶
func (Solution) ToKube ¶
func (solution Solution) ToKube() kubeModels.AvailableSolution
type SolutionList ¶
type SolutionList kubeModels.AvailableSolutionsList
func SolutionListFromKube ¶
func SolutionListFromKube(kubeList kubeModels.AvailableSolutionsList) SolutionList
func (SolutionList) Filter ¶
func (list SolutionList) Filter(pred func(Solution) bool) SolutionList
func (SolutionList) Len ¶
func (list SolutionList) Len() int
func (SolutionList) MarshalJSON ¶
func (list SolutionList) MarshalJSON() ([]byte, error)
func (SolutionList) MarshalYAML ¶
func (list SolutionList) MarshalYAML() (interface{}, error)
func (SolutionList) Names ¶
func (list SolutionList) Names() []string
func (SolutionList) RenderJSON ¶
func (list SolutionList) RenderJSON() (string, error)
func (SolutionList) RenderTable ¶
func (solution SolutionList) RenderTable() string
func (SolutionList) RenderYAML ¶
func (list SolutionList) RenderYAML() (string, error)
func (SolutionList) SearchByName ¶
func (list SolutionList) SearchByName(name string) SolutionList
func (SolutionList) String ¶
func (list SolutionList) String() string
func (SolutionList) TableHeaders ¶
func (SolutionList) TableHeaders() []string
func (SolutionList) TableRows ¶
func (list SolutionList) TableRows() [][]string
type UserSolution ¶
type UserSolution kubeModels.UserSolution
func UserolutionFromKube ¶
func UserolutionFromKube(kubeSolution kubeModels.UserSolution) UserSolution
func (UserSolution) MarshalJSON ¶
func (solution UserSolution) MarshalJSON() ([]byte, error)
func (UserSolution) MarshalYAML ¶
func (solution UserSolution) MarshalYAML() (interface{}, error)
func (UserSolution) RenderJSON ¶
func (solution UserSolution) RenderJSON() (string, error)
func (UserSolution) RenderTable ¶
func (solution UserSolution) RenderTable() string
func (UserSolution) RenderYAML ¶
func (solution UserSolution) RenderYAML() (string, error)
func (UserSolution) TableHeaders ¶
func (UserSolution) TableHeaders() []string
func (UserSolution) TableRows ¶
func (solution UserSolution) TableRows() [][]string
func (UserSolution) ToKube ¶
func (solution UserSolution) ToKube() kubeModels.UserSolution
Source Files
¶
Click to show internal directories.
Click to hide internal directories.