Skip to content

Commit

Permalink
Update api/v1beta2/moduletemplate_types.go
Browse files Browse the repository at this point in the history
Co-authored-by: Christoph Schwägerl <acc.pius@mailbox.org>
  • Loading branch information
ruanxin and c-pius authored Oct 15, 2024
1 parent 5cd4fcb commit b50e7df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/v1beta2/moduletemplate_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ type ModuleTemplateSpec struct {
// +optional
AssociatedResources []apimetav1.GroupVersionKind `json:"associatedResources,omitempty"`

// Manager contains information identifying a module's resource that indicates the readiness of the module. Typically, this should be the manager Deployment of the module.
// Manager contains information for identifying a module's resource that can be used as indicator for the installation readiness of the module. Typically, this is the manager Deployment of the module. In exceptional cases, it may also be another resource.
// +optional
Manager *Manager `json:"manager,omitempty"`
}
Expand Down

0 comments on commit b50e7df

Please sign in to comment.