Documentation ¶
Index ¶
Constants ¶
View Source
const ( // PprofAddressAPIServer is the default value for pprof in the clustermesh-apiserver PprofAddress = "localhost" // PprofPortClusterMesh is the default value for pprof in the clustermesh-apiserver (clustermesh) PprofPortClusterMesh = 6063 // PprofPortKVStoreMesh is the default value for pprof in clustermesh-apiserver (kvstoremesh) PprofPortKVStoreMesh = 6064 )
Variables ¶
View Source
var DefaultLegacyClusterMeshConfig = LegacyClusterMeshConfig{ Debug: false, CRDWaitTimeout: 5 * time.Minute, }
View Source
var DefaultLegacyKVStoreMeshConfig = LegacyKVStoreMeshConfig{ Debug: false, }
Functions ¶
This section is empty.
Types ¶
type LegacyClusterMeshConfig ¶ added in v1.15.0
LegacyClusterMeshConfig is used to register the flags for the options which are still accessed through the global DaemonConfig variable.
func (LegacyClusterMeshConfig) Flags ¶ added in v1.15.0
func (def LegacyClusterMeshConfig) Flags(flags *pflag.FlagSet)
type LegacyKVStoreMeshConfig ¶ added in v1.15.0
type LegacyKVStoreMeshConfig struct {
Debug bool
}
LegacyKVStoreMeshConfig is used to register the flags for the options which are still accessed through the global DaemonConfig variable.
func (LegacyKVStoreMeshConfig) Flags ¶ added in v1.15.0
func (def LegacyKVStoreMeshConfig) Flags(flags *pflag.FlagSet)
Click to show internal directories.
Click to hide internal directories.