mirror of
https://github.com/kubevela/kubevela.git
synced 2026-08-19 04:26:39 +00:00
@@ -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
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user