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
c6499e8d
Commit
c6499e8d
authored
Feb 07, 2018
by
fisherxu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
delete unused generated file
parent
cf830cb9
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
0 additions
and
167 deletions
+0
-167
BUILD
...ng/src/k8s.io/apimachinery/pkg/apis/testapigroup/v1/BUILD
+0
-1
types_swagger_doc_generated.go
...y/pkg/apis/testapigroup/v1/types_swagger_doc_generated.go
+0
-17
BUILD
staging/src/k8s.io/apiserver/pkg/apis/example/v1/BUILD
+0
-1
types_swagger_doc_generated.go
...server/pkg/apis/example/v1/types_swagger_doc_generated.go
+0
-17
BUILD
staging/src/k8s.io/apiserver/pkg/apis/example2/v1/BUILD
+0
-1
types_swagger_doc_generated.go
...erver/pkg/apis/example2/v1/types_swagger_doc_generated.go
+0
-17
zz_generated.conversions.go
...les/apiserver/apis/example/v1/zz_generated.conversions.go
+0
-113
No files found.
staging/src/k8s.io/apimachinery/pkg/apis/testapigroup/v1/BUILD
View file @
c6499e8d
...
...
@@ -14,7 +14,6 @@ go_library(
"generated.pb.go",
"register.go",
"types.go",
"types_swagger_doc_generated.go",
"zz_generated.conversion.go",
"zz_generated.deepcopy.go",
"zz_generated.defaults.go",
...
...
staging/src/k8s.io/apimachinery/pkg/apis/testapigroup/v1/types_swagger_doc_generated.go
deleted
100644 → 0
View file @
cf830cb9
/*
Copyright 2016 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.
*/
package
v1
staging/src/k8s.io/apiserver/pkg/apis/example/v1/BUILD
View file @
c6499e8d
...
...
@@ -14,7 +14,6 @@ go_library(
"generated.pb.go",
"register.go",
"types.go",
"types_swagger_doc_generated.go",
"zz_generated.conversion.go",
"zz_generated.deepcopy.go",
"zz_generated.defaults.go",
...
...
staging/src/k8s.io/apiserver/pkg/apis/example/v1/types_swagger_doc_generated.go
deleted
100644 → 0
View file @
cf830cb9
/*
Copyright 2016 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.
*/
package
v1
staging/src/k8s.io/apiserver/pkg/apis/example2/v1/BUILD
View file @
c6499e8d
...
...
@@ -14,7 +14,6 @@ go_library(
"generated.pb.go",
"register.go",
"types.go",
"types_swagger_doc_generated.go",
"zz_generated.conversion.go",
"zz_generated.deepcopy.go",
"zz_generated.defaults.go",
...
...
staging/src/k8s.io/apiserver/pkg/apis/example2/v1/types_swagger_doc_generated.go
deleted
100644 → 0
View file @
cf830cb9
/*
Copyright 2016 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.
*/
package
v1
staging/src/k8s.io/code-generator/_examples/apiserver/apis/example/v1/zz_generated.conversions.go
deleted
100644 → 0
View file @
cf830cb9
// +build !ignore_autogenerated
/*
Copyright 2017 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.
*/
// This file was autogenerated by conversion-gen. Do not edit it manually!
package
v1
import
(
conversion
"k8s.io/apimachinery/pkg/conversion"
runtime
"k8s.io/apimachinery/pkg/runtime"
example
"k8s.io/code-generator/_examples/apiserver/apis/example"
unsafe
"unsafe"
)
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_v1_TestType_To_example_TestType
,
Convert_example_TestType_To_v1_TestType
,
Convert_v1_TestTypeList_To_example_TestTypeList
,
Convert_example_TestTypeList_To_v1_TestTypeList
,
Convert_v1_TestTypeStatus_To_example_TestTypeStatus
,
Convert_example_TestTypeStatus_To_v1_TestTypeStatus
,
)
}
func
autoConvert_v1_TestType_To_example_TestType
(
in
*
TestType
,
out
*
example
.
TestType
,
s
conversion
.
Scope
)
error
{
out
.
ObjectMeta
=
in
.
ObjectMeta
if
err
:=
Convert_v1_TestTypeStatus_To_example_TestTypeStatus
(
&
in
.
Status
,
&
out
.
Status
,
s
);
err
!=
nil
{
return
err
}
return
nil
}
// Convert_v1_TestType_To_example_TestType is an autogenerated conversion function.
func
Convert_v1_TestType_To_example_TestType
(
in
*
TestType
,
out
*
example
.
TestType
,
s
conversion
.
Scope
)
error
{
return
autoConvert_v1_TestType_To_example_TestType
(
in
,
out
,
s
)
}
func
autoConvert_example_TestType_To_v1_TestType
(
in
*
example
.
TestType
,
out
*
TestType
,
s
conversion
.
Scope
)
error
{
out
.
ObjectMeta
=
in
.
ObjectMeta
if
err
:=
Convert_example_TestTypeStatus_To_v1_TestTypeStatus
(
&
in
.
Status
,
&
out
.
Status
,
s
);
err
!=
nil
{
return
err
}
return
nil
}
// Convert_example_TestType_To_v1_TestType is an autogenerated conversion function.
func
Convert_example_TestType_To_v1_TestType
(
in
*
example
.
TestType
,
out
*
TestType
,
s
conversion
.
Scope
)
error
{
return
autoConvert_example_TestType_To_v1_TestType
(
in
,
out
,
s
)
}
func
autoConvert_v1_TestTypeList_To_example_TestTypeList
(
in
*
TestTypeList
,
out
*
example
.
TestTypeList
,
s
conversion
.
Scope
)
error
{
out
.
ListMeta
=
in
.
ListMeta
out
.
Items
=
*
(
*
[]
example
.
TestType
)(
unsafe
.
Pointer
(
&
in
.
Items
))
return
nil
}
// Convert_v1_TestTypeList_To_example_TestTypeList is an autogenerated conversion function.
func
Convert_v1_TestTypeList_To_example_TestTypeList
(
in
*
TestTypeList
,
out
*
example
.
TestTypeList
,
s
conversion
.
Scope
)
error
{
return
autoConvert_v1_TestTypeList_To_example_TestTypeList
(
in
,
out
,
s
)
}
func
autoConvert_example_TestTypeList_To_v1_TestTypeList
(
in
*
example
.
TestTypeList
,
out
*
TestTypeList
,
s
conversion
.
Scope
)
error
{
out
.
ListMeta
=
in
.
ListMeta
out
.
Items
=
*
(
*
[]
TestType
)(
unsafe
.
Pointer
(
&
in
.
Items
))
return
nil
}
// Convert_example_TestTypeList_To_v1_TestTypeList is an autogenerated conversion function.
func
Convert_example_TestTypeList_To_v1_TestTypeList
(
in
*
example
.
TestTypeList
,
out
*
TestTypeList
,
s
conversion
.
Scope
)
error
{
return
autoConvert_example_TestTypeList_To_v1_TestTypeList
(
in
,
out
,
s
)
}
func
autoConvert_v1_TestTypeStatus_To_example_TestTypeStatus
(
in
*
TestTypeStatus
,
out
*
example
.
TestTypeStatus
,
s
conversion
.
Scope
)
error
{
out
.
Blah
=
in
.
Blah
return
nil
}
// Convert_v1_TestTypeStatus_To_example_TestTypeStatus is an autogenerated conversion function.
func
Convert_v1_TestTypeStatus_To_example_TestTypeStatus
(
in
*
TestTypeStatus
,
out
*
example
.
TestTypeStatus
,
s
conversion
.
Scope
)
error
{
return
autoConvert_v1_TestTypeStatus_To_example_TestTypeStatus
(
in
,
out
,
s
)
}
func
autoConvert_example_TestTypeStatus_To_v1_TestTypeStatus
(
in
*
example
.
TestTypeStatus
,
out
*
TestTypeStatus
,
s
conversion
.
Scope
)
error
{
out
.
Blah
=
in
.
Blah
return
nil
}
// Convert_example_TestTypeStatus_To_v1_TestTypeStatus is an autogenerated conversion function.
func
Convert_example_TestTypeStatus_To_v1_TestTypeStatus
(
in
*
example
.
TestTypeStatus
,
out
*
TestTypeStatus
,
s
conversion
.
Scope
)
error
{
return
autoConvert_example_TestTypeStatus_To_v1_TestTypeStatus
(
in
,
out
,
s
)
}
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