Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FullCluster ¶
type FullCluster struct {
Cluster ybmclient.ClusterData
//VPC details "vpcid" => details
Vpc map[string]ybmclient.SingleTenantVpcDataResponse
//AllowList Attach to the cluster
AllowList []ybmclient.NetworkAllowListData
//Nodes of the cluster
Nodes []ybmclient.NodeData
}
This struct is an attempt to consilidate Cluster information VPC, NetworkAllowList etc..
func NewFullCluster ¶
func NewFullCluster(authApi ybmAuthClient.AuthApiClient, clusterData ybmclient.ClusterData) *FullCluster
func (*FullCluster) SetAllowLists ¶
func (f *FullCluster) SetAllowLists(authApi ybmAuthClient.AuthApiClient)
func (*FullCluster) SetNodes ¶ added in v0.0.15
func (f *FullCluster) SetNodes(authApi ybmAuthClient.AuthApiClient)
func (*FullCluster) SetVPCs ¶
func (f *FullCluster) SetVPCs(authApi ybmAuthClient.AuthApiClient)
Click to show internal directories.
Click to hide internal directories.