Merge pull request #54 from cloud-native-application/more

fix CI
This commit is contained in:
Sun Jianbo
2020-07-29 16:46:15 +08:00
committed by GitHub
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
// autogenerated by controller-gen object, do not modify manually
// Code generated by controller-gen. DO NOT EDIT.
package v1alpha2
+2 -1
View File
@@ -37,7 +37,8 @@ func printApplicationList(ctx context.Context, c client.Client, appName string,
table.MaxColWidth = 60
if err != nil {
fmt.Errorf("listing Trait Definition hit an issue: %s", err)
fmt.Printf("listing Trait Definition hit an issue: %s\n", err)
return
}
table.AddRow("NAME", "WORKLOAD", "TRAITS", "STATUS", "CREATED-TIME")