Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
ce93f17e
Commit
ce93f17e
authored
Jan 25, 2019
by
Darren Shepherd
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update vendor
parent
126247b8
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
150 additions
and
118 deletions
+150
-118
trash.lock
trash.lock
+111
-111
vendor.conf
vendor.conf
+1
-1
base.go
vendor/k8s.io/client-go/pkg/version/base.go
+3
-3
openapi-save.sh
vendor/k8s.io/kubernetes/openapi-save.sh
+32
-0
openapi.json
vendor/k8s.io/kubernetes/openapi.json
+0
-0
openapi.pb
vendor/k8s.io/kubernetes/openapi.pb
+0
-0
base.go
vendor/k8s.io/kubernetes/pkg/version/base.go
+3
-3
No files found.
trash.lock
View file @
ce93f17e
This diff is collapsed.
Click to expand it.
vendor.conf
View file @
ce93f17e
...
@@ -9,7 +9,7 @@ package=github.com/opencontainers/runc/libcontainer/nsenter
...
@@ -9,7 +9,7 @@ package=github.com/opencontainers/runc/libcontainer/nsenter
package
=
github
.
com
/
opencontainers
/
runc
/
libcontainer
/
specconv
package
=
github
.
com
/
opencontainers
/
runc
/
libcontainer
/
specconv
package
=
github
.
com
/
opencontainers
/
runc
/
contrib
/
cmd
/
recvtty
package
=
github
.
com
/
opencontainers
/
runc
/
contrib
/
cmd
/
recvtty
k8s
.
io
/
kubernetes
v1
.
13
.
2
-
k3s
3
https
://
github
.
com
/
ibuildthecloud
/
k3s
.
git
transitive
=
true
,
staging
=
true
k8s
.
io
/
kubernetes
v1
.
13
.
2
-
k3s
4
https
://
github
.
com
/
ibuildthecloud
/
k3s
.
git
transitive
=
true
,
staging
=
true
github
.
com
/
rancher
/
norman
628
eb6b32906125ddd77e23f3ad3c9bdb6e93664
https
://
github
.
com
/
ibuildthecloud
/
norman
.
git
github
.
com
/
rancher
/
norman
628
eb6b32906125ddd77e23f3ad3c9bdb6e93664
https
://
github
.
com
/
ibuildthecloud
/
norman
.
git
github
.
com
/
coreos
/
flannel
3
d7cff78e2ca4cade87c6c7d44adf27fe3de2709
https
://
github
.
com
/
ibuildthecloud
/
flannel
.
git
github
.
com
/
coreos
/
flannel
3
d7cff78e2ca4cade87c6c7d44adf27fe3de2709
https
://
github
.
com
/
ibuildthecloud
/
flannel
.
git
...
...
vendor/k8s.io/client-go/pkg/version/base.go
View file @
ce93f17e
...
@@ -3,8 +3,8 @@ package version
...
@@ -3,8 +3,8 @@ package version
var
(
var
(
gitMajor
=
"1"
gitMajor
=
"1"
gitMinor
=
"12"
gitMinor
=
"12"
gitVersion
=
"v1.13.2-k3s
3
"
gitVersion
=
"v1.13.2-k3s
4
"
gitCommit
=
"
2c2e61ebc2c99ee1dfb366d00e0eaa51507c2d22
"
gitCommit
=
"
9601d3b20316305e14aafcd5af9f7e07e78ae9a4
"
gitTreeState
=
"clean"
gitTreeState
=
"clean"
buildDate
=
"2019-01-2
4T16
:43+00:00Z"
buildDate
=
"2019-01-2
6T01
:43+00:00Z"
)
)
vendor/k8s.io/kubernetes/openapi-save.sh
0 → 100755
View file @
ce93f17e
#!/bin/bash
set
-e
exit
()
{
exit
=
$?
kill
-9
$ETCD_PID
$HYPERKUBE_PID
2>/dev/null
||
true
rm
-f
hyperkube
return
$exit
}
trap exit
EXIT
echo
Compiling hyperkube
./hack/update-codegen.sh
||
./hack/update-codegen.sh
go build
-o
hyperkube ./cmd/hyperkube
etcd &
ETCD_PID
=
$!
./hyperkube kube-apiserver
--etcd-servers
http://localhost:2379
--cert-dir
$(
pwd
)
/certs &
HYPERKUBE_PID
=
$!
while
!
curl
-f
http://localhost:8080/healthz
;
do
echo
waiting
for
k8s
sleep
1
done
curl http://localhost:8080/openapi/v2
>
openapi.json
curl
-H
"Accept: application/com.github.proto-openapi.spec.v2@v1.0+protobuf"
http://localhost:8080/openapi/v2
>
openapi.pb
git add openapi.json
git add openapi.pb
git commit
-m
"Save openapi"
vendor/k8s.io/kubernetes/openapi.json
0 → 100644
View file @
ce93f17e
This source diff could not be displayed because it is too large. You can
view the blob
instead.
vendor/k8s.io/kubernetes/openapi.pb
0 → 100644
View file @
ce93f17e
File added
vendor/k8s.io/kubernetes/pkg/version/base.go
View file @
ce93f17e
...
@@ -3,8 +3,8 @@ package version
...
@@ -3,8 +3,8 @@ package version
var
(
var
(
gitMajor
=
"1"
gitMajor
=
"1"
gitMinor
=
"12"
gitMinor
=
"12"
gitVersion
=
"v1.13.2-k3s
3
"
gitVersion
=
"v1.13.2-k3s
4
"
gitCommit
=
"
2c2e61ebc2c99ee1dfb366d00e0eaa51507c2d22
"
gitCommit
=
"
9601d3b20316305e14aafcd5af9f7e07e78ae9a4
"
gitTreeState
=
"clean"
gitTreeState
=
"clean"
buildDate
=
"2019-01-2
4T16
:43+00:00Z"
buildDate
=
"2019-01-2
6T01
:43+00:00Z"
)
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment