Documentation ¶
Index ¶
- func FromCRApplicationRevision(ctx context.Context, cli client.Client, app *v1beta1.Application, ...) *model.ApplicationRevision
- func FromCRComponent(appPrimaryKey string, component common.ApplicationComponent) (model.ApplicationComponent, error)
- func FromCRPolicy(appPrimaryKey string, policyCR v1beta1.AppPolicy, creator string) (model.ApplicationPolicy, error)
- func FromCRTargets(ctx context.Context, cli client.Client, targetApp *v1beta1.Application, ...) ([]*model.Target, map[string]string)
- func FromCRWorkflow(ctx context.Context, cli client.Client, appPrimaryKey string, ...) (model.Workflow, []v1beta1.WorkflowStep, error)
- func FromCRWorkflowRecord(app *v1beta1.Application, workflow model.Workflow, ...) *model.WorkflowRecord
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FromCRApplicationRevision ¶ added in v1.5.0
func FromCRApplicationRevision(ctx context.Context, cli client.Client, app *v1beta1.Application, workflow model.Workflow, envName string) *model.ApplicationRevision
FromCRApplicationRevision convert the application revision to the revision in the data store
func FromCRComponent ¶
func FromCRComponent(appPrimaryKey string, component common.ApplicationComponent) (model.ApplicationComponent, error)
FromCRComponent concerts Application CR Component object into velaux data store component
func FromCRPolicy ¶
func FromCRPolicy(appPrimaryKey string, policyCR v1beta1.AppPolicy, creator string) (model.ApplicationPolicy, error)
FromCRPolicy converts Application CR Policy object into velaux data store policy
func FromCRTargets ¶
func FromCRTargets(ctx context.Context, cli client.Client, targetApp *v1beta1.Application, existTargets []datastore.Entity, project string) ([]*model.Target, map[string]string)
FromCRTargets converts deployed Cluster/Namespace from Application CR Status into velaux data store
func FromCRWorkflow ¶
func FromCRWorkflow(ctx context.Context, cli client.Client, appPrimaryKey string, app *v1beta1.Application) (model.Workflow, []v1beta1.WorkflowStep, error)
FromCRWorkflow converts Application CR Workflow section into velaux data store workflow
func FromCRWorkflowRecord ¶ added in v1.5.0
func FromCRWorkflowRecord(app *v1beta1.Application, workflow model.Workflow, revision *model.ApplicationRevision) *model.WorkflowRecord
FromCRWorkflowRecord convert the workflow status to workflow record
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.