Documentation ¶
Overview ¶
Package sidecar implements adapter's methods.
Index ¶
- func GetCertCNPrefix(proxy models.Proxy, kind models.ProxyKind) string
- func InstallDriver(driverName string) error
- func NewCertCNPrefix(proxyUUID uuid.UUID, kind models.ProxyKind, si identity.ServiceIdentity) string
- func Patch(ctx context.Context) error
- func Register(name string, driver driver.Driver)
- func Start(ctx context.Context) (health.Probes, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCertCNPrefix ¶
GetCertCNPrefix returns a newly generated CommonName for a certificate of the form: <ProxyUUID>.<kind>.<identity> where identity itself is of the form <name>.<namespace>
func InstallDriver ¶
InstallDriver is to serve as an indication of the using sidecar driver
func NewCertCNPrefix ¶
func NewCertCNPrefix(proxyUUID uuid.UUID, kind models.ProxyKind, si identity.ServiceIdentity) string
NewCertCNPrefix returns a newly generated CommonName for a certificate of the form: <ProxyUUID>.<kind>.<identity> where identity itself is of the form <name>.<namespace>
Types ¶
This section is empty.
Directories ¶
Path | Synopsis |
---|---|
Package driver implements Driver's methods.
|
Package driver implements Driver's methods. |
providers
|
|
pipy
Package pipy implements utility routines related to Pipy proxy, and models an instance of a proxy to be able to generate XDS configurations for it.
|
Package pipy implements utility routines related to Pipy proxy, and models an instance of a proxy to be able to generate XDS configurations for it. |
pipy/bootstrap
Package bootstrap implements functionality related to Pipy's bootstrap config.
|
Package bootstrap implements functionality related to Pipy's bootstrap config. |
pipy/client
Package client implements the PipyRepo struct.
|
Package client implements the PipyRepo struct. |
pipy/driver
Package driver implements debugger's methods.
|
Package driver implements debugger's methods. |
pipy/registry
Package registry implements handler's methods.
|
Package registry implements handler's methods. |
pipy/repo
Package repo implements broadcast's methods.
|
Package repo implements broadcast's methods. |
Click to show internal directories.
Click to hide internal directories.