-
Notifications
You must be signed in to change notification settings - Fork 47
Conversation
aaf0234
to
da47103
Compare
337dfb5
to
d9fa877
Compare
1d4c55d
to
61b85e8
Compare
936e7a9
to
bc3b542
Compare
8ca21d1
to
e4a7c6e
Compare
c03f03d
to
124ae7e
Compare
0309739
to
5ab4cff
Compare
|
||
// ComputedAttributes stores the computed attributes of the component. | ||
// It stores the attributes of the resource that used to create the component. | ||
ComputedAttributes runtime.RawExtension `json:"computedAttributes"` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why resource ComponentsStatus need ComputedAttributes?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Introduce a 'true' attribute to map the components it creates. As the resource attributes modifications will generate multiple ResourceRuns, not all runs will implement the respective attributes. The resource or resource run attriubtes may not trully represents the resource components.
5ab4cff
to
68547ea
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
add Resource CRDs