Documentation ¶
There is no documentation for this package.
Directories ¶
Path | Synopsis |
---|---|
Package controllers contains code that implements the reconcile pattern, where a specific resource kind is monitored and when a relevant change is detected, it is processed and the appropriate actions are taken to bring the current state to the desired one.
|
Package controllers contains code that implements the reconcile pattern, where a specific resource kind is monitored and when a relevant change is detected, it is processed and the appropriate actions are taken to bring the current state to the desired one. |
internal
|
|
types
Package types contains some types or constants that are used throughout the whole program.
|
Package types contains some types or constants that are used throughout the whole program. |
utils
Package utils contains some utility code that can be reused by many components or whose purpose does not really fit the other packages, so it is moved here to keep some separation of concerns.
|
Package utils contains some utility code that can be reused by many components or whose purpose does not really fit the other packages, so it is moved here to keep some separation of concerns. |
pkg
|
|
cluster
Package cluster contains code that gets information about the cluster where we are running and if it is a managed cluster, e.g.
|
Package cluster contains code that gets information about the cluster where we are running and if it is a managed cluster, e.g. |
servregistry
Package servregistry holds code and types that are useful/implemented by service registries.
|
Package servregistry holds code and types that are useful/implemented by service registries. |
servregistry/aws/cloudmap
Package cloudmap contains code that connects to AWS Cloud Map and manages namespaces, services and instances (endpoints) inside it.
|
Package cloudmap contains code that connects to AWS Cloud Map and manages namespaces, services and instances (endpoints) inside it. |
servregistry/etcd
Package etcd connects to an etcd cluster to perform service registry operations.
|
Package etcd connects to an etcd cluster to perform service registry operations. |
servregistry/gcloud/servicedirectory
Package servicedirectory contains code that connects to Google Cloud Service Directory and performs some actions with specific resources.
|
Package servicedirectory contains code that connects to Google Cloud Service Directory and performs some actions with specific resources. |
Click to show internal directories.
Click to hide internal directories.