Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Type ¶
type Type string
Type describes the authentication type used in a scaler
const ( // APIKeyAuthType is a auth type using an API key APIKeyAuthType Type = "apiKey" // BasicAuthType is a auth type using basic auth BasicAuthType Type = "basic" // TLSAuthType is a auth type using TLS TLSAuthType Type = "tls" // BearerAuthType is a auth type using a bearer token BearerAuthType Type = "bearer" )
Click to show internal directories.
Click to hide internal directories.