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"
|
"k8s.io/kops/upup/pkg/fi/cloudup/terraform"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
// +kops:fitask
|
||||||
type LoadBalancerACL struct {
|
type LoadBalancerACL struct {
|
||||||
ID *string
|
ID *string
|
||||||
Name *string
|
Name *string
|
||||||
|
|
|
||||||
|
|
@ -39,6 +39,7 @@ import (
|
||||||
const CloudTagInstanceGroupRolePrefix = "k8s.io/role/"
|
const CloudTagInstanceGroupRolePrefix = "k8s.io/role/"
|
||||||
|
|
||||||
// AutoscalingGroup provdes the definition for a autoscaling group in aws
|
// AutoscalingGroup provdes the definition for a autoscaling group in aws
|
||||||
|
// +kops:fitask
|
||||||
type AutoscalingGroup struct {
|
type AutoscalingGroup struct {
|
||||||
// Name is the name of the ASG
|
// Name is the name of the ASG
|
||||||
Name *string
|
Name *string
|
||||||
|
|
|
||||||
|
|
@ -34,6 +34,7 @@ import (
|
||||||
const MaxUserDataSize = 16384
|
const MaxUserDataSize = 16384
|
||||||
|
|
||||||
// Instance defines the instance specification
|
// Instance defines the instance specification
|
||||||
|
// +kops:fitask
|
||||||
type Instance struct {
|
type Instance struct {
|
||||||
ID *string
|
ID *string
|
||||||
Lifecycle *fi.Lifecycle
|
Lifecycle *fi.Lifecycle
|
||||||
|
|
|
||||||
|
|
@ -51,6 +51,7 @@ func RetainLaunchConfigurationCount() int {
|
||||||
}
|
}
|
||||||
|
|
||||||
// LaunchConfiguration is the specification for a launch configuration
|
// LaunchConfiguration is the specification for a launch configuration
|
||||||
|
// +kops:fitask
|
||||||
type LaunchConfiguration struct {
|
type LaunchConfiguration struct {
|
||||||
// Name is the name of the configuration
|
// Name is the name of the configuration
|
||||||
Name *string
|
Name *string
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue