-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgarnet-operator.sln
86 lines (86 loc) · 5.1 KB
/
garnet-operator.sln
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
80
81
82
83
84
85
86
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{A027F5FD-E2C8-444B-B4AA-C4847E37CE74}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Test.garnet-operator", "tests\Test.garnet-operator\Test.garnet-operator.csproj", "{79B11E00-5D7B-4BB0-A36C-985B0C3BF605}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{ABB5172D-EB63-403D-AE83-1079CE2D251C}"
ProjectSection(SolutionItems) = preProject
.dockerignore = .dockerignore
.editorconfig = .editorconfig
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
Dockerfile = Dockerfile
example.yaml = example.yaml
global.json = global.json
LICENSE = LICENSE
logo.png = logo.png
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "charts", "charts", "{77190D86-D7C3-4C3F-B336-370F37165EEF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "garnet-operator", "garnet-operator", "{66098B24-9708-449E-8EFF-F8ADAF4CB74D}"
ProjectSection(SolutionItems) = preProject
charts\garnet-operator\.helmignore = charts\garnet-operator\.helmignore
charts\garnet-operator\Chart.yaml = charts\garnet-operator\Chart.yaml
charts\garnet-operator\values.yaml = charts\garnet-operator\values.yaml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "templates", "templates", "{E17937B5-1B53-4DD2-A18D-9F9E6B130466}"
ProjectSection(SolutionItems) = preProject
charts\garnet-operator\templates\clusterrole-garnet-operator.yaml = charts\garnet-operator\templates\clusterrole-garnet-operator.yaml
charts\garnet-operator\templates\clusterrolebinding-garnet-operator.yaml = charts\garnet-operator\templates\clusterrolebinding-garnet-operator.yaml
charts\garnet-operator\templates\deployment.yaml = charts\garnet-operator\templates\deployment.yaml
charts\garnet-operator\templates\hpa.yaml = charts\garnet-operator\templates\hpa.yaml
charts\garnet-operator\templates\NOTES.txt = charts\garnet-operator\templates\NOTES.txt
charts\garnet-operator\templates\role-garnet-operator.yaml = charts\garnet-operator\templates\role-garnet-operator.yaml
charts\garnet-operator\templates\rolebinding-garnet-operator.yaml = charts\garnet-operator\templates\rolebinding-garnet-operator.yaml
charts\garnet-operator\templates\service.yaml = charts\garnet-operator\templates\service.yaml
charts\garnet-operator\templates\serviceaccount-garnet-operator.yaml = charts\garnet-operator\templates\serviceaccount-garnet-operator.yaml
servicemonitor.yaml = servicemonitor.yaml
charts\garnet-operator\templates\_helpers.tpl = charts\garnet-operator\templates\_helpers.tpl
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "crds", "crds", "{E9DECD7B-2B88-4FA1-9BA7-64BCC0E72489}"
ProjectSection(SolutionItems) = preProject
charts\garnet-operator\crds\garnetclusters.garnet.k8soperator.io.yaml = charts\garnet-operator\crds\garnetclusters.garnet.k8soperator.io.yaml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{C92B3EC9-7D35-4745-BD9F-E14028E04BBC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "garnet-operator", "src\garnet-operator\garnet-operator.csproj", "{213012E4-7093-4C47-B858-D28CCB41F441}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{79B11E00-5D7B-4BB0-A36C-985B0C3BF605}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{79B11E00-5D7B-4BB0-A36C-985B0C3BF605}.Debug|Any CPU.Build.0 = Debug|Any CPU
{79B11E00-5D7B-4BB0-A36C-985B0C3BF605}.Release|Any CPU.ActiveCfg = Release|Any CPU
{79B11E00-5D7B-4BB0-A36C-985B0C3BF605}.Release|Any CPU.Build.0 = Release|Any CPU
{213012E4-7093-4C47-B858-D28CCB41F441}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{213012E4-7093-4C47-B858-D28CCB41F441}.Debug|Any CPU.Build.0 = Debug|Any CPU
{213012E4-7093-4C47-B858-D28CCB41F441}.Release|Any CPU.ActiveCfg = Release|Any CPU
{213012E4-7093-4C47-B858-D28CCB41F441}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{79B11E00-5D7B-4BB0-A36C-985B0C3BF605} = {A027F5FD-E2C8-444B-B4AA-C4847E37CE74}
{66098B24-9708-449E-8EFF-F8ADAF4CB74D} = {77190D86-D7C3-4C3F-B336-370F37165EEF}
{E17937B5-1B53-4DD2-A18D-9F9E6B130466} = {66098B24-9708-449E-8EFF-F8ADAF4CB74D}
{E9DECD7B-2B88-4FA1-9BA7-64BCC0E72489} = {66098B24-9708-449E-8EFF-F8ADAF4CB74D}
{213012E4-7093-4C47-B858-D28CCB41F441} = {C92B3EC9-7D35-4745-BD9F-E14028E04BBC}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {08F7138A-47B2-439E-AC75-231DD8D6A981}
FileExplorer =
EndGlobalSection
EndGlobal