Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
acha-bill committed May 30, 2024
1 parent 9a38e3a commit 5b12006
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions pkg/config/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ type Cluster struct {
// parent to inherit settings from
*Inherit `yaml:",inline"`
// Cluster configuration
Name *string `yaml:"name"`
Namespace *string `yaml:"namespace"`
DisableNamespace *bool `yaml:"disable-namespace"`
UseStaticEndpoints *bool `yaml:"use-static-endpoints"`
APIDomain *string `yaml:"api-domain"`
APIInsecureTLS *bool `yaml:"api-insecure-tls"`
APIScheme *string `yaml:"api-scheme"` `yaml:"debug-api-scheme"`
Funding *Funding `yaml:"funding"`
NodeGroups *map[string]ClusterNodeGroup `yaml:"node-groups"`
Name *string `yaml:"name"`
Namespace *string `yaml:"namespace"`
DisableNamespace *bool `yaml:"disable-namespace"`
UseStaticEndpoints *bool `yaml:"use-static-endpoints"`
APIDomain *string `yaml:"api-domain"`
APIInsecureTLS *bool `yaml:"api-insecure-tls"`
APIScheme *string `yaml:"api-scheme"`
Funding *Funding `yaml:"funding"`
NodeGroups *map[string]ClusterNodeGroup `yaml:"node-groups"`
}

// ClusterNodeGroup represents node group in the cluster
Expand Down

0 comments on commit 5b12006

Please sign in to comment.