Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Default ok code CodeOk = 0 //Default error code CodeUndefined = "503-10001" //Node error code CodeErrorUpdateNodeMethod = "503-11302" CodeErrorNodeRole = "503-11303" CodeErrorNodeAvailability = "503-11304" CodeGetNodeInfoError = "503-11305" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ContainerStatsStopError ¶
func (*ContainerStatsStopError) Error ¶
func (e *ContainerStatsStopError) Error() string
type CraneError ¶
func (*CraneError) Error ¶
func (e *CraneError) Error() string
type NodeConnError ¶
func (*NodeConnError) Error ¶
func (e *NodeConnError) Error() string
type ServicePortConflictError ¶
type ServicePortConflictError struct { Name string Namespace string PublishedPort string Err error }
func (*ServicePortConflictError) Error ¶
func (e *ServicePortConflictError) Error() string
Click to show internal directories.
Click to hide internal directories.