Skip to content

Commit

Permalink
Fix link to v1alpha4 types
Browse files Browse the repository at this point in the history
Signed-off-by: killianmuldoon <cilliancapi@gmail.com>
  • Loading branch information
killianmuldoon committed Jan 29, 2024
1 parent 6bbcfda commit 8354a56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/proposals/20181121-machine-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ performed in-place or via Node replacement.
## Proposal

This proposal introduces a new API type: Machine. See the full definition in
[machine_types.go](../../api/v1alpha4/machine_types.go).
[machine_types.go](https://github.com/kubernetes-sigs/cluster-api/blob/release-0.4/api/v1alpha4/machine_types.go).

A "Machine" is the declarative spec for a Node, as represented in Kubernetes
core. If a new Machine object is created, a provider-specific controller will
Expand Down

0 comments on commit 8354a56

Please sign in to comment.