Skip to content

Commit

Permalink
[api] fix doc string typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Frostman committed Mar 1, 2024
1 parent 7727162 commit e9e6e8f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions api/wiring/v1alpha2/connection_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ type ConnMCLAG struct {
Links []ServerToSwitchLink `json:"links,omitempty"`
// ServerFacingConnectionConfig defines any server-facing connection (unbundled, bundled, mclag, etc.) configuration
ServerFacingConnectionConfig `json:",inline"`
// Fallback is the optional flag that used to idicate one of the links in LACP port channel to be used as a fallback link
// Fallback is the optional flag that used to indicate one of the links in LACP port channel to be used as a fallback link
Fallback bool `json:"fallback,omitempty"`
}

Expand All @@ -140,7 +140,7 @@ type ConnESLAG struct {
Links []ServerToSwitchLink `json:"links,omitempty"`
// ServerFacingConnectionConfig defines any server-facing connection (unbundled, bundled, eslag, etc.) configuration
ServerFacingConnectionConfig `json:",inline"`
// Fallback is the optional flag that used to idicate one of the links in LACP port channel to be used as a fallback link
// Fallback is the optional flag that used to indicate one of the links in LACP port channel to be used as a fallback link
Fallback bool `json:"fallback,omitempty"`
}

Expand Down
4 changes: 2 additions & 2 deletions config/crd/bases/agent.githedgehog.com_agents.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ spec:
properties:
fallback:
description: Fallback is the optional flag that used to
idicate one of the links in LACP port channel to be used
indicate one of the links in LACP port channel to be used
as a fallback link
type: boolean
links:
Expand Down Expand Up @@ -406,7 +406,7 @@ spec:
properties:
fallback:
description: Fallback is the optional flag that used to
idicate one of the links in LACP port channel to be used
indicate one of the links in LACP port channel to be used
as a fallback link
type: boolean
links:
Expand Down
4 changes: 2 additions & 2 deletions config/crd/bases/wiring.githedgehog.com_connections.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ spec:
server to 2-4 switches with multiple links)
properties:
fallback:
description: Fallback is the optional flag that used to idicate
description: Fallback is the optional flag that used to indicate
one of the links in LACP port channel to be used as a fallback
link
type: boolean
Expand Down Expand Up @@ -250,7 +250,7 @@ spec:
server to pair of switches with multiple links)
properties:
fallback:
description: Fallback is the optional flag that used to idicate
description: Fallback is the optional flag that used to indicate
one of the links in LACP port channel to be used as a fallback
link
type: boolean
Expand Down
4 changes: 2 additions & 2 deletions docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,7 @@ _Appears in:_
| --- | --- |
| `links` _[ServerToSwitchLink](#servertoswitchlink) array_ | Links is the list of server-to-switch links |
| `mtu` _integer_ | MTU is the MTU to be configured on the switch port or port channel |
| `fallback` _boolean_ | Fallback is the optional flag that used to idicate one of the links in LACP port channel to be used as a fallback link |
| `fallback` _boolean_ | Fallback is the optional flag that used to indicate one of the links in LACP port channel to be used as a fallback link |


#### ConnExternal
Expand Down Expand Up @@ -786,7 +786,7 @@ _Appears in:_
| --- | --- |
| `links` _[ServerToSwitchLink](#servertoswitchlink) array_ | Links is the list of server-to-switch links |
| `mtu` _integer_ | MTU is the MTU to be configured on the switch port or port channel |
| `fallback` _boolean_ | Fallback is the optional flag that used to idicate one of the links in LACP port channel to be used as a fallback link |
| `fallback` _boolean_ | Fallback is the optional flag that used to indicate one of the links in LACP port channel to be used as a fallback link |


#### ConnMCLAGDomain
Expand Down

0 comments on commit e9e6e8f

Please sign in to comment.