package
0.0.0-20250127150814-1ca7ded3a4fc
Repository: https://github.com/openfaas/faas-cli.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
GetLogFormatter maps a formatter name to a LogFormatter method.
JSONFormatMessage is a JSON formatting for log messages, the options are ignored and the entire log message json serialized.
KeyValueFormatMessage returns the message in the format "timestamp=<> name=<> instance=<> message=<>".
PlainFormatMessage formats a log message as "<timestamp> <name> (<instance>) <text>".
# Constants
DefaultTemplateRepository contains the Git repo for the official templates.
DefaultTemplatesStore is the URL where the official store can be found.
NoTLSWarn Warning thrown when no SSL/TLS is used.
# Variables
Platform platform variable set at build time.
# Structs
No description provided by the author
Cancel is a struct to hold a reference to a context and cancellation function between closures.
DeployFlags holds flags that are to be added to commands.
No description provided by the author
No description provided by the author
NamespaceCreateFlags holds flags that are to be added to commands.
NamespaceUpdateFlags holds flags that are to be added to commands.
No description provided by the author
No description provided by the author
TemplateInfo is the definition of a template which is part of the store.
# Type aliases
LogFormatter is a function that converts a log message to a string based on the supplied options.