-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
consume from the collector the ResourcesContainter #134
Labels
Comments
adisos
changed the title
move parser and ResourcesContainter to a separate package
consume from the collector the ResourcesContainter
Dec 12, 2023
opened a related issue, while trying to unmarshal input json to the collector's resources container: (it did not fail in the current analyzer's unmarshal function). |
adisos
added a commit
that referenced
this issue
Dec 19, 2023
Signed-off-by: adisos <[email protected]>
this issue's branch: https://github.com/np-guard/vpc-network-config-analyzer/tree/issue_134 |
adisos
added a commit
that referenced
this issue
Dec 19, 2023
Signed-off-by: adisos <[email protected]>
adisos
added a commit
that referenced
this issue
Dec 19, 2023
Signed-off-by: adisos <[email protected]>
adisos
added a commit
that referenced
this issue
Dec 27, 2023
Signed-off-by: adisos <[email protected]>
adisos
added a commit
that referenced
this issue
Jan 1, 2024
Signed-off-by: adisos <[email protected]>
adisos
added a commit
that referenced
this issue
Jan 11, 2024
Signed-off-by: adisos <[email protected]>
adisos
added a commit
that referenced
this issue
Jan 15, 2024
* issue #134 - wip Signed-off-by: adisos <[email protected]> * remove temp comment on certain tests Signed-off-by: adisos <[email protected]> * remove generated files from test of main Signed-off-by: adisos <[email protected]> * remove temporary test file Signed-off-by: adisos <[email protected]> --------- Signed-off-by: adisos <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently parser generates the
ResourcesContainer
from the input config object.Now the collector supports the creation of this object, thus should use the collector's object instead.
The text was updated successfully, but these errors were encountered: