Skip to content

Commit 19c87dc

Browse files
committed
NO-JIRA: Fix Infrastructure PlatformType comment
The comment for the config/v1/Infrastructure.Spec.PlatformSpec.Type was outdated with respect to the consts defined for the PlatformType typedef. Update.
1 parent 6fb7fda commit 19c87dc

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

config/v1/types_infrastructure.go

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -302,9 +302,10 @@ type PlatformSpec struct {
302302
// balancers, dynamic volume provisioning, machine creation and deletion, and
303303
// other integrations are enabled. If None, no infrastructure automation is
304304
// enabled. Allowed values are "AWS", "Azure", "BareMetal", "GCP", "Libvirt",
305-
// "OpenStack", "VSphere", "oVirt", "KubeVirt", "EquinixMetal", "PowerVS",
306-
// "AlibabaCloud", "Nutanix" and "None". Individual components may not support all platforms,
307-
// and must handle unrecognized platforms as None if they do not support that platform.
305+
// "OpenStack", "VSphere", "oVirt", "IBMCloud", "KubeVirt", "EquinixMetal",
306+
// "PowerVS", "AlibabaCloud", "Nutanix", "External", and "None". Individual
307+
// components may not support all platforms, and must handle unrecognized
308+
// platforms as None if they do not support that platform.
308309
//
309310
// +unionDiscriminator
310311
Type PlatformType `json:"type"`

0 commit comments

Comments
 (0)