Replace godep with dep
This commit is contained in:
parent
1e7489927c
commit
bf5616c65b
14883 changed files with 3937406 additions and 361781 deletions
28
vendor/k8s.io/kubernetes/examples/storm/storm-nimbus.json
generated
vendored
Normal file
28
vendor/k8s.io/kubernetes/examples/storm/storm-nimbus.json
generated
vendored
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"kind": "Pod",
|
||||
"apiVersion": "v1",
|
||||
"metadata": {
|
||||
"name": "nimbus",
|
||||
"labels": {
|
||||
"name": "nimbus"
|
||||
}
|
||||
},
|
||||
"spec": {
|
||||
"containers": [
|
||||
{
|
||||
"name": "nimbus",
|
||||
"image": "mattf/storm-nimbus",
|
||||
"ports": [
|
||||
{
|
||||
"containerPort": 6627
|
||||
}
|
||||
],
|
||||
"resources": {
|
||||
"limits": {
|
||||
"cpu": "100m"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue