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
cf830cb9
Commit
cf830cb9
authored
Feb 07, 2018
by
fisherxu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
regenerated files
parent
0c4e0aee
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
5 deletions
+10
-5
zz_generated.conversion.go
.../pkg/apis/meta/internalversion/zz_generated.conversion.go
+8
-3
generated.pb.go
....io/apimachinery/pkg/apis/testapigroup/v1/generated.pb.go
+0
-0
generated.proto
....io/apimachinery/pkg/apis/testapigroup/v1/generated.proto
+2
-2
No files found.
staging/src/k8s.io/apimachinery/pkg/apis/meta/internalversion/zz_generated.conversion.go
View file @
cf830cb9
// +build !ignore_autogenerated
// +build !ignore_autogenerated
/*
/*
Copyright 201
7
The Kubernetes Authors.
Copyright 201
8
The Kubernetes Authors.
Licensed under the Apache License, Version 2.0 (the "License");
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
you may not use this file except in compliance with the License.
...
@@ -21,10 +21,11 @@ limitations under the License.
...
@@ -21,10 +21,11 @@ limitations under the License.
package
internalversion
package
internalversion
import
(
import
(
unsafe
"unsafe"
v1
"k8s.io/apimachinery/pkg/apis/meta/v1"
v1
"k8s.io/apimachinery/pkg/apis/meta/v1"
conversion
"k8s.io/apimachinery/pkg/conversion"
conversion
"k8s.io/apimachinery/pkg/conversion"
runtime
"k8s.io/apimachinery/pkg/runtime"
runtime
"k8s.io/apimachinery/pkg/runtime"
unsafe
"unsafe"
)
)
func
init
()
{
func
init
()
{
...
@@ -53,7 +54,7 @@ func autoConvert_internalversion_List_To_v1_List(in *List, out *v1.List, s conve
...
@@ -53,7 +54,7 @@ func autoConvert_internalversion_List_To_v1_List(in *List, out *v1.List, s conve
}
}
}
}
}
else
{
}
else
{
out
.
Items
=
make
([]
runtime
.
RawExtension
,
0
)
out
.
Items
=
nil
}
}
return
nil
return
nil
}
}
...
@@ -95,6 +96,8 @@ func autoConvert_internalversion_ListOptions_To_v1_ListOptions(in *ListOptions,
...
@@ -95,6 +96,8 @@ func autoConvert_internalversion_ListOptions_To_v1_ListOptions(in *ListOptions,
out
.
Watch
=
in
.
Watch
out
.
Watch
=
in
.
Watch
out
.
ResourceVersion
=
in
.
ResourceVersion
out
.
ResourceVersion
=
in
.
ResourceVersion
out
.
TimeoutSeconds
=
(
*
int64
)(
unsafe
.
Pointer
(
in
.
TimeoutSeconds
))
out
.
TimeoutSeconds
=
(
*
int64
)(
unsafe
.
Pointer
(
in
.
TimeoutSeconds
))
out
.
Limit
=
in
.
Limit
out
.
Continue
=
in
.
Continue
return
nil
return
nil
}
}
...
@@ -109,5 +112,7 @@ func autoConvert_v1_ListOptions_To_internalversion_ListOptions(in *v1.ListOption
...
@@ -109,5 +112,7 @@ func autoConvert_v1_ListOptions_To_internalversion_ListOptions(in *v1.ListOption
out
.
Watch
=
in
.
Watch
out
.
Watch
=
in
.
Watch
out
.
ResourceVersion
=
in
.
ResourceVersion
out
.
ResourceVersion
=
in
.
ResourceVersion
out
.
TimeoutSeconds
=
(
*
int64
)(
unsafe
.
Pointer
(
in
.
TimeoutSeconds
))
out
.
TimeoutSeconds
=
(
*
int64
)(
unsafe
.
Pointer
(
in
.
TimeoutSeconds
))
out
.
Limit
=
in
.
Limit
out
.
Continue
=
in
.
Continue
return
nil
return
nil
}
}
staging/src/k8s.io/apimachinery/pkg/apis/testapigroup/v1/generated.pb.go
View file @
cf830cb9
This diff is collapsed.
Click to expand it.
staging/src/k8s.io/apimachinery/pkg/apis/testapigroup/v1/generated.proto
View file @
cf830cb9
/*
/*
Copyright 201
7
The Kubernetes Authors.
Copyright 201
8
The Kubernetes Authors.
Licensed under the Apache License, Version 2.0 (the "License");
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
you may not use this file except in compliance with the License.
...
@@ -122,7 +122,7 @@ message CarpSpec {
...
@@ -122,7 +122,7 @@ message CarpSpec {
map
<
string
,
string
>
nodeSelector
=
7
;
map
<
string
,
string
>
nodeSelector
=
7
;
// ServiceAccountName is the name of the ServiceAccount to use to run this carp.
// ServiceAccountName is the name of the ServiceAccount to use to run this carp.
// More info: http
://releases.k8s.io/HEAD/docs/design
/service_accounts.md
// More info: http
s://git.k8s.io/community/contributors/design-proposals/auth
/service_accounts.md
// +optional
// +optional
optional
string
serviceAccountName
=
8
;
optional
string
serviceAccountName
=
8
;
...
...
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