Add missing fitask markers

This commit is contained in:
John Gardiner Myers 2020-07-26 23:37:45 -07:00
parent b9b9bce43d
commit d27e805099
4 changed files with 4 additions and 0 deletions

View File

@ -30,6 +30,7 @@ import (
"k8s.io/kops/upup/pkg/fi/cloudup/terraform"
)
// +kops:fitask
type LoadBalancerACL struct {
ID *string
Name *string

View File

@ -39,6 +39,7 @@ import (
const CloudTagInstanceGroupRolePrefix = "k8s.io/role/"
// AutoscalingGroup provdes the definition for a autoscaling group in aws
// +kops:fitask
type AutoscalingGroup struct {
// Name is the name of the ASG
Name *string

View File

@ -34,6 +34,7 @@ import (
const MaxUserDataSize = 16384
// Instance defines the instance specification
// +kops:fitask
type Instance struct {
ID *string
Lifecycle *fi.Lifecycle

View File

@ -51,6 +51,7 @@ func RetainLaunchConfigurationCount() int {
}
// LaunchConfiguration is the specification for a launch configuration
// +kops:fitask
type LaunchConfiguration struct {
// Name is the name of the configuration
Name *string