Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsAssetSecretNotFoundError ¶
IsAssetSecretNotFoundError returns true if the err is a AssetSecretNotFoundError
func IsNoClusterError ¶
IsNoClusterError returns true if the err is a NoClusterSpecifiedError
func NewAssetSecretNotFoundError ¶
NewAssetSecretNotFoundError returns a AssetSecretNotFoundError
func NewNoClusterError ¶
func NewNoClusterError() error
NewNoClusterError returns a NoClusterSpecifiedError
Types ¶
type AssetSecretNotFoundError ¶
AssetSecretNotFoundError is an error when the asset's secret can not be found
func (AssetSecretNotFoundError) Error ¶
func (e AssetSecretNotFoundError) Error() string
Error returns a string representation of the AssetSecretNotFoundError
type NoClusterSpecifiedError ¶
type NoClusterSpecifiedError struct {
Message string
}
NoClusterSpecifiedError is an error when no cluster is specified
func (NoClusterSpecifiedError) Error ¶
func (e NoClusterSpecifiedError) Error() string
Error returns a string representation of the NoClusterSpecifiedError
Click to show internal directories.
Click to hide internal directories.