Skip to content

Commit

Permalink
Merge pull request #5165 from sbueringer/pr-make-topology-controlplan…
Browse files Browse the repository at this point in the history
…e-optional

🌱 Make Cluster topology controlPlane optional
  • Loading branch information
k8s-ci-robot authored Sep 6, 2021
2 parents e2a0b0c + c8e51e3 commit 69755eb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions api/v1alpha4/cluster_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ type Topology struct {
RolloutAfter *metav1.Time `json:"rolloutAfter,omitempty"`

// ControlPlane describes the cluster control plane.
// +optional
ControlPlane ControlPlaneTopology `json:"controlPlane"`

// Workers encapsulates the different constructs that form the worker nodes
Expand Down
1 change: 0 additions & 1 deletion config/crd/bases/cluster.x-k8s.io_clusters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,6 @@ spec:
type: object
required:
- class
- controlPlane
- version
type: object
type: object
Expand Down

0 comments on commit 69755eb

Please sign in to comment.