Skip to content

Commit e3e49c8

Browse files
rsmittytalos-bot
authored andcommitted
feat: update imported bootstrap provider package
This PR updates the imported bootstrap provider with the latest release. This allows for use of the configPatches at the control plane provider level as well. Signed-off-by: Spencer Smith <[email protected]>
1 parent b4e5503 commit e3e49c8

File tree

4 files changed

+44
-90
lines changed

4 files changed

+44
-90
lines changed

api/v1alpha3/zz_generated.deepcopy.go

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

config/crd/bases/controlplane.cluster.x-k8s.io_taloscontrolplanes.yaml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,20 @@ spec:
7070
controlplane:
7171
description: TalosConfigSpec defines the desired state of TalosConfig
7272
properties:
73+
configPatches:
74+
items:
75+
properties:
76+
op:
77+
type: string
78+
path:
79+
type: string
80+
value:
81+
x-kubernetes-preserve-unknown-fields: true
82+
required:
83+
- op
84+
- path
85+
type: object
86+
type: array
7387
data:
7488
type: string
7589
generateType:
@@ -80,6 +94,20 @@ spec:
8094
init:
8195
description: TalosConfigSpec defines the desired state of TalosConfig
8296
properties:
97+
configPatches:
98+
items:
99+
properties:
100+
op:
101+
type: string
102+
path:
103+
type: string
104+
value:
105+
x-kubernetes-preserve-unknown-fields: true
106+
required:
107+
- op
108+
- path
109+
type: object
110+
type: array
83111
data:
84112
type: string
85113
generateType:

go.mod

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@ module github.com/talos-systems/cluster-api-control-plane-provider-talos
33
go 1.13
44

55
require (
6+
cloud.google.com/go v0.47.0 // indirect
67
github.com/go-logr/logr v0.1.0
78
github.com/golang/protobuf v1.4.2
89
github.com/onsi/ginkgo v1.12.1
910
github.com/onsi/gomega v1.10.1
1011
github.com/pkg/errors v0.9.1
11-
github.com/talos-systems/cluster-api-bootstrap-provider-talos v0.2.0-alpha.6
12-
github.com/talos-systems/talos/pkg/machinery v0.0.0-20201020161939-d2583e228288
12+
github.com/talos-systems/cluster-api-bootstrap-provider-talos v0.2.0-alpha.8
13+
github.com/talos-systems/talos/pkg/machinery v0.0.0-20201203014938-ed31056d91d0
1314
k8s.io/api v0.18.6
1415
k8s.io/apimachinery v0.18.6
1516
k8s.io/apiserver v0.18.6

0 commit comments

Comments
 (0)