Documentation
¶
Index ¶
- func GetImage(component, version string) string
- func InitComponent(ctx context.Context, opts *InitComponentOpts) error
- func MyComponentNamespace() string
- func MyComponentUID() string
- func OcteliumComponent(arg string) string
- func RuntimeID() string
- func RuntimeStartedAt() time.Time
- func SetComponentNamespace(arg ComponentNamespace)
- func SetComponentType(arg ComponentNamespace)
- type ComponentNamespace
- type ComponentType
- type InitComponentOpts
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitComponent ¶
func InitComponent(ctx context.Context, opts *InitComponentOpts) error
func MyComponentNamespace ¶
func MyComponentNamespace() string
func MyComponentUID ¶
func MyComponentUID() string
func OcteliumComponent ¶
func RuntimeStartedAt ¶
func SetComponentNamespace ¶
func SetComponentNamespace(arg ComponentNamespace)
func SetComponentType ¶
func SetComponentType(arg ComponentNamespace)
Types ¶
type ComponentNamespace ¶
type ComponentNamespace = string
const ComponentNamespaceOctelium ComponentNamespace = "octelium"
type ComponentType ¶
type ComponentType = string
const APIServer ComponentType = "apiserver"
const AuthServer ComponentType = "authserver"
const DNSServer ComponentType = "dnsserver"
const GWAgent ComponentType = "gwagent"
const Genesis ComponentType = "genesis"
const Ingress ComponentType = "ingress"
const IngressDataPlane ComponentType = "ingress-dataplane"
const Nocturne ComponentType = "nocturne"
const NodeInit ComponentType = "nodeinit"
const Octovigil ComponentType = "octovigil"
const Portal ComponentType = "portal"
const RscServer ComponentType = "rscserver"
const Vigil ComponentType = "vigil"
func MyComponentType ¶
func MyComponentType() ComponentType
type InitComponentOpts ¶
type InitComponentOpts struct { }
Click to show internal directories.
Click to hide internal directories.