File tree Expand file tree Collapse file tree 5 files changed +2
-6
lines changed
docs/book/src/multiversion-tutorial/testdata/project/config Expand file tree Collapse file tree 5 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 52
52
- name : Setup Go
53
53
uses : actions/setup-go@v5
54
54
with :
55
- go-version : " 1.19 "
55
+ go-version : " 1.20 "
56
56
- name : Generate the coverage output
57
57
run : make test-coverage
58
58
- name : Send the coverage output
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ kind: CustomResourceDefinition
4
4
metadata :
5
5
annotations :
6
6
controller-gen.kubebuilder.io/version : v0.12.0
7
- creationTimestamp : null
8
7
name : cronjobs.batch.tutorial.kubebuilder.io
9
8
spec :
10
9
group : batch.tutorial.kubebuilder.io
Original file line number Diff line number Diff line change 2
2
apiVersion : rbac.authorization.k8s.io/v1
3
3
kind : ClusterRole
4
4
metadata :
5
- creationTimestamp : null
6
5
name : manager-role
7
6
rules :
8
7
- apiGroups :
Original file line number Diff line number Diff line change 2
2
apiVersion : admissionregistration.k8s.io/v1
3
3
kind : MutatingWebhookConfiguration
4
4
metadata :
5
- creationTimestamp : null
6
5
name : mutating-webhook-configuration
7
6
webhooks :
8
7
- admissionReviewVersions :
@@ -29,7 +28,6 @@ webhooks:
29
28
apiVersion : admissionregistration.k8s.io/v1
30
29
kind : ValidatingWebhookConfiguration
31
30
metadata :
32
- creationTimestamp : null
33
31
name : validating-webhook-configuration
34
32
webhooks :
35
33
- admissionReviewVersions :
Original file line number Diff line number Diff line change 1
- exampleTargetexampleCodeexampleCodeexampleCodeexampleCodeexampleCodeexampleCodeexampleCode
1
+ exampleTargetexampleCodeexampleCodeexampleCodeexampleCodeexampleCodeexampleCodeexampleCodeexampleCode
You can’t perform that action at this time.
0 commit comments