-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This patch introduces schema version v1alpha3. This patch only includes plumbing changes for the API definitions, which, at this time, are a one-for-one copy of v1alpha2. This change allows developers to make updates to the API on main without impacting v1alpha2, which is locked.
- Loading branch information
Showing
388 changed files
with
16,683 additions
and
2,904 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
// Copyright (c) 2020 VMware, Inc. All Rights Reserved. | ||
// Copyright (c) 2020-2024 VMware, Inc. All Rights Reserved. | ||
// SPDX-License-Identifier: Apache-2.0 | ||
|
||
// Package v1alpha1 contains the VM Operator v1alpha1 APIs. | ||
// | ||
// +k8s:openapi-gen=true | ||
// +kubebuilder:object:generate=true | ||
// +groupName=vmoperator.vmware.com | ||
// +k8s:conversion-gen=github.com/vmware-tanzu/vm-operator/api/v1alpha2 | ||
// +k8s:conversion-gen=github.com/vmware-tanzu/vm-operator/api/v1alpha3 | ||
package v1alpha1 |
Oops, something went wrong.