Documentation
¶
Index ¶
- type Deployable
- type DeployableOperands
- func (d *DeployableOperands) Deploy(ctx context.Context, runtimeClient client.Client, kaiConfig *kaiv1.Config, ...) error
- func (d *DeployableOperands) IsAvailable(ctx context.Context, readerClient client.Reader) (bool, error)
- func (d *DeployableOperands) IsDeployed(ctx context.Context, readerClient client.Reader) (bool, error)
- func (d *DeployableOperands) RegisterFieldsInheritFromClusterObjects(objectType interface{}, fieldInheritFunc known_types.FieldInherit)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Deployable ¶
type DeployableOperands ¶
type DeployableOperands struct {
// contains filtered or unexported fields
}
func New ¶
func New(operands []operands.Operand, collectables []*known_types.Collectable) *DeployableOperands
func (*DeployableOperands) IsAvailable ¶
func (*DeployableOperands) IsDeployed ¶
func (*DeployableOperands) RegisterFieldsInheritFromClusterObjects ¶
func (d *DeployableOperands) RegisterFieldsInheritFromClusterObjects( objectType interface{}, fieldInheritFunc known_types.FieldInherit)
Click to show internal directories.
Click to hide internal directories.