mirror of https://github.com/kubernetes/kops.git
Add missing fitask markers
This commit is contained in:
parent
b9b9bce43d
commit
d27e805099
|
|
@ -30,6 +30,7 @@ import (
|
|||
"k8s.io/kops/upup/pkg/fi/cloudup/terraform"
|
||||
)
|
||||
|
||||
// +kops:fitask
|
||||
type LoadBalancerACL struct {
|
||||
ID *string
|
||||
Name *string
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -34,6 +34,7 @@ import (
|
|||
const MaxUserDataSize = 16384
|
||||
|
||||
// Instance defines the instance specification
|
||||
// +kops:fitask
|
||||
type Instance struct {
|
||||
ID *string
|
||||
Lifecycle *fi.Lifecycle
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue