Documentation ¶
Index ¶
- Constants
- func ApplyNamespacer(namespacer namespacer.Namespacer, 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 ctrlclient.Object, c client.Client) ([]unstructured.Unstructured, error)
- type CommandOutput
Constants ¶
View Source
const PollInterval = 50 * time.Millisecond
Variables ¶
This section is empty.
Functions ¶
func ApplyNamespacer ¶ added in v0.0.8
func ApplyNamespacer(namespacer namespacer.Namespacer, obj client.Object) error
func Read ¶
func Read(ctx context.Context, expected ctrlclient.Object, c client.Client) ([]unstructured.Unstructured, 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.