Documentation ¶
Index ¶
- func ApplyNamespacer(namespacer namespacer.Namespacer, client client.Client, obj client.Object) error
- func GetLogger(ctx context.Context, obj client.Object) logging.Logger
- func LogEnd(logger logging.Logger, op logging.Operation, err error)
- func LogStart(logger logging.Logger, op logging.Operation, args ...fmt.Stringer)
- func Read(ctx context.Context, expected client.Object, c client.Client) ([]unstructured.Unstructured, error)
- func RegisterEnvs(ctx context.Context, compilers compilers.Compilers, namespace string, ...) (map[string]string, []string, error)
- type CommandOutput
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ApplyNamespacer ¶
func ApplyNamespacer(namespacer namespacer.Namespacer, client client.Client, obj client.Object) error
Types ¶
type CommandOutput ¶
func (*CommandOutput) Err ¶
func (c *CommandOutput) Err() string
func (*CommandOutput) Out ¶
func (c *CommandOutput) Out() string
func (*CommandOutput) Sections ¶
func (c *CommandOutput) Sections() []fmt.Stringer
Click to show internal directories.
Click to hide internal directories.