-
Notifications
You must be signed in to change notification settings - Fork 772
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
services should be first in List #130
Comments
kadel
added a commit
to kadel/kompose
that referenced
this issue
Aug 30, 2016
kadel
added a commit
to kadel/kompose
that referenced
this issue
Aug 30, 2016
Sorts objects in Transform function, this should make sure that Services are first everywhere as long as we keep order in the slice that Transform returns. fixes kubernetes#130
kadel
added a commit
to kadel/kompose
that referenced
this issue
Aug 30, 2016
Sorts objects in Transform function, this should make sure that Services are first everywhere as long as we keep order in the slice that Transform returns. fixes kubernetes#130
kadel
added a commit
to kadel/kompose
that referenced
this issue
Aug 30, 2016
Sorts objects in Transform function, this should make sure that Services are first everywhere as long as we keep order in the slice that Transform returns. fixes kubernetes#130
kadel
added a commit
to kadel/kompose
that referenced
this issue
Sep 2, 2016
Sorts objects in Transform function, this should make sure that Services are first everywhere as long as we keep order in the slice that Transform returns. fixes kubernetes#130
cab105
pushed a commit
to cab105/kompose
that referenced
this issue
Oct 27, 2016
Sorts objects in Transform function, this should make sure that Services are first everywhere as long as we keep order in the slice that Transform returns. fixes kubernetes#130
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When generating List, Services should be first in the List to make sure they are created fist.
The text was updated successfully, but these errors were encountered: