This website requires JavaScript.
Explore
关于
Help
Register
Sign In
github
/
k3s
mirror of
https://github.com/k3s-io/k3s
Watch
1
Star
0
Fork
You've already forked k3s
0
Code
Issues
Projects
Releases
Wiki
Activity
60aa8639fa
k3s
/
api
/
examples
/
service.json
11 lines
120 B
JSON
Raw
Normal View
History
Unescape
Escape
First commit
2014-06-06 23:40:48 +00:00
{
Add load balancing support to services.
2014-06-17 17:50:42 +00:00
"id"
:
"example"
,
First commit
2014-06-06 23:40:48 +00:00
"port"
:
8000
,
"labels"
:
{
"name"
:
"nginx"
Fixes a syntax error of api/examples/service.json
2014-07-08 07:27:28 +00:00
}
,
Update api sources. Still need to regen documentation.
2014-06-19 00:15:53 +00:00
"selector"
:
{
"name"
:
"nginx"
}
First commit
2014-06-06 23:40:48 +00:00
}