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
9f7199d5
Commit
9f7199d5
authored
Dec 09, 2015
by
Brendan Burns
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clean up some dead code.
parent
4bd234b6
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
types.generated.go
pkg/apis/extensions/types.generated.go
+2
-2
types.generated.go
pkg/apis/extensions/v1beta1/types.generated.go
+2
-2
types_swagger_doc_generated.go
pkg/apis/extensions/v1beta1/types_swagger_doc_generated.go
+1
-1
No files found.
pkg/apis/extensions/types.generated.go
View file @
9f7199d5
...
@@ -4040,7 +4040,7 @@ func (x *ThirdPartyResourceData) CodecEncodeSelf(e *codec1978.Encoder) {
...
@@ -4040,7 +4040,7 @@ func (x *ThirdPartyResourceData) CodecEncodeSelf(e *codec1978.Encoder) {
}
else
{
}
else
{
if
yyq328
[
3
]
{
if
yyq328
[
3
]
{
z
.
EncSendContainerState
(
codecSelfer_containerMapKey1234
)
z
.
EncSendContainerState
(
codecSelfer_containerMapKey1234
)
r
.
EncodeString
(
codecSelferC_UTF81234
,
string
(
"
name
"
))
r
.
EncodeString
(
codecSelferC_UTF81234
,
string
(
"
data
"
))
z
.
EncSendContainerState
(
codecSelfer_containerMapValue1234
)
z
.
EncSendContainerState
(
codecSelfer_containerMapValue1234
)
if
x
.
Data
==
nil
{
if
x
.
Data
==
nil
{
r
.
EncodeNil
()
r
.
EncodeNil
()
...
@@ -4134,7 +4134,7 @@ func (x *ThirdPartyResourceData) codecDecodeSelfFromMap(l int, d *codec1978.Deco
...
@@ -4134,7 +4134,7 @@ func (x *ThirdPartyResourceData) codecDecodeSelfFromMap(l int, d *codec1978.Deco
yyv346
:=
&
x
.
ObjectMeta
yyv346
:=
&
x
.
ObjectMeta
yyv346
.
CodecDecodeSelf
(
d
)
yyv346
.
CodecDecodeSelf
(
d
)
}
}
case
"
name
"
:
case
"
data
"
:
if
r
.
TryDecodeAsNil
()
{
if
r
.
TryDecodeAsNil
()
{
x
.
Data
=
nil
x
.
Data
=
nil
}
else
{
}
else
{
...
...
pkg/apis/extensions/v1beta1/types.generated.go
View file @
9f7199d5
...
@@ -4040,7 +4040,7 @@ func (x *ThirdPartyResourceData) CodecEncodeSelf(e *codec1978.Encoder) {
...
@@ -4040,7 +4040,7 @@ func (x *ThirdPartyResourceData) CodecEncodeSelf(e *codec1978.Encoder) {
}
else
{
}
else
{
if
yyq328
[
3
]
{
if
yyq328
[
3
]
{
z
.
EncSendContainerState
(
codecSelfer_containerMapKey1234
)
z
.
EncSendContainerState
(
codecSelfer_containerMapKey1234
)
r
.
EncodeString
(
codecSelferC_UTF81234
,
string
(
"
name
"
))
r
.
EncodeString
(
codecSelferC_UTF81234
,
string
(
"
data
"
))
z
.
EncSendContainerState
(
codecSelfer_containerMapValue1234
)
z
.
EncSendContainerState
(
codecSelfer_containerMapValue1234
)
if
x
.
Data
==
nil
{
if
x
.
Data
==
nil
{
r
.
EncodeNil
()
r
.
EncodeNil
()
...
@@ -4134,7 +4134,7 @@ func (x *ThirdPartyResourceData) codecDecodeSelfFromMap(l int, d *codec1978.Deco
...
@@ -4134,7 +4134,7 @@ func (x *ThirdPartyResourceData) codecDecodeSelfFromMap(l int, d *codec1978.Deco
yyv346
:=
&
x
.
ObjectMeta
yyv346
:=
&
x
.
ObjectMeta
yyv346
.
CodecDecodeSelf
(
d
)
yyv346
.
CodecDecodeSelf
(
d
)
}
}
case
"
name
"
:
case
"
data
"
:
if
r
.
TryDecodeAsNil
()
{
if
r
.
TryDecodeAsNil
()
{
x
.
Data
=
nil
x
.
Data
=
nil
}
else
{
}
else
{
...
...
pkg/apis/extensions/v1beta1/types_swagger_doc_generated.go
View file @
9f7199d5
...
@@ -481,7 +481,7 @@ func (ThirdPartyResource) SwaggerDoc() map[string]string {
...
@@ -481,7 +481,7 @@ func (ThirdPartyResource) SwaggerDoc() map[string]string {
var
map_ThirdPartyResourceData
=
map
[
string
]
string
{
var
map_ThirdPartyResourceData
=
map
[
string
]
string
{
""
:
"An internal object, used for versioned storage in etcd. Not exposed to the end user."
,
""
:
"An internal object, used for versioned storage in etcd. Not exposed to the end user."
,
"metadata"
:
"Standard object metadata."
,
"metadata"
:
"Standard object metadata."
,
"
name
"
:
"Data is the raw JSON data for this data."
,
"
data
"
:
"Data is the raw JSON data for this data."
,
}
}
func
(
ThirdPartyResourceData
)
SwaggerDoc
()
map
[
string
]
string
{
func
(
ThirdPartyResourceData
)
SwaggerDoc
()
map
[
string
]
string
{
...
...
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