Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Coordinator ¶
type Coordinator struct {
// contains filtered or unexported fields
}
func New ¶
func New(config Config) (*Coordinator, error)
func (*Coordinator) Close ¶
func (s *Coordinator) Close() error
type MetadataProviderImpl ¶
type MetadataProviderImpl string
var ( Memory MetadataProviderImpl = "memory" Configmap MetadataProviderImpl = "configmap" File MetadataProviderImpl = "file" )
func (*MetadataProviderImpl) Set ¶
func (m *MetadataProviderImpl) Set(s string) error
func (*MetadataProviderImpl) String ¶
func (m *MetadataProviderImpl) String() string
func (*MetadataProviderImpl) Type ¶
func (*MetadataProviderImpl) Type() string
Click to show internal directories.
Click to hide internal directories.