Skip to content

Commit 6638808

Browse files
author
Warren Fernandes
committed
Remove unused TemplateOptions struct
1 parent 2ef4892 commit 6638808

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

cmd/clusterctl/client/repository/template_client.go

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,6 @@ import (
2424
logf "sigs.k8s.io/cluster-api/cmd/clusterctl/log"
2525
)
2626

27-
// TemplateOptions defines a set of well-know variables that all the cluster templates are expected to manage;
28-
// this set of variables defines a simple, day1 experience that will be made accessible via flags in the clusterctl CLI.
29-
// Please note that each provider/each template is allowed to add more variables, but additional variables are exposed
30-
// only via environment variables or the clusterctl configuration file.
31-
type TemplateOptions struct {
32-
ClusterName string
33-
Namespace string
34-
KubernetesVersion string
35-
ControlplaneCount int
36-
WorkerCount int
37-
}
38-
3927
// TemplateClient has methods to work with cluster templates hosted on a provider repository.
4028
// Templates are yaml files to be used for creating a guest cluster.
4129
type TemplateClient interface {

0 commit comments

Comments
 (0)