|
| 1 | +{ |
| 2 | + "$schema": "https://json.schemastore.org/template", |
| 3 | + "author": "Christoph Bühler", |
| 4 | + "classifications": ["Kubernetes", "Operator", "Empty"], |
| 5 | + "identity": "KubeOps.Templates.EmptyOperator.CSharp", |
| 6 | + "groupIdentity": "KubeOps.Templates.EmptyOperator", |
| 7 | + "name": "Kubernetes Empty Operator", |
| 8 | + "description": "Create an empty Kubernetes operator with the KubeOps SDK. The default empty operator does not contain any web capabilities.", |
| 9 | + "shortName": "operator-empty", |
| 10 | + "tags": { |
| 11 | + "language": "C#", |
| 12 | + "type": "project" |
| 13 | + }, |
| 14 | + "sourceName": "GeneratedOperatorProject", |
| 15 | + "defaultName": "Operator", |
| 16 | + "preferNameDirectory": true, |
| 17 | + "postActions": [ |
| 18 | + { |
| 19 | + "actionId": "B17581D1-C5C9-4489-8F0A-004BE667B814", |
| 20 | + "description": "Add KubeOps Operator SDK reference", |
| 21 | + "continueOnError": false, |
| 22 | + "manualInstructions": [ |
| 23 | + { |
| 24 | + "text": "Add the KubeOps Operator package to your project via nuget" |
| 25 | + } |
| 26 | + ], |
| 27 | + "args": { |
| 28 | + "referenceType": "package", |
| 29 | + "reference": "KubeOps.Operator", |
| 30 | + "projectFileExtensions": ".csproj" |
| 31 | + } |
| 32 | + }, |
| 33 | + { |
| 34 | + "actionId": "B17581D1-C5C9-4489-8F0A-004BE667B814", |
| 35 | + "description": "Add KubeOps Generator reference", |
| 36 | + "continueOnError": false, |
| 37 | + "manualInstructions": [ |
| 38 | + { |
| 39 | + "text": "Add the KubeOps Generator package to your project via nuget" |
| 40 | + } |
| 41 | + ], |
| 42 | + "args": { |
| 43 | + "referenceType": "package", |
| 44 | + "reference": "KubeOps.Generator", |
| 45 | + "projectFileExtensions": ".csproj" |
| 46 | + } |
| 47 | + } |
| 48 | + ] |
| 49 | +} |
0 commit comments