-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Update to k8s 1.11 libraries, fix code #5823
Conversation
Blocked on #5817 |
/retest |
d4d5948
to
bdf8cf8
Compare
72d637d
to
5c9b9e4
Compare
5c9b9e4
to
4e883ef
Compare
@@ -17,15 +17,14 @@ limitations under the License. | |||
package api | |||
|
|||
import ( | |||
v1 "k8s.io/api/core/v1" | |||
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" | |||
) | |||
|
|||
type Addons struct { | |||
metav1.TypeMeta `json:",inline"` | |||
|
|||
// We use v1.ObjectMeta so we don't serialize everything, even though we are using the full api machinery here (yet!) |
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.
Comment needs to be updated.
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.
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.
Oh wow, didn't realize we hadn't done this yet. Thanks so much @justinsb! We should get this testing in the wild so I'm going to approve this now.
/lgtm
/approve
k8s apimachinery is using strings.Builder, which was introduced in 1.10
4e883ef
to
fac9071
Compare
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: justinsb, mikesplain, rdrgmnzs The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
No description provided.