Skip to content

Commit fac8edb

Browse files
Jefftreek8s-publishing-bot
authored andcommitted
v1alpha2 LeaseCandidate API
Kubernetes-commit: 0ce7b688a65a65031c6ee8c616989e4b0be4ce9f
1 parent cbaf5a0 commit fac8edb

9 files changed

+18
-1402
lines changed

Diff for: coordination/v1alpha1/generated.pb.go

-1,036
This file was deleted.

Diff for: coordination/v1alpha1/generated.proto

-105
This file was deleted.

Diff for: coordination/v1alpha1/types_swagger_doc_generated.go

-64
This file was deleted.

Diff for: coordination/v1alpha1/zz_generated.deepcopy.go

-116
This file was deleted.

Diff for: coordination/v1alpha1/zz_generated.prerelease-lifecycle.go

-58
This file was deleted.

Diff for: coordination/v1alpha1/doc.go renamed to coordination/v1alpha2/doc.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ limitations under the License.
2121

2222
// +groupName=coordination.k8s.io
2323

24-
package v1alpha1 // import "k8s.io/api/coordination/v1alpha1"
24+
package v1alpha2 // import "k8s.io/api/coordination/v1alpha2"

Diff for: coordination/v1alpha1/register.go renamed to coordination/v1alpha2/register.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2018 The Kubernetes Authors.
2+
Copyright 2024 The Kubernetes Authors.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.
@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
1414
limitations under the License.
1515
*/
1616

17-
package v1alpha1
17+
package v1alpha2
1818

1919
import (
2020
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
@@ -26,7 +26,7 @@ import (
2626
const GroupName = "coordination.k8s.io"
2727

2828
// SchemeGroupVersion is group version used to register these objects
29-
var SchemeGroupVersion = schema.GroupVersion{Group: GroupName, Version: "v1alpha1"}
29+
var SchemeGroupVersion = schema.GroupVersion{Group: GroupName, Version: "v1alpha2"}
3030

3131
// Resource takes an unqualified resource and returns a Group qualified GroupResource
3232
func Resource(resource string) schema.GroupResource {

0 commit comments

Comments
 (0)