Documentation
¶
Index ¶
- Constants
- func NewHTTPScaledObjectClientset() (*httpv1alpha1.Clientset, error)
- func NewLister(verbose bool) fn.Lister
- func UsesKedaDeployer(annotations map[string]string) bool
- func WaitForHTTPScaledObjectAvailable(ctx context.Context, clientset *versioned.Clientset, namespace string, ...) error
- type Deployer
- type DeployerOpt
- type Describer
- type DescriberOpt
- type Lister
- type Remover
Constants ¶
View Source
const (
KedaDeployerName = "keda"
)
Variables ¶
This section is empty.
Functions ¶
func NewHTTPScaledObjectClientset ¶
func NewHTTPScaledObjectClientset() (*httpv1alpha1.Clientset, error)
func UsesKedaDeployer ¶
Types ¶
type Deployer ¶
func NewDeployer ¶
func NewDeployer(opts ...DeployerOpt) *Deployer
type DeployerOpt ¶
type DeployerOpt func(*Deployer)
func WithDeployerDecorator ¶
func WithDeployerDecorator(decorator deployer.DeployDecorator) DeployerOpt
func WithDeployerVerbose ¶
func WithDeployerVerbose(verbose bool) DeployerOpt
type Describer ¶
type Describer struct {
// contains filtered or unexported fields
}
func NewDescriber ¶
func NewDescriber(verbose bool, opts ...DescriberOpt) *Describer
type DescriberOpt ¶
type DescriberOpt func(*Describer)
func WithDescriberTransport ¶
func WithDescriberTransport(transport http.RoundTripper) DescriberOpt
Click to show internal directories.
Click to hide internal directories.