Documentation
¶
Index ¶
- type Binder
- func (b *Binder) DesiredState(ctx context.Context, runtimeClient client.Reader, kaiConfig *kaiv1.Config) ([]client.Object, error)
- func (b *Binder) HasMissingDependencies(context.Context, client.Reader, *kaiv1.Config) (string, error)
- func (b *Binder) IsAvailable(ctx context.Context, readerClient client.Reader) (bool, error)
- func (b *Binder) IsDeployed(ctx context.Context, readerClient client.Reader) (bool, error)
- func (b *Binder) Monitor(ctx context.Context, runtimeReader client.Reader, kaiConfig *kaiv1.Config) error
- func (b *Binder) Name() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Binder ¶
type Binder struct {
BaseResourceName string
// contains filtered or unexported fields
}
func (*Binder) DesiredState ¶
func (*Binder) HasMissingDependencies ¶ added in v0.10.0
func (*Binder) IsAvailable ¶
func (*Binder) IsDeployed ¶
Click to show internal directories.
Click to hide internal directories.