Documentation ¶
Index ¶
- type ContainerBuildKey
- type Stack
- func (s *Stack) GetImageBuilds() (map[ContainerBuildKey]riov1.ImageBuildSpec, error)
- func (s *Stack) GetObjects() ([]runtime.Object, error)
- func (s *Stack) Questions() ([]v1.Question, error)
- func (s *Stack) SetServiceImages(images map[ContainerBuildKey]string) error
- func (s *Stack) WithAnswer(answer map[string]string)
- func (s *Stack) Yaml(answers map[string]string, additionalObjects ...runtime.Object) (string, error)
- type SystemStack
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContainerBuildKey ¶ added in v0.6.0
func (ContainerBuildKey) String ¶ added in v0.6.0
func (c ContainerBuildKey) String() string
type Stack ¶
type Stack struct {
// contains filtered or unexported fields
}
func (*Stack) GetImageBuilds ¶
func (s *Stack) GetImageBuilds() (map[ContainerBuildKey]riov1.ImageBuildSpec, error)
func (*Stack) SetServiceImages ¶
func (s *Stack) SetServiceImages(images map[ContainerBuildKey]string) error
func (*Stack) WithAnswer ¶ added in v0.6.0
type SystemStack ¶
type SystemStack struct { Stack // contains filtered or unexported fields }
func NewSystemStack ¶
func NewSystemStack(apply apply.Apply, stacks adminv1controller.SystemStackClient, systemNamespace string, name string) *SystemStack
func (*SystemStack) Remove ¶
func (s *SystemStack) Remove() error
func (*SystemStack) WithApply ¶ added in v0.6.0
func (s *SystemStack) WithApply(apply apply.Apply)
Click to show internal directories.
Click to hide internal directories.