cccl

package
v0.0.0-...-0cd9b86 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 14, 2024 License: Apache-2.0, Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CCCLManager

type CCCLManager struct {
	ResourceRequest
	//TODO: Need to remove post CIS2.2
	BIGIPUsername string
	BIGIPPassword string
	BIGIPURL      string
	TrustedCerts  string
	SSLInsecure   bool
	// contains filtered or unexported fields
}

AS3AS3Manager holds all the AS3 orchestration specific config

func NewCCCLManager

func NewCCCLManager(params *Params) *CCCLManager

Create and return a new app manager that meets the Manager interface

func (*CCCLManager) ConfigWriter

func (cm *CCCLManager) ConfigWriter() writer.Writer

func (*CCCLManager) OutputConfigLocked

func (cm *CCCLManager) OutputConfigLocked()

Dump out the Virtual Server configs to a file This function MUST be called with the virtualServers lock held.

type Params

type Params struct {
	ConfigWriter writer.Writer
	EventChan    chan interface{}
	//TODO: Remove this post CIS2.2
	BIGIPUsername string
	BIGIPPassword string
	BIGIPURL      string
	TrustedCerts  string
	SSLInsecure   bool
}

Struct to allow NewManager to receive all or only specific parameters.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL