Documentation ¶
Index ¶
- Variables
- func AJsonFormat(index int, v interface{})
- func AconfigData(response *agent.SyncResponse)
- func Acontainers(response *agent.SyncResponse)
- func AflowAcls(response *agent.SyncResponse)
- func AformatEntries(entry *agent.GPIDSyncEntry) string
- func AformatGlobalEntry(entry *agent.GlobalGPIDEntry) string
- func AformatRVEntry(entry *agent.RipToVip) string
- func AformatRealEntry(entry *agent.RealClientToRealServer) string
- func AformatString(data *agent.Interface) string
- func AgentCheckRegisterCommand() *cobra.Command
- func AgpidAgentRequest(cmd *cobra.Command)
- func AgpidAgentResponse(cmd *cobra.Command)
- func AgpidGlobalTable(cmd *cobra.Command)
- func AipGroups(response *agent.SyncResponse)
- func AplatformData(response *agent.SyncResponse)
- func Aplugin(cmd *cobra.Command)
- func ArealGlobal(cmd *cobra.Command)
- func AripToVip(cmd *cobra.Command)
- func Asegments(response *agent.SyncResponse)
- func AskipInterface(response *agent.SyncResponse)
- func AtapTypes(response *agent.SyncResponse)
- func Execute(version string)
- func JsonFormat(index int, v interface{})
- func RegisterAgentCommand() *cobra.Command
- func RegisterAgentGroupCommand() *cobra.Command
- func RegisterAgentGroupConfigCommand() *cobra.Command
- func RegisterAgentUpgradeCommand() *cobra.Command
- func RegisterCloudCommand() *cobra.Command
- func RegisterDomainAdditionalResourceCommand() *cobra.Command
- func RegisterDomainCommand() *cobra.Command
- func RegisterGenesisCommand() *cobra.Command
- func RegisterPluginCommand() *cobra.Command
- func RegisterPromQLCommand() *cobra.Command
- func RegisterPrometheusCommand() *cobra.Command
- func RegisterRecorderCommand() *cobra.Command
- func RegisterRepoCommand() *cobra.Command
- func RegisterServerCommand() *cobra.Command
- func RegisterSubDomainCommand() *cobra.Command
- func RegisterTrisolarisCommand() *cobra.Command
- func RegisterVPCCommend() *cobra.Command
- func Uint64ToMac(v uint64) net.HardwareAddr
- type AgentCmdExecute
- type AgentParamData
- type AgentSortedAcls
- type CmdExecute
- type Ctl
- type ParamData
- type RebalanceType
- type SortedAcls
- type SubDomainType
Constants ¶
This section is empty.
Variables ¶
View Source
var ( BranchRegex = regexp.MustCompile(`Branch:[\s](.*)`) RevCountRegex = regexp.MustCompile(`RevCount:[\s](.*)`) CommitIDRegex = regexp.MustCompile(`CommitId:[\s](.*)`) )
Functions ¶
func AJsonFormat ¶
func AJsonFormat(index int, v interface{})
func AconfigData ¶
func AconfigData(response *agent.SyncResponse)
func Acontainers ¶
func Acontainers(response *agent.SyncResponse)
func AflowAcls ¶
func AflowAcls(response *agent.SyncResponse)
func AformatEntries ¶
func AformatEntries(entry *agent.GPIDSyncEntry) string
func AformatGlobalEntry ¶
func AformatGlobalEntry(entry *agent.GlobalGPIDEntry) string
func AformatRVEntry ¶
func AformatRealEntry ¶
func AformatRealEntry(entry *agent.RealClientToRealServer) string
func AformatString ¶
func AgpidAgentRequest ¶
func AgpidAgentResponse ¶
func AgpidGlobalTable ¶
func AipGroups ¶
func AipGroups(response *agent.SyncResponse)
func AplatformData ¶
func AplatformData(response *agent.SyncResponse)
func ArealGlobal ¶
func Asegments ¶
func Asegments(response *agent.SyncResponse)
func AskipInterface ¶
func AskipInterface(response *agent.SyncResponse)
func AtapTypes ¶
func AtapTypes(response *agent.SyncResponse)
func JsonFormat ¶
func JsonFormat(index int, v interface{})
func RegisterAgentCommand ¶
func RegisterCloudCommand ¶
func RegisterDomainCommand ¶
func RegisterGenesisCommand ¶
func RegisterPluginCommand ¶
func RegisterPromQLCommand ¶
func RegisterRecorderCommand ¶
func RegisterRepoCommand ¶
func RegisterServerCommand ¶
func RegisterVPCCommend ¶
func Uint64ToMac ¶
func Uint64ToMac(v uint64) net.HardwareAddr
Types ¶
type AgentCmdExecute ¶
type AgentCmdExecute func(response *agent.SyncResponse)
type AgentParamData ¶
type AgentSortedAcls ¶
func (AgentSortedAcls) Len ¶
func (a AgentSortedAcls) Len() int
func (AgentSortedAcls) Less ¶
func (a AgentSortedAcls) Less(i, j int) bool
func (AgentSortedAcls) Swap ¶
func (a AgentSortedAcls) Swap(i, j int)
type CmdExecute ¶
type CmdExecute func(response *trident.SyncResponse)
type SortedAcls ¶
func (SortedAcls) Len ¶
func (a SortedAcls) Len() int
func (SortedAcls) Less ¶
func (a SortedAcls) Less(i, j int) bool
func (SortedAcls) Swap ¶
func (a SortedAcls) Swap(i, j int)
type SubDomainType ¶
type SubDomainType uint8
const ( SubDomainTypeCreate SubDomainType = iota SubDomainTypeUpdate )
Source Files ¶
Click to show internal directories.
Click to hide internal directories.