|
1 | 1 | { |
2 | 2 | "integration_type_id": "kubernetes", |
3 | 3 | "integration_name": "Kubernetes Cluster", |
4 | | - "help_text_md": "GitHub Account integration allows secure connections to your GitHub organizations. [Documentation](https://docs.github.com/en).", |
| 4 | + "help_text_md": "Kubernetes cluster integration allows secure connections to your kubernetes clusters running anywhere. [Documentation](https://kubernetes.io/docs/home/).", |
5 | 5 | "platform_documentation": "https://kubernetes.io/docs/home/", |
6 | 6 | "provider_documentation": "https://kubernetes.io/docs/home/", |
7 | 7 | "icon": "kubernetes.svg", |
|
14 | 14 | "fields": [ |
15 | 15 | { |
16 | 16 | "name": "kubeconfig", |
17 | | - "label": "Kubeconfig", |
| 17 | + "label": "Kube config", |
18 | 18 | "inputType": "text", |
19 | 19 | "required": true, |
20 | 20 | "order": 1, |
|
41 | 41 | "order": 1, |
42 | 42 | "info": "Unique identifier (UUID) for the integration." |
43 | 43 | }, |
44 | | - { |
45 | | - "name": "organization_name", |
46 | | - "label": "Organization Name", |
47 | | - "fieldType": "text", |
48 | | - "required": true, |
49 | | - "order": 2, |
50 | | - "info": "Name of the GitHub organization." |
51 | | - }, |
52 | 44 | { |
53 | 45 | "name": "credential_type", |
54 | 46 | "label": "Credential Type", |
55 | 47 | "fieldType": "text", |
56 | 48 | "required": true, |
57 | | - "order": 3, |
58 | | - "info": "Type of Credential used (Classic PAT).", |
| 49 | + "order": 2, |
| 50 | + "info": "Type of Credential used (Kube config).", |
59 | 51 | "valueMap": { |
60 | | - "classic_pat": "Classic Personal Access Token (PAT)" |
| 52 | + "kubeconfig": "Kube config file" |
61 | 53 | } |
62 | 54 | }, |
63 | 55 | { |
64 | 56 | "name": "state", |
65 | 57 | "label": "State", |
66 | 58 | "fieldType": "status", |
67 | 59 | "required": true, |
68 | | - "order": 4, |
69 | | - "info": "Current state of the GitHub Organization integration.", |
| 60 | + "order": 3, |
| 61 | + "info": "Current state of the Kubernetes cluster integration.", |
70 | 62 | "statusOptions": [ |
71 | 63 | { |
72 | 64 | "value": "ACTIVE", |
|
90 | 82 | "label": "Created At", |
91 | 83 | "fieldType": "date", |
92 | 84 | "required": true, |
93 | | - "order": 5, |
| 85 | + "order": 4, |
94 | 86 | "info": "Timestamp when the integration was created." |
95 | 87 | }, |
96 | 88 | { |
97 | 89 | "name": "last_updated", |
98 | 90 | "label": "Last Updated", |
99 | 91 | "fieldType": "date", |
100 | 92 | "required": true, |
101 | | - "order": 6, |
| 93 | + "order": 5, |
102 | 94 | "info": "Timestamp when the integration was last updated." |
103 | 95 | } |
104 | 96 | ] |
|
191 | 183 | "filterable": true, |
192 | 184 | "detail": true, |
193 | 185 | "detail_order": 3, |
194 | | - "info": "Current state of the GitHub Organization integration.", |
| 186 | + "info": "Current state of the Kubernetes cluster integration.", |
195 | 187 | "statusOptions": [ |
196 | 188 | { |
197 | 189 | "value": "ACTIVE", |
|
222 | 214 | { |
223 | 215 | "type": "update", |
224 | 216 | "label": "Update", |
225 | | - "editableFields": ["pat_token"] |
| 217 | + "editableFields": ["kubeconfig"] |
226 | 218 | }, |
227 | 219 | { |
228 | 220 | "type": "delete", |
|
0 commit comments