Skip to content

Commit

Permalink
Add missing fitask markers
Browse files Browse the repository at this point in the history
  • Loading branch information
johngmyers committed Jul 28, 2020
1 parent b9b9bce commit d27e805
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions upup/pkg/fi/cloudup/alitasks/loadbalanceracl.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ import (
"k8s.io/kops/upup/pkg/fi/cloudup/terraform"
)

// +kops:fitask
type LoadBalancerACL struct {
ID *string
Name *string
Expand Down
1 change: 1 addition & 0 deletions upup/pkg/fi/cloudup/awstasks/autoscalinggroup.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions upup/pkg/fi/cloudup/awstasks/instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ import (
const MaxUserDataSize = 16384

// Instance defines the instance specification
// +kops:fitask
type Instance struct {
ID *string
Lifecycle *fi.Lifecycle
Expand Down
1 change: 1 addition & 0 deletions upup/pkg/fi/cloudup/awstasks/launchconfiguration.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d27e805

Please sign in to comment.