Documentation ¶
Index ¶
Constants ¶
View Source
const (
// name of the pod controller finalizer
PodControllerFinalizerName = "pod.firefly.io/finalizer"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PodController ¶
type PodController struct {
// contains filtered or unexported fields
}
func NewPodController ¶
func NewPodController( client kubernetes.Interface, podInformer coreinformers.PodInformer, clusterInformer clusterinformers.ClusterInformer, workerPodsInformer coreinformers.PodInformer, resyncPeriod time.Duration) (*PodController, error)
NewPodController returns a new *Controller.
Click to show internal directories.
Click to hide internal directories.