Documentation
¶
Index ¶
- Constants
- func NewTkeCluster(clusterId, tkeClusterId, tkeClusterRegion string) external_cluster.ExternalCluster
- type BindMasterVipLoadBalanceResponse
- type BindMasterVipLoadBalancerArgs
- type Client
- type DescribeClusterSecurityInfoArgs
- type DescribeClusterSecurityInfoRespData
- type DescribeClusterSecurityInfoResponse
- type GetMasterVipArgs
- type GetMasterVipRespData
- type GetMasterVipResponse
- type Response
Constants ¶
View Source
const ( TkeSdkToGetCredentials = "DescribeClusterSecurityInfo" TkeSdkToBindLb = "BindMasterVipLoadBalancer" TkeSdkToGetMasterVip = "GetMasterVip" HttpScheme = "https://" TkeClusterPort = ":443" )
Variables ¶
This section is empty.
Functions ¶
func NewTkeCluster ¶
func NewTkeCluster(clusterId, tkeClusterId, tkeClusterRegion string) external_cluster.ExternalCluster
Types ¶
type BindMasterVipLoadBalanceResponse ¶
type BindMasterVipLoadBalanceResponse struct { Response Data interface{} }
type DescribeClusterSecurityInfoArgs ¶
type DescribeClusterSecurityInfoArgs struct {
ClusterId string `qcloud_arg:"clusterId"`
}
type DescribeClusterSecurityInfoRespData ¶
type DescribeClusterSecurityInfoRespData struct { UserName string `json:"userName"` Domain string `json:"domain"` CertificationAuthority string `json:"certificationAuthority"` PgwEndpoint string `json:"pgwEndpoint"` ClusterExternalEndpoint string `json:"clusterExternalEndpoint"` Password string `json:"password"` }
type DescribeClusterSecurityInfoResponse ¶
type DescribeClusterSecurityInfoResponse struct { Response Data DescribeClusterSecurityInfoRespData `json:"data"` }
type GetMasterVipArgs ¶
type GetMasterVipArgs struct {
ClusterId string `qcloud_arg:"clusterId"`
}
type GetMasterVipRespData ¶
type GetMasterVipRespData struct {
Status string `json:"status"`
}
type GetMasterVipResponse ¶
type GetMasterVipResponse struct { Response Data GetMasterVipRespData }
Click to show internal directories.
Click to hide internal directories.