84 lines
2 KiB
YAML
84 lines
2 KiB
YAML
---
|
|
title: Instance getByUrl测试数据
|
|
desc: 为instanceModel::getByUrl()方法提供测试数据
|
|
|
|
fields:
|
|
- field: id
|
|
note: 实例ID
|
|
range: 1-10
|
|
prefix: ""
|
|
postfix: ""
|
|
loop: 0
|
|
format: ""
|
|
- field: space
|
|
note: 空间ID
|
|
range: 1-3
|
|
- field: solution
|
|
note: 解决方案ID
|
|
range: 0
|
|
- field: name
|
|
note: 实例名称
|
|
range: instance{1-10}
|
|
- field: appID
|
|
note: 应用ID
|
|
range: 101-110
|
|
- field: appName
|
|
note: 应用名称
|
|
range: [zentao,gitlab,jenkins,devops]
|
|
- field: appVersion
|
|
note: 应用版本
|
|
range: [v1.0,v2.0,v3.0]
|
|
- field: chart
|
|
note: 图表名称
|
|
range: [zentao,gitlab,jenkins]
|
|
- field: logo
|
|
note: 应用图标
|
|
range: /images/logo.png
|
|
- field: version
|
|
note: 版本号
|
|
range: [1.0.0,2.0.0,3.0.0]
|
|
- field: desc
|
|
note: 描述
|
|
range: [测试描述1,测试描述2,测试描述3]
|
|
- field: introduction
|
|
note: 介绍
|
|
range: [测试介绍1,测试介绍2,测试介绍3]
|
|
- field: source
|
|
note: 来源
|
|
range: [official,custom,third-party]
|
|
- field: channel
|
|
note: 渠道
|
|
range: [stable,beta,alpha]
|
|
- field: k8name
|
|
note: K8s名称
|
|
range: [instance-1,instance-2,instance-3,instance-4,instance-5]
|
|
- field: status
|
|
note: 状态
|
|
range: [running,stopped,installing,pending,error]
|
|
- field: pinned
|
|
note: 固定状态
|
|
range: ['0','1']
|
|
- field: domain
|
|
note: 域名
|
|
range: rila.dops.corp.cc,7czx.dops.corp.cc,test.example.com,app.zentao.net,demo.gitlab.com,ci.jenkins.org,empty.domain.test,special-chars.com,long-domain-name-test.example.org,localhost
|
|
- field: smtpSnippetName
|
|
note: SMTP片段名称
|
|
range: ['',smtp1,smtp2]
|
|
- field: ldapSnippetName
|
|
note: LDAP片段名称
|
|
range: ['',ldap1,ldap2]
|
|
- field: createdBy
|
|
note: 创建者
|
|
range: admin
|
|
- field: createdDate
|
|
note: 创建时间
|
|
range: 2023-01-01 00:00:00
|
|
- field: lastEditedBy
|
|
note: 最后编辑者
|
|
range: ['',admin,user]
|
|
- field: lastEditedDate
|
|
note: 最后编辑时间
|
|
range: ['0000-00-00 00:00:00',2023-12-01 00:00:00]
|
|
- field: deleted
|
|
note: 删除状态
|
|
range: '0' |