Hi,

Replies inline:

> 
> Bunch of questions while reading the AtomicApp code.
> 
> - What are Nulecule components? I read the description of `class
> NuleculeComponent` but could not understand it properly!! Here is
> description of the NuleculeComponent [1]


There is some description in the docs

"Represents a component in a Nulecule application."

> 
> - What is NuleculeComponent._app?


Seems like a reference to another Nulecule App.

https://github.com/projectatomic/atomicapp/blob/master/atomicapp/nulecule/base.py#L348

( Possibly there can be a cyclic reference ? )

> - Is NuleculeComponent object part of Nulecule object?
> 


Yes, seems like that to me. It is attempting to create a DAG of Nulecule / 
Component dependencies.


Regards,
saleem

_______________________________________________
Container-tools mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/container-tools

Reply via email to