Documentation ¶
Index ¶
Constants ¶
View Source
const ( ModeServer = "server" ModeClient = "client" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct { Cluster string Zone string Region string Mode string HealthProbeListenAddress string APIServerListenAddress string APIServerAddress string TLSKeyFile string TLSCertFile string TLSCACertFile string ClusterExpireTime time.Duration ServiceImportInterval time.Duration AllowCreateNamespace bool Manager ctrlpkg.Manager ClusterStore *types.ClusterStore APIServer *http.Server Client fclient.Interface ExportGlobalService types.ExportGlobalServiceFunc RevokeGlobalService types.RevokeGlobalServiceFunc }
Click to show internal directories.
Click to hide internal directories.