forked from kubernetes-sigs/cluster-api-provider-vsphere
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ vm-operator: migrate to v1alpha2 (kubernetes-sigs#3029)
* vm-operator: migrate to v1alpha2 * config: bump vm-operator crds * review fixes * review fixes
- Loading branch information
Showing
38 changed files
with
5,209 additions
and
841 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Integration tests | ||
|
||
The [crds](./crds/) are copied from the vm-operators version which is consumed as go module. | ||
|
||
These should get updated when bumping the vm-operator dependency. | ||
|
||
To sync the new CRD's use the following script **and** update `kustomization.yaml` accordingly. | ||
|
||
```sh | ||
make clean-vm-operator checkout-vm-operator | ||
rm -r config/deployments/integration-tests/crds | ||
cp -r test/infrastructure/vm-operator/vm-operator.tmp/config/crd/bases config/deployments/integration-tests/crds | ||
|
||
make clean-vm-operator | ||
``` |
446 changes: 380 additions & 66 deletions
446
...deployments/integration-tests/crds/vmoperator.vmware.com_clustervirtualmachineimages.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
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
Oops, something went wrong.