Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Context ¶
type Context struct { Client ContextClient Status ContextStatus }
type ContextClient ¶
type ContextClient struct {
TenantCluster ContextClientTenantCluster
}
type ContextClientTenantCluster ¶
type ContextClientTenantCluster struct { G8s versioned.Interface K8s kubernetes.Interface }
type ContextStatus ¶
type ContextStatus struct {
Worker ContextStatusWorker
}
type ContextStatusWorker ¶
type ContextStatusWorker struct {
Nodes int
}
Click to show internal directories.
Click to hide internal directories.