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
347d53ff
Commit
347d53ff
authored
Oct 09, 2015
by
Chao Xu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
v1alpa1->v1beta1
parent
67f316dd
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
12 additions
and
12 deletions
+12
-12
group_version_test.go
pkg/api/util/group_version_test.go
+1
-1
schema_test.go
pkg/api/validation/schema_test.go
+1
-1
install.go
pkg/apis/extensions/install/install.go
+1
-1
conversion.go
pkg/apis/extensions/v1beta1/conversion.go
+1
-1
conversion_generated.go
pkg/apis/extensions/v1beta1/conversion_generated.go
+1
-1
deep_copy_generated.go
pkg/apis/extensions/v1beta1/deep_copy_generated.go
+1
-1
defaults.go
pkg/apis/extensions/v1beta1/defaults.go
+1
-1
defaults_test.go
pkg/apis/extensions/v1beta1/defaults_test.go
+1
-1
register.go
pkg/apis/extensions/v1beta1/register.go
+1
-1
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
unversioned_test.go
pkg/conversion/unversioned_test.go
+1
-1
No files found.
pkg/api/util/group_version_test.go
View file @
347d53ff
...
...
@@ -29,7 +29,7 @@ func TestGetVersion(t *testing.T) {
},
{
"extensions/v1beta1"
,
"v1
alph
a1"
,
"v1
bet
a1"
,
},
}
for
_
,
test
:=
range
testCases
{
...
...
pkg/api/validation/schema_test.go
View file @
347d53ff
...
...
@@ -136,7 +136,7 @@ func TestVersionRegex(t *testing.T) {
match
:
true
,
},
{
typeName
:
"v1
alph
a1.Binding"
,
typeName
:
"v1
bet
a1.Binding"
,
match
:
true
,
},
{
...
...
pkg/apis/extensions/install/install.go
View file @
347d53ff
...
...
@@ -81,7 +81,7 @@ func interfacesFor(version string) (*meta.VersionInterfaces, error) {
switch
version
{
case
"extensions/v1beta1"
:
return
&
meta
.
VersionInterfaces
{
Codec
:
v1
alph
a1
.
Codec
,
Codec
:
v1
bet
a1
.
Codec
,
ObjectConvertor
:
api
.
Scheme
,
MetadataAccessor
:
accessor
,
},
nil
...
...
pkg/apis/extensions/v1beta1/conversion.go
View file @
347d53ff
...
...
@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
package
v1
alph
a1
package
v1
bet
a1
import
(
"reflect"
...
...
pkg/apis/extensions/v1beta1/conversion_generated.go
View file @
347d53ff
...
...
@@ -16,7 +16,7 @@ limitations under the License.
// DO NOT EDIT. THIS FILE IS AUTO-GENERATED BY $KUBEROOT/hack/update-generated-conversions.sh
package
v1
alph
a1
package
v1
bet
a1
import
(
reflect
"reflect"
...
...
pkg/apis/extensions/v1beta1/deep_copy_generated.go
View file @
347d53ff
...
...
@@ -16,7 +16,7 @@ limitations under the License.
// DO NOT EDIT. THIS FILE IS AUTO-GENERATED BY $KUBEROOT/hack/update-generated-deep-copies.sh.
package
v1
alph
a1
package
v1
bet
a1
import
(
time
"time"
...
...
pkg/apis/extensions/v1beta1/defaults.go
View file @
347d53ff
...
...
@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
package
v1
alph
a1
package
v1
bet
a1
import
(
"k8s.io/kubernetes/pkg/api"
...
...
pkg/apis/extensions/v1beta1/defaults_test.go
View file @
347d53ff
...
...
@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
package
v1
alph
a1
package
v1
bet
a1
import
(
"reflect"
...
...
pkg/apis/extensions/v1beta1/register.go
View file @
347d53ff
...
...
@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
package
v1
alph
a1
package
v1
bet
a1
import
(
"k8s.io/kubernetes/pkg/api"
...
...
pkg/apis/extensions/v1beta1/types.go
View file @
347d53ff
...
...
@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
package
v1
alph
a1
package
v1
bet
a1
import
(
"k8s.io/kubernetes/pkg/api/resource"
...
...
pkg/apis/extensions/v1beta1/types_swagger_doc_generated.go
View file @
347d53ff
...
...
@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
package
v1
alph
a1
package
v1
bet
a1
// This file contains a collection of methods that can be used from go-resful to
// generate Swagger API documentation for its models. Please read this PR for more
...
...
pkg/conversion/unversioned_test.go
View file @
347d53ff
...
...
@@ -65,7 +65,7 @@ func TestV1EncodeDecodeStatus(t *testing.T) {
func
TestExperimentalEncodeDecodeStatus
(
t
*
testing
.
T
)
{
// TODO: caesarxuchao: use the testapi.Experimental.Codec() once the PR that
// moves experimental from v1 to v1
alph
a1 got merged.
// moves experimental from v1 to v1
bet
a1 got merged.
// expCodec := testapi.Experimental.Codec()
expCodec
:=
runtime
.
CodecFor
(
api
.
Scheme
,
"extensions/v1beta1"
)
encoded
,
err
:=
expCodec
.
Encode
(
status
)
...
...
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