Commit 08f71cd0 authored by Matej Velikonja's avatar Matej Velikonja

fix lint issues

parent fda07d69
......@@ -53,8 +53,9 @@ func (v ProjectCluster) String() string {
return Stringify(v)
}
// PlatformKubernetes represents a GitLab Project Cluster PlatformKubernetes.
type PlatformKubernetes struct {
ApiUrl string `json:"api_url,omitempty"`
APIURL string `json:"api_url,omitempty"`
Token string `json:"token,omitempty"`
CaCert string `json:"ca_cert,omitempty"`
Namespace string `json:"namespace,omitempty"`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment