Documentation
¶
Index ¶
Constants ¶
View Source
const ( ClusterName = "" //"default" MetricsBindAddress = ":9080" HealthProbeBindAddress = ":9081" PProfAddress = "" ReconcileRate = 10 ReconcileBucket = 100 ReadinessEndpointName = "/readyz" LivenessEndpointName = "/healthz" UnreadyDuration = 30 NlbAccessTypeDEP = "DirectEndpoint" NlbAccessTypeNP = "NodePort" NlbAccessTypeVXL = "VXLan" SeviceTypeALB = "alb" SeviceTypeNLB = "nlb" SeviceTypeBoth = "both" )
Variables ¶
This section is empty.
Functions ¶
func SetOptions ¶
Types ¶
type Options ¶
type Options struct {
ClusterName string
ExternalLB *externalLB.Options
RetryIntervalUnitForErrS int
ForceRmFinalizer bool
Namespaces string
NamespaceList []string
SkipNilSvcDelete bool
MetricsAddr string
HealthProbeAddr string
ReadinessEndpointName string
UnreadyDuration int
LivenessEndpointName string
PProfAddr string
ReconcileRate int
ReconcileBucket int
}
var (
Opts *Options
)
func NewOptions ¶
func NewOptions() *Options
Click to show internal directories.
Click to hide internal directories.