Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ResourceTypeNode = servicecommon.ResourceTypeNode MarkedForDelete = true )
Functions ¶
This section is empty.
Types ¶
type NodeService ¶
type NodeService struct { servicecommon.Service NodeStore *NodeStore }
func InitializeNode ¶
func InitializeNode(service servicecommon.Service) (*NodeService, error)
func (*NodeService) SyncNodeStore ¶
func (service *NodeService) SyncNodeStore(nodeName string, deleted bool) error
type NodeStore ¶
type NodeStore struct {
common.ResourceStore
}
NodeStore is a store for node (NSX HostTransportNode)
func (*NodeStore) GetByIndex ¶
func (nodeStore *NodeStore) GetByIndex(key string, value string) []model.HostTransportNode
Click to show internal directories.
Click to hide internal directories.