openFuyao is licensed under Mulan PSL v2.
You can use this software according to the terms and conditions of the Mulan PSL v2.
You may obtain a copy of Mulan PSL v2 at:
http://license.coscl.org.cn/MulanPSL2
THIS SOFTWARE IS PROVIDED ON AN 'AS IS' BASIS, WITHOUT WARRANTIES OF ANY KIND,
EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT,
MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
See the Mulan PSL v2 for more details. */
export const ResponseCode = {
OK: 200,
Created: 201,
Accepted: 202,
NoContent: 204,
BadRequest: 400,
UnAuthorized: 401,
Forbidden: 403,
NotFound: 404,
NotAccept: 406,
Conflict: 409,
InternalServerError: 500,
BadGateway: 502,
GatewayTimeout: 504,
};
export const containerRouterPrefix = 'scheduling';
export const containerStylePrefix = 'volcano-config-website';