Skip to content

Commit c1fc229

Browse files
committed
Make generate
1 parent 7d54bec commit c1fc229

File tree

4 files changed

+26
-0
lines changed

4 files changed

+26
-0
lines changed

api/v1alpha2/zz_generated.deepcopy.go

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

config/crd/bases/infrastructure.cluster.x-k8s.io_linodemachines.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,16 @@ spec:
264264
x-kubernetes-validations:
265265
- message: Value is immutable
266266
rule: self == oldSelf
267+
networkHelper:
268+
description: |-
269+
NetworkHelper is an option usually enabled on account level. It helps configure networking automatically for instances.
270+
You can use this to enable/disable the network helper for a specific instance.
271+
For more information, see https://techdocs.akamai.com/cloud-computing/docs/automatically-configure-networking
272+
Defaults to true.
273+
type: boolean
274+
x-kubernetes-validations:
275+
- message: Value is immutable
276+
rule: self == oldSelf
267277
osDisk:
268278
description: |-
269279
OSDisk is configuration for the root disk that includes the OS,

config/crd/bases/infrastructure.cluster.x-k8s.io_linodemachinetemplates.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,16 @@ spec:
256256
x-kubernetes-validations:
257257
- message: Value is immutable
258258
rule: self == oldSelf
259+
networkHelper:
260+
description: |-
261+
NetworkHelper is an option usually enabled on account level. It helps configure networking automatically for instances.
262+
You can use this to enable/disable the network helper for a specific instance.
263+
For more information, see https://techdocs.akamai.com/cloud-computing/docs/automatically-configure-networking
264+
Defaults to true.
265+
type: boolean
266+
x-kubernetes-validations:
267+
- message: Value is immutable
268+
rule: self == oldSelf
259269
osDisk:
260270
description: |-
261271
OSDisk is configuration for the root disk that includes the OS,

docs/src/reference/out.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -621,6 +621,7 @@ _Appears in:_
621621
| `firewallRef` _[ObjectReference](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.32/#objectreference-v1-core)_ | FirewallRef is a reference to a firewall object. This makes the linode use the specified firewall. | | |
622622
| `vpcRef` _[ObjectReference](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.32/#objectreference-v1-core)_ | VPCRef is a reference to a LinodeVPC resource. If specified, this takes precedence over<br />the cluster-level VPC configuration for multi-region support. | | |
623623
| `vpcID` _integer_ | VPCID is the ID of an existing VPC in Linode. This allows using a VPC that is not managed by CAPL. | | |
624+
| `networkHelper` _boolean_ | NetworkHelper is an option usually enabled on account level. It helps configure networking automatically for instances.<br />You can use this to enable/disable the network helper for a specific instance.<br />For more information, see https://techdocs.akamai.com/cloud-computing/docs/automatically-configure-networking<br />Defaults to true. | | |
624625

625626

626627
#### LinodeMachineStatus

0 commit comments

Comments
 (0)