Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Name = "Cluster-Pipeline" GlobalDiscoveryStage = &pipeline.Stage{ Name: "Global-Resource-Discovery", Concurrent: false, Steps: []pipeline.Step{}, } LocalDiscoveryStage = &pipeline.Stage{ Name: "Local-Resource-Discovery", Concurrent: false, Steps: []pipeline.Step{}, } Subject = "cluster" )
View Source
var NamespaceName []string
Functions ¶
Types ¶
type Cluster ¶
type Cluster struct {
pipeline.StepContext
// contains filtered or unexported fields
}
type Deployment ¶
type Deployment struct {
pipeline.StepContext
// contains filtered or unexported fields
}
Deployment will implement step interface for Deployments
func NewDeployment ¶
func NewDeployment(client *discovery.Client, broker broker.Handler) *Deployment
NewDeployment - constructor
type Namespace ¶
type Namespace struct {
pipeline.StepContext
// contains filtered or unexported fields
}
Namespace will implement step interface for Namespaces
func NewNamespace ¶
NewNamespace - constructor
type Node ¶
type Node struct {
pipeline.StepContext
// contains filtered or unexported fields
}
Node will implement step interface for Nodes
Click to show internal directories.
Click to hide internal directories.