Skip to content
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

[KIECLOUD-322] - Support for EXTENSIONS_IMAGE and EXTENSIONS_IMAGE_NA… #99

Merged
merged 2 commits into from Sep 20, 2019

Conversation

swati-kale
Copy link
Collaborator

…MESPACE

Signed-off-by: Swati Kale swkale@redhat.com

…MESPACE

Signed-off-by: Swati Kale <swkale@redhat.com>
];

var server;
var obj = Dot.object(jsonObject);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor: We may want to change "obj" to something meaningful?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updated

) {
let servers = obj.spec.objects.servers;

for (server in servers) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can say "let server in servers" and remove the "var server", and we may use map() here.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updated

Signed-off-by: Swati Kale <swkale@redhat.com>
@bmozaffa bmozaffa merged commit 35043ad into RHsyseng:master Sep 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants