Skip to content

Commit 80c712c

Browse files
authored
Merge pull request #20 from weaveworks/drop-v1alpha2
Remove all traces of v1alpha2
2 parents 6fed75b + 1118b93 commit 80c712c

19 files changed

+248
-7744
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Secrets will be re-synced to leaf clusters when updated
7373
### Example
7474

7575
```yaml
76-
apiVersion: capi.weave.works/v1alpha2
76+
apiVersion: capi.weave.works/v1alpha1
7777
kind: SecretSync
7878
metadata:
7979
name: my-dev-secret-syncer

api/v1alpha2/secretsync_types.go renamed to api/v1alpha1/secretsync_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package v1alpha2
1+
package v1alpha1
22

33
import (
44
v1 "k8s.io/api/core/v1"

api/v1alpha1/zz_generated.deepcopy.go

Lines changed: 98 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/v1alpha2/clusterbootstrapconfig_types.go

Lines changed: 0 additions & 124 deletions
This file was deleted.

api/v1alpha2/clusterbootstrapconfig_types_test.go

Lines changed: 0 additions & 38 deletions
This file was deleted.

api/v1alpha2/groupversion_info.go

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)