File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
cmd/clusterctl/client/repository Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff 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.
4129type TemplateClient interface {
You can’t perform that action at this time.
0 commit comments