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

feat(kubernetes-v2): first steps for a v2 deployer #826

Merged
merged 1 commit into from
Jan 25, 2018

Conversation

lwander
Copy link
Member

@lwander lwander commented Jan 25, 2018

Remaining work is listed here: spinnaker/spinnaker#2176

Copy link
Contributor

@jtk54 jtk54 left a comment

Choose a reason for hiding this comment

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

LGTM.

@@ -37,7 +37,7 @@
public class ResponseUnwrapper {
private static final Long WAIT_MILLIS = 400L;
private static int cycle;
private static String[] cursors = {".", "-", "^"};
private static String[] cursors = {"_", "-", "^", "*"};
Copy link
Contributor

Choose a reason for hiding this comment

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

Nice.

Copy link
Member Author

Choose a reason for hiding this comment

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

I think this is a 1.0 worthy change

@@ -6,4 +6,5 @@ dependencies {
compile spinnaker.dependency('googleStorage')

compile 'com.beust:jcommander:1.48'
compile 'com.hubspot.jinjava:jinjava:2.2.3'
Copy link
Contributor

Choose a reason for hiding this comment

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

This exists in a few places now, need to add to spinnaker-dependencies eventually.

Copy link
Member Author

Choose a reason for hiding this comment

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

It's still pretty fresh in our codebase - both the artifact & (now this) is largely unproven

@@ -1,5 +1,5 @@
/*
* Copyright 2017 Google, Inc.
* Copyright 2018 Google, Inc.
Copy link
Contributor

Choose a reason for hiding this comment

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

I thought this was representing file creation?

Copy link
Member Author

Choose a reason for hiding this comment

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

Good catch

@lwander lwander merged commit 8838d48 into spinnaker:master Jan 25, 2018
@lwander lwander deleted the k8s-v1-step1 branch January 25, 2018 19:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants