Documentation ¶
Index ¶
Constants ¶
View Source
const ( APP = "app.kubernetes.io/name" COMPONENT = "app.kubernetes.io/component" VERSION = "app.kubernetes.io/version" PART = "app.kubernetes.io/part-of" MANAGED = "app.kubernetes.io/managed-by" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Resources ¶
type Topology ¶
type Topology struct {
// contains filtered or unexported fields
}
func NewTopology ¶
func NewTopology( clients k8s.Client, vinceLister vince_listers.VinceLister, siteLister vince_listers.SiteLister, statefulSetLister app_listers.StatefulSetLister, serviceLister listers.ServiceLister, secretsLister listers.SecretLister, ) *Topology
Click to show internal directories.
Click to hide internal directories.