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
fe6af209
Unverified
Commit
fe6af209
authored
Jul 21, 2017
by
Jordan Liggitt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Generated files
parent
3cf760c5
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
20 additions
and
4 deletions
+20
-4
zz_generated.conversion.go
pkg/api/v1/zz_generated.conversion.go
+2
-2
zz_generated.deepcopy.go
pkg/api/zz_generated.deepcopy.go
+9
-1
generated.pb.go
staging/src/k8s.io/api/core/v1/generated.pb.go
+0
-0
zz_generated.deepcopy.go
staging/src/k8s.io/api/core/v1/zz_generated.deepcopy.go
+9
-1
No files found.
pkg/api/v1/zz_generated.conversion.go
View file @
fe6af209
...
...
@@ -5101,7 +5101,7 @@ func autoConvert_v1_Taint_To_api_Taint(in *v1.Taint, out *api.Taint, s conversio
out
.
Key
=
in
.
Key
out
.
Value
=
in
.
Value
out
.
Effect
=
api
.
TaintEffect
(
in
.
Effect
)
out
.
TimeAdded
=
in
.
TimeAdded
out
.
TimeAdded
=
(
*
meta_v1
.
Time
)(
unsafe
.
Pointer
(
in
.
TimeAdded
))
return
nil
}
...
...
@@ -5114,7 +5114,7 @@ func autoConvert_api_Taint_To_v1_Taint(in *api.Taint, out *v1.Taint, s conversio
out
.
Key
=
in
.
Key
out
.
Value
=
in
.
Value
out
.
Effect
=
v1
.
TaintEffect
(
in
.
Effect
)
out
.
TimeAdded
=
in
.
TimeAdded
out
.
TimeAdded
=
(
*
meta_v1
.
Time
)(
unsafe
.
Pointer
(
in
.
TimeAdded
))
return
nil
}
...
...
pkg/api/zz_generated.deepcopy.go
View file @
fe6af209
...
...
@@ -5903,7 +5903,15 @@ func (in *TCPSocketAction) DeepCopy() *TCPSocketAction {
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func
(
in
*
Taint
)
DeepCopyInto
(
out
*
Taint
)
{
*
out
=
*
in
in
.
TimeAdded
.
DeepCopyInto
(
&
out
.
TimeAdded
)
if
in
.
TimeAdded
!=
nil
{
in
,
out
:=
&
in
.
TimeAdded
,
&
out
.
TimeAdded
if
*
in
==
nil
{
*
out
=
nil
}
else
{
*
out
=
new
(
v1
.
Time
)
(
*
in
)
.
DeepCopyInto
(
*
out
)
}
}
return
}
...
...
staging/src/k8s.io/api/core/v1/generated.pb.go
View file @
fe6af209
This source diff could not be displayed because it is too large. You can
view the blob
instead.
staging/src/k8s.io/api/core/v1/zz_generated.deepcopy.go
View file @
fe6af209
...
...
@@ -5905,7 +5905,15 @@ func (in *TCPSocketAction) DeepCopy() *TCPSocketAction {
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func
(
in
*
Taint
)
DeepCopyInto
(
out
*
Taint
)
{
*
out
=
*
in
in
.
TimeAdded
.
DeepCopyInto
(
&
out
.
TimeAdded
)
if
in
.
TimeAdded
!=
nil
{
in
,
out
:=
&
in
.
TimeAdded
,
&
out
.
TimeAdded
if
*
in
==
nil
{
*
out
=
nil
}
else
{
*
out
=
new
(
meta_v1
.
Time
)
(
*
in
)
.
DeepCopyInto
(
*
out
)
}
}
return
}
...
...
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