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
ff2f127a
Commit
ff2f127a
authored
Dec 16, 2015
by
k8s-merge-robot
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #18483 from brendandburns/3rdparty3
Auto commit by PR queue bot
parents
74b851c5
9f7199d5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
7 deletions
+7
-7
types.generated.go
pkg/apis/extensions/types.generated.go
+2
-2
types.go
pkg/apis/extensions/types.go
+1
-1
types.generated.go
pkg/apis/extensions/v1beta1/types.generated.go
+2
-2
types.go
pkg/apis/extensions/v1beta1/types.go
+1
-1
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 @
ff2f127a
...
@@ -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/types.go
View file @
ff2f127a
...
@@ -182,7 +182,7 @@ type ThirdPartyResourceData struct {
...
@@ -182,7 +182,7 @@ type ThirdPartyResourceData struct {
api
.
ObjectMeta
`json:"metadata,omitempty"`
api
.
ObjectMeta
`json:"metadata,omitempty"`
// Data is the raw JSON data for this data.
// Data is the raw JSON data for this data.
Data
[]
byte
`json:"
name
,omitempty"`
Data
[]
byte
`json:"
data
,omitempty"`
}
}
type
Deployment
struct
{
type
Deployment
struct
{
...
...
pkg/apis/extensions/v1beta1/types.generated.go
View file @
ff2f127a
...
@@ -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.go
View file @
ff2f127a
...
@@ -172,7 +172,7 @@ type ThirdPartyResourceData struct {
...
@@ -172,7 +172,7 @@ type ThirdPartyResourceData struct {
v1
.
ObjectMeta
`json:"metadata,omitempty"`
v1
.
ObjectMeta
`json:"metadata,omitempty"`
// Data is the raw JSON data for this data.
// Data is the raw JSON data for this data.
Data
[]
byte
`json:"
name
,omitempty"`
Data
[]
byte
`json:"
data
,omitempty"`
}
}
// Deployment enables declarative updates for Pods and ReplicationControllers.
// Deployment enables declarative updates for Pods and ReplicationControllers.
...
...
pkg/apis/extensions/v1beta1/types_swagger_doc_generated.go
View file @
ff2f127a
...
@@ -501,7 +501,7 @@ func (ThirdPartyResource) SwaggerDoc() map[string]string {
...
@@ -501,7 +501,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