Spaces:
Running
Running
VishalMysore
commited on
Commit
•
7a4a013
1
Parent(s):
806b959
Upload 3 files
Browse files- .gitattributes +1 -0
- entrypoint.sh +4 -0
- springactions-0.2.3.jar +3 -0
- swagger_actions.json +31 -0
.gitattributes
CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
springactions-0.2.3.jar filter=lfs diff=lfs merge=lfs -text
|
entrypoint.sh
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#!/bin/sh
|
2 |
+
ls -l /ai/conf
|
3 |
+
# Start the Java application
|
4 |
+
exec java -Dloader.path=/ai/conf -Djava.security.egd=file:/dev/./urandom -jar /ai/springactions-0.2.3.jar
|
springactions-0.2.3.jar
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:54d1f9bc11147c8e66522423de77649505c6377fde3bd59559c1bd202b906b0c
|
3 |
+
size 109505810
|
swagger_actions.json
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"endpoints" : [
|
3 |
+
{
|
4 |
+
"swaggerurl": "https://fakerestapi.azurewebsites.net/swagger/v1/swagger.json",
|
5 |
+
"group": "Books Author Activity",
|
6 |
+
"description": "This is for all the actions related books , Authors, photos and users trying to read books and view photos",
|
7 |
+
"baseurl": "https://fakerestapi.azurewebsites.net/",
|
8 |
+
"id": "fakerestapi"
|
9 |
+
},
|
10 |
+
{
|
11 |
+
"swaggerurl": "https://petstore3.swagger.io/api/v3/openapi.json",
|
12 |
+
"baseurl": "https://petstore3.swagger.io/",
|
13 |
+
"group": "Petstore API",
|
14 |
+
"description": "This is for all the actions related to pets",
|
15 |
+
"id": "petstore"
|
16 |
+
},
|
17 |
+
{
|
18 |
+
"swaggerurl": "https://huggingface.co/spaces/VishalMysore/mock/raw/main/kibernetes.json",
|
19 |
+
"group": "kubernetes cluster",
|
20 |
+
"description": "This is for all the actions related to the kubernetes cluster management",
|
21 |
+
"baseurl": "https://vishalmysore-mock.hf.space",
|
22 |
+
"id": "openshift",
|
23 |
+
"headers": [
|
24 |
+
{
|
25 |
+
"key": "Authorization",
|
26 |
+
"value": "apiKey=samplekey"
|
27 |
+
}
|
28 |
+
]
|
29 |
+
}
|
30 |
+
]
|
31 |
+
}
|