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