Documentation ¶
Index ¶
- type Stack
- func (s *Stack) GetImageBuilds() (map[string]riov1.ImageBuild, error)
- func (s *Stack) GetObjects() ([]runtime.Object, error)
- func (s *Stack) Questions() ([]v1.Question, error)
- func (s *Stack) SetServiceImages(images map[string]string) error
- func (s *Stack) Yaml(answers map[string]string) (string, error)
- type SystemStack
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Stack ¶
type Stack struct {
// contains filtered or unexported fields
}
func (*Stack) GetImageBuilds ¶
func (s *Stack) GetImageBuilds() (map[string]riov1.ImageBuild, error)
type SystemStack ¶
type SystemStack struct { Stack // contains filtered or unexported fields }
func NewSystemStack ¶
func NewSystemStack(apply apply.Apply, systemNamespace string, name string) *SystemStack
func (*SystemStack) Remove ¶
func (s *SystemStack) Remove() error
Click to show internal directories.
Click to hide internal directories.