Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Namespace for services running in the local environment Namespace = "istio-system" // Domain for services running in the local environment Domain = "svc.local" // LocalIPAddress for connections to localhost LocalIPAddress = "127.0.0.1" // LocalCIDR for connections to localhost LocalCIDR = "127.0.0.1/32" )
Variables ¶
View Source
var ( // FullyQualifiedDomainName for local services FullyQualifiedDomainName = fmt.Sprintf("%s.%s", Namespace, Domain) )
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct { // ConfigStore for all deployments. ConfigStore model.ConfigStoreCache }
Manager is a wrapper around a model.ConfigStoreCache that simplifies service creation for the local environment.
func NewManager ¶
func NewManager() *Manager
NewManager creates a new manager with an in-memory ConfigStore.
Click to show internal directories.
Click to hide internal directories.