Skip to content

Commit

Permalink
[Fix] Fix CertCluster struct
Browse files Browse the repository at this point in the history
  • Loading branch information
muneeb-jan committed Jan 15, 2025
1 parent 274cd40 commit cf48e5f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openstack/cce/v3/clusters/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,8 @@ type CertCluster struct {
Server string `json:"server"`
// Certificate data
CertAuthorityData string `json:"certificate-authority-data,omitempty"`
// Whether to skip the server certificate verification. If the cluster type is externalCluster, the value is true.
InsecureSkipTLSVerify bool `json:"insecure-skip-tls-verify,omitempty"`
}

type CertUsers struct {
Expand Down

0 comments on commit cf48e5f

Please sign in to comment.