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
20698272
Unverified
Commit
20698272
authored
May 31, 2018
by
Eric Chiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
generated:
./hack/update-bazel.sh ./hack/update-codegen.sh ./hack/update-staging-godeps.sh
parent
0a9164e7
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
310 additions
and
0 deletions
+310
-0
BUILD
pkg/generated/openapi/BUILD
+1
-0
Godeps.json
...ing/src/k8s.io/apiextensions-apiserver/Godeps/Godeps.json
+4
-0
Godeps.json
staging/src/k8s.io/apiserver/Godeps/Godeps.json
+4
-0
BUILD
.../src/k8s.io/client-go/pkg/apis/clientauthentication/BUILD
+1
-0
BUILD
....io/client-go/pkg/apis/clientauthentication/v1beta1/BUILD
+37
-0
zz_generated.conversion.go
...s/clientauthentication/v1beta1/zz_generated.conversion.go
+114
-0
zz_generated.deepcopy.go
...pis/clientauthentication/v1beta1/zz_generated.deepcopy.go
+100
-0
zz_generated.defaults.go
...pis/clientauthentication/v1beta1/zz_generated.defaults.go
+32
-0
BUILD
...ng/src/k8s.io/client-go/plugin/pkg/client/auth/exec/BUILD
+1
-0
Godeps.json
staging/src/k8s.io/kube-aggregator/Godeps/Godeps.json
+4
-0
Godeps.json
staging/src/k8s.io/metrics/Godeps/Godeps.json
+4
-0
Godeps.json
staging/src/k8s.io/sample-apiserver/Godeps/Godeps.json
+4
-0
Godeps.json
staging/src/k8s.io/sample-controller/Godeps/Godeps.json
+4
-0
No files found.
pkg/generated/openapi/BUILD
View file @
20698272
...
@@ -65,6 +65,7 @@ openapi_library(
...
@@ -65,6 +65,7 @@ openapi_library(
"k8s.io/apiserver/pkg/apis/example/v1",
"k8s.io/apiserver/pkg/apis/example/v1",
"k8s.io/apiserver/pkg/apis/example2/v1",
"k8s.io/apiserver/pkg/apis/example2/v1",
"k8s.io/client-go/pkg/apis/clientauthentication/v1alpha1",
"k8s.io/client-go/pkg/apis/clientauthentication/v1alpha1",
"k8s.io/client-go/pkg/apis/clientauthentication/v1beta1",
"k8s.io/client-go/pkg/version",
"k8s.io/client-go/pkg/version",
"k8s.io/kube-aggregator/pkg/apis/apiregistration/v1",
"k8s.io/kube-aggregator/pkg/apis/apiregistration/v1",
"k8s.io/kube-aggregator/pkg/apis/apiregistration/v1beta1",
"k8s.io/kube-aggregator/pkg/apis/apiregistration/v1beta1",
...
...
staging/src/k8s.io/apiextensions-apiserver/Godeps/Godeps.json
View file @
20698272
...
@@ -1911,6 +1911,10 @@
...
@@ -1911,6 +1911,10 @@
"Rev"
:
"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
"Rev"
:
"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
},
},
{
{
"ImportPath"
:
"k8s.io/client-go/pkg/apis/clientauthentication/v1beta1"
,
"Rev"
:
"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
},
{
"ImportPath"
:
"k8s.io/client-go/pkg/version"
,
"ImportPath"
:
"k8s.io/client-go/pkg/version"
,
"Rev"
:
"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
"Rev"
:
"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
},
},
...
...
staging/src/k8s.io/apiserver/Godeps/Godeps.json
View file @
20698272
...
@@ -1675,6 +1675,10 @@
...
@@ -1675,6 +1675,10 @@
"Rev"
:
"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
"Rev"
:
"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
},
},
{
{
"ImportPath"
:
"k8s.io/client-go/pkg/apis/clientauthentication/v1beta1"
,
"Rev"
:
"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
},
{
"ImportPath"
:
"k8s.io/client-go/pkg/version"
,
"ImportPath"
:
"k8s.io/client-go/pkg/version"
,
"Rev"
:
"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
"Rev"
:
"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
},
},
...
...
staging/src/k8s.io/client-go/pkg/apis/clientauthentication/BUILD
View file @
20698272
...
@@ -30,6 +30,7 @@ filegroup(
...
@@ -30,6 +30,7 @@ filegroup(
":package-srcs",
":package-srcs",
"//staging/src/k8s.io/client-go/pkg/apis/clientauthentication/install:all-srcs",
"//staging/src/k8s.io/client-go/pkg/apis/clientauthentication/install:all-srcs",
"//staging/src/k8s.io/client-go/pkg/apis/clientauthentication/v1alpha1:all-srcs",
"//staging/src/k8s.io/client-go/pkg/apis/clientauthentication/v1alpha1:all-srcs",
"//staging/src/k8s.io/client-go/pkg/apis/clientauthentication/v1beta1:all-srcs",
],
],
tags = ["automanaged"],
tags = ["automanaged"],
visibility = ["//visibility:public"],
visibility = ["//visibility:public"],
...
...
staging/src/k8s.io/client-go/pkg/apis/clientauthentication/v1beta1/BUILD
0 → 100644
View file @
20698272
load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "go_default_library",
srcs = [
"conversion.go",
"doc.go",
"register.go",
"types.go",
"zz_generated.conversion.go",
"zz_generated.deepcopy.go",
"zz_generated.defaults.go",
],
importpath = "k8s.io/client-go/pkg/apis/clientauthentication/v1beta1",
visibility = ["//visibility:public"],
deps = [
"//vendor/k8s.io/apimachinery/pkg/apis/meta/v1:go_default_library",
"//vendor/k8s.io/apimachinery/pkg/conversion:go_default_library",
"//vendor/k8s.io/apimachinery/pkg/runtime:go_default_library",
"//vendor/k8s.io/apimachinery/pkg/runtime/schema:go_default_library",
"//vendor/k8s.io/client-go/pkg/apis/clientauthentication:go_default_library",
],
)
filegroup(
name = "package-srcs",
srcs = glob(["**"]),
tags = ["automanaged"],
visibility = ["//visibility:private"],
)
filegroup(
name = "all-srcs",
srcs = [":package-srcs"],
tags = ["automanaged"],
visibility = ["//visibility:public"],
)
staging/src/k8s.io/client-go/pkg/apis/clientauthentication/v1beta1/zz_generated.conversion.go
0 → 100644
View file @
20698272
// +build !ignore_autogenerated
/*
Copyright The Kubernetes Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
// Code generated by conversion-gen. DO NOT EDIT.
package
v1beta1
import
(
unsafe
"unsafe"
v1
"k8s.io/apimachinery/pkg/apis/meta/v1"
conversion
"k8s.io/apimachinery/pkg/conversion"
runtime
"k8s.io/apimachinery/pkg/runtime"
clientauthentication
"k8s.io/client-go/pkg/apis/clientauthentication"
)
func
init
()
{
localSchemeBuilder
.
Register
(
RegisterConversions
)
}
// RegisterConversions adds conversion functions to the given scheme.
// Public to allow building arbitrary schemes.
func
RegisterConversions
(
scheme
*
runtime
.
Scheme
)
error
{
return
scheme
.
AddGeneratedConversionFuncs
(
Convert_v1beta1_ExecCredential_To_clientauthentication_ExecCredential
,
Convert_clientauthentication_ExecCredential_To_v1beta1_ExecCredential
,
Convert_v1beta1_ExecCredentialSpec_To_clientauthentication_ExecCredentialSpec
,
Convert_clientauthentication_ExecCredentialSpec_To_v1beta1_ExecCredentialSpec
,
Convert_v1beta1_ExecCredentialStatus_To_clientauthentication_ExecCredentialStatus
,
Convert_clientauthentication_ExecCredentialStatus_To_v1beta1_ExecCredentialStatus
,
)
}
func
autoConvert_v1beta1_ExecCredential_To_clientauthentication_ExecCredential
(
in
*
ExecCredential
,
out
*
clientauthentication
.
ExecCredential
,
s
conversion
.
Scope
)
error
{
if
err
:=
Convert_v1beta1_ExecCredentialSpec_To_clientauthentication_ExecCredentialSpec
(
&
in
.
Spec
,
&
out
.
Spec
,
s
);
err
!=
nil
{
return
err
}
out
.
Status
=
(
*
clientauthentication
.
ExecCredentialStatus
)(
unsafe
.
Pointer
(
in
.
Status
))
return
nil
}
// Convert_v1beta1_ExecCredential_To_clientauthentication_ExecCredential is an autogenerated conversion function.
func
Convert_v1beta1_ExecCredential_To_clientauthentication_ExecCredential
(
in
*
ExecCredential
,
out
*
clientauthentication
.
ExecCredential
,
s
conversion
.
Scope
)
error
{
return
autoConvert_v1beta1_ExecCredential_To_clientauthentication_ExecCredential
(
in
,
out
,
s
)
}
func
autoConvert_clientauthentication_ExecCredential_To_v1beta1_ExecCredential
(
in
*
clientauthentication
.
ExecCredential
,
out
*
ExecCredential
,
s
conversion
.
Scope
)
error
{
if
err
:=
Convert_clientauthentication_ExecCredentialSpec_To_v1beta1_ExecCredentialSpec
(
&
in
.
Spec
,
&
out
.
Spec
,
s
);
err
!=
nil
{
return
err
}
out
.
Status
=
(
*
ExecCredentialStatus
)(
unsafe
.
Pointer
(
in
.
Status
))
return
nil
}
// Convert_clientauthentication_ExecCredential_To_v1beta1_ExecCredential is an autogenerated conversion function.
func
Convert_clientauthentication_ExecCredential_To_v1beta1_ExecCredential
(
in
*
clientauthentication
.
ExecCredential
,
out
*
ExecCredential
,
s
conversion
.
Scope
)
error
{
return
autoConvert_clientauthentication_ExecCredential_To_v1beta1_ExecCredential
(
in
,
out
,
s
)
}
func
autoConvert_v1beta1_ExecCredentialSpec_To_clientauthentication_ExecCredentialSpec
(
in
*
ExecCredentialSpec
,
out
*
clientauthentication
.
ExecCredentialSpec
,
s
conversion
.
Scope
)
error
{
return
nil
}
// Convert_v1beta1_ExecCredentialSpec_To_clientauthentication_ExecCredentialSpec is an autogenerated conversion function.
func
Convert_v1beta1_ExecCredentialSpec_To_clientauthentication_ExecCredentialSpec
(
in
*
ExecCredentialSpec
,
out
*
clientauthentication
.
ExecCredentialSpec
,
s
conversion
.
Scope
)
error
{
return
autoConvert_v1beta1_ExecCredentialSpec_To_clientauthentication_ExecCredentialSpec
(
in
,
out
,
s
)
}
func
autoConvert_clientauthentication_ExecCredentialSpec_To_v1beta1_ExecCredentialSpec
(
in
*
clientauthentication
.
ExecCredentialSpec
,
out
*
ExecCredentialSpec
,
s
conversion
.
Scope
)
error
{
// WARNING: in.Response requires manual conversion: does not exist in peer-type
// WARNING: in.Interactive requires manual conversion: does not exist in peer-type
return
nil
}
func
autoConvert_v1beta1_ExecCredentialStatus_To_clientauthentication_ExecCredentialStatus
(
in
*
ExecCredentialStatus
,
out
*
clientauthentication
.
ExecCredentialStatus
,
s
conversion
.
Scope
)
error
{
out
.
ExpirationTimestamp
=
(
*
v1
.
Time
)(
unsafe
.
Pointer
(
in
.
ExpirationTimestamp
))
out
.
Token
=
in
.
Token
out
.
ClientCertificateData
=
in
.
ClientCertificateData
out
.
ClientKeyData
=
in
.
ClientKeyData
return
nil
}
// Convert_v1beta1_ExecCredentialStatus_To_clientauthentication_ExecCredentialStatus is an autogenerated conversion function.
func
Convert_v1beta1_ExecCredentialStatus_To_clientauthentication_ExecCredentialStatus
(
in
*
ExecCredentialStatus
,
out
*
clientauthentication
.
ExecCredentialStatus
,
s
conversion
.
Scope
)
error
{
return
autoConvert_v1beta1_ExecCredentialStatus_To_clientauthentication_ExecCredentialStatus
(
in
,
out
,
s
)
}
func
autoConvert_clientauthentication_ExecCredentialStatus_To_v1beta1_ExecCredentialStatus
(
in
*
clientauthentication
.
ExecCredentialStatus
,
out
*
ExecCredentialStatus
,
s
conversion
.
Scope
)
error
{
out
.
ExpirationTimestamp
=
(
*
v1
.
Time
)(
unsafe
.
Pointer
(
in
.
ExpirationTimestamp
))
out
.
Token
=
in
.
Token
out
.
ClientCertificateData
=
in
.
ClientCertificateData
out
.
ClientKeyData
=
in
.
ClientKeyData
return
nil
}
// Convert_clientauthentication_ExecCredentialStatus_To_v1beta1_ExecCredentialStatus is an autogenerated conversion function.
func
Convert_clientauthentication_ExecCredentialStatus_To_v1beta1_ExecCredentialStatus
(
in
*
clientauthentication
.
ExecCredentialStatus
,
out
*
ExecCredentialStatus
,
s
conversion
.
Scope
)
error
{
return
autoConvert_clientauthentication_ExecCredentialStatus_To_v1beta1_ExecCredentialStatus
(
in
,
out
,
s
)
}
staging/src/k8s.io/client-go/pkg/apis/clientauthentication/v1beta1/zz_generated.deepcopy.go
0 → 100644
View file @
20698272
// +build !ignore_autogenerated
/*
Copyright The Kubernetes Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
// Code generated by deepcopy-gen. DO NOT EDIT.
package
v1beta1
import
(
runtime
"k8s.io/apimachinery/pkg/runtime"
)
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func
(
in
*
ExecCredential
)
DeepCopyInto
(
out
*
ExecCredential
)
{
*
out
=
*
in
out
.
TypeMeta
=
in
.
TypeMeta
out
.
Spec
=
in
.
Spec
if
in
.
Status
!=
nil
{
in
,
out
:=
&
in
.
Status
,
&
out
.
Status
if
*
in
==
nil
{
*
out
=
nil
}
else
{
*
out
=
new
(
ExecCredentialStatus
)
(
*
in
)
.
DeepCopyInto
(
*
out
)
}
}
return
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExecCredential.
func
(
in
*
ExecCredential
)
DeepCopy
()
*
ExecCredential
{
if
in
==
nil
{
return
nil
}
out
:=
new
(
ExecCredential
)
in
.
DeepCopyInto
(
out
)
return
out
}
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func
(
in
*
ExecCredential
)
DeepCopyObject
()
runtime
.
Object
{
if
c
:=
in
.
DeepCopy
();
c
!=
nil
{
return
c
}
return
nil
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func
(
in
*
ExecCredentialSpec
)
DeepCopyInto
(
out
*
ExecCredentialSpec
)
{
*
out
=
*
in
return
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExecCredentialSpec.
func
(
in
*
ExecCredentialSpec
)
DeepCopy
()
*
ExecCredentialSpec
{
if
in
==
nil
{
return
nil
}
out
:=
new
(
ExecCredentialSpec
)
in
.
DeepCopyInto
(
out
)
return
out
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func
(
in
*
ExecCredentialStatus
)
DeepCopyInto
(
out
*
ExecCredentialStatus
)
{
*
out
=
*
in
if
in
.
ExpirationTimestamp
!=
nil
{
in
,
out
:=
&
in
.
ExpirationTimestamp
,
&
out
.
ExpirationTimestamp
if
*
in
==
nil
{
*
out
=
nil
}
else
{
*
out
=
(
*
in
)
.
DeepCopy
()
}
}
return
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExecCredentialStatus.
func
(
in
*
ExecCredentialStatus
)
DeepCopy
()
*
ExecCredentialStatus
{
if
in
==
nil
{
return
nil
}
out
:=
new
(
ExecCredentialStatus
)
in
.
DeepCopyInto
(
out
)
return
out
}
staging/src/k8s.io/client-go/pkg/apis/clientauthentication/v1beta1/zz_generated.defaults.go
0 → 100644
View file @
20698272
// +build !ignore_autogenerated
/*
Copyright The Kubernetes Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
// Code generated by defaulter-gen. DO NOT EDIT.
package
v1beta1
import
(
runtime
"k8s.io/apimachinery/pkg/runtime"
)
// RegisterDefaults adds defaulters functions to the given scheme.
// Public to allow building arbitrary schemes.
// All generated defaulters are covering - they call all nested defaulters.
func
RegisterDefaults
(
scheme
*
runtime
.
Scheme
)
error
{
return
nil
}
staging/src/k8s.io/client-go/plugin/pkg/client/auth/exec/BUILD
View file @
20698272
...
@@ -14,6 +14,7 @@ go_library(
...
@@ -14,6 +14,7 @@ go_library(
"//vendor/k8s.io/apimachinery/pkg/runtime/serializer:go_default_library",
"//vendor/k8s.io/apimachinery/pkg/runtime/serializer:go_default_library",
"//vendor/k8s.io/client-go/pkg/apis/clientauthentication:go_default_library",
"//vendor/k8s.io/client-go/pkg/apis/clientauthentication:go_default_library",
"//vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1alpha1:go_default_library",
"//vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1alpha1:go_default_library",
"//vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1beta1:go_default_library",
"//vendor/k8s.io/client-go/tools/clientcmd/api:go_default_library",
"//vendor/k8s.io/client-go/tools/clientcmd/api:go_default_library",
"//vendor/k8s.io/client-go/transport:go_default_library",
"//vendor/k8s.io/client-go/transport:go_default_library",
"//vendor/k8s.io/client-go/util/connrotation:go_default_library",
"//vendor/k8s.io/client-go/util/connrotation:go_default_library",
...
...
staging/src/k8s.io/kube-aggregator/Godeps/Godeps.json
View file @
20698272
...
@@ -1587,6 +1587,10 @@
...
@@ -1587,6 +1587,10 @@
"Rev"
:
"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
"Rev"
:
"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
},
},
{
{
"ImportPath"
:
"k8s.io/client-go/pkg/apis/clientauthentication/v1beta1"
,
"Rev"
:
"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
},
{
"ImportPath"
:
"k8s.io/client-go/pkg/version"
,
"ImportPath"
:
"k8s.io/client-go/pkg/version"
,
"Rev"
:
"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
"Rev"
:
"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
},
},
...
...
staging/src/k8s.io/metrics/Godeps/Godeps.json
View file @
20698272
...
@@ -439,6 +439,10 @@
...
@@ -439,6 +439,10 @@
"Rev"
:
"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
"Rev"
:
"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
},
},
{
{
"ImportPath"
:
"k8s.io/client-go/pkg/apis/clientauthentication/v1beta1"
,
"Rev"
:
"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
},
{
"ImportPath"
:
"k8s.io/client-go/pkg/version"
,
"ImportPath"
:
"k8s.io/client-go/pkg/version"
,
"Rev"
:
"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
"Rev"
:
"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
},
},
...
...
staging/src/k8s.io/sample-apiserver/Godeps/Godeps.json
View file @
20698272
...
@@ -1555,6 +1555,10 @@
...
@@ -1555,6 +1555,10 @@
"Rev"
:
"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
"Rev"
:
"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
},
},
{
{
"ImportPath"
:
"k8s.io/client-go/pkg/apis/clientauthentication/v1beta1"
,
"Rev"
:
"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
},
{
"ImportPath"
:
"k8s.io/client-go/pkg/version"
,
"ImportPath"
:
"k8s.io/client-go/pkg/version"
,
"Rev"
:
"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
"Rev"
:
"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
},
},
...
...
staging/src/k8s.io/sample-controller/Godeps/Godeps.json
View file @
20698272
...
@@ -975,6 +975,10 @@
...
@@ -975,6 +975,10 @@
"Rev"
:
"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
"Rev"
:
"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
},
},
{
{
"ImportPath"
:
"k8s.io/client-go/pkg/apis/clientauthentication/v1beta1"
,
"Rev"
:
"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
},
{
"ImportPath"
:
"k8s.io/client-go/pkg/version"
,
"ImportPath"
:
"k8s.io/client-go/pkg/version"
,
"Rev"
:
"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
"Rev"
:
"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
},
},
...
...
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