Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContainerLogStreamStatus ¶
type ContainerLogStreamStatus = v1alpha1.ContainerLogStreamStatus
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
Reconciles the PodLogStream API object.
Collects logs from deployed containers.
func NewController ¶
func (*Controller) CreateBuilder ¶ added in v0.20.9
func (*Controller) Reconcile ¶
func (c *Controller) Reconcile(ctx context.Context, req reconcile.Request) (reconcile.Result, error)
Reconcile the given stream against what we're currently tracking.
func (*Controller) TearDown ¶
func (c *Controller) TearDown(ctx context.Context)
type ObjectMeta ¶
type ObjectMeta = metav1.ObjectMeta
type PodLogStream ¶
type PodLogStream = v1alpha1.PodLogStream
type PodLogStreamSpec ¶
type PodLogStreamSpec = v1alpha1.PodLogStreamSpec
type PodLogStreamStatus ¶
type PodLogStreamStatus = v1alpha1.PodLogStreamStatus
type PodSource ¶
type PodSource struct {
// contains filtered or unexported fields
}
Helper struct that captures Pod changes and queues up a Reconcile() call for any PodLogStream watching that pod.
func NewPodSource ¶
Click to show internal directories.
Click to hide internal directories.