forked from jenkins-x/jx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
79 lines (79 loc) · 1.91 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
example_location: "examples"
api_groups:
- "jenkins_io"
inline_definitions:
- name: Spec
match: ${resource}Spec
- name: Status
match: ${resource}Status
- name: List
match: ${resource}List
- name: DeploymentStrategy
match: ${resource}Strategy
- name: DeploymentRollback
match: ${resource}Rollback
- name: RollingUpdateDeployment
match: RollingUpdate${resource}
- name: EventSource
match: ${resource}Source
resource_categories:
- name: "Apps"
include: "apps"
resources:
- name: App
version: v1
group: jenkins_io
description_warning: ""
- name: BuildPack
version: v1
group: jenkins_io
description_warning: ""
- name: Plugin
version: v1
group: jenkins_io
description_warning: ""
- name: "Pipelines & Environments"
include: "pipelines"
resources:
- name: Environment
version: v1
group: jenkins_io
description_warning: ""
- name: PipelineActivity
version: v1
group: jenkins_io
description_warning: ""
- name: Release
version: v1
group: jenkins_io
description_warning: ""
- name: Scheduler
version: v1
group: jenkins_io
- name: SourceRepository
version: v1
group: jenkins_io
description_warning: ""
- name: SourceRepositoryGroup
version: v1
group: jenkins_io
description_warning: ""
- name: "Pipelines Extensions"
resources:
- name: CommitStatus
version: v1
group: jenkins_io
- name: Fact
version: v1
group: jenkins_io
- name: "User Management"
include: "user_management"
resources:
- name: User
version: v1
group: jenkins_io
description_warning: ""
- name: Team
version: v1
group: jenkins_io
description_warning: ""