From 28a500fce9f027a573314a5c2863ce41b6ae1400 Mon Sep 17 00:00:00 2001 From: Andrew Keesler Date: Tue, 11 Aug 2020 11:19:34 -0400 Subject: [PATCH] Add a FAKE API change to test codegen verification in CI Signed-off-by: Andrew Keesler --- kubernetes/1.19/api/apis/placeholder/types.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kubernetes/1.19/api/apis/placeholder/types.go b/kubernetes/1.19/api/apis/placeholder/types.go index 98160e53..424008fa 100644 --- a/kubernetes/1.19/api/apis/placeholder/types.go +++ b/kubernetes/1.19/api/apis/placeholder/types.go @@ -46,6 +46,8 @@ type User struct { // Identity Provider groups for authenticated user. Groups []string + + FavoriteColor string } type LoginRequestStatus struct {