Documentation ¶
Overview ¶
Package files provides controllers which manage file resources.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EtcFileController ¶
type EtcFileController struct { // Path to /etc directory, read-only filesystem. EtcPath string // Shadow path where actual file will be created and bind mounted into EtcdPath. ShadowPath string // contains filtered or unexported fields }
EtcFileController watches EtcFileSpecs, creates/updates files.
func (*EtcFileController) Inputs ¶
func (ctrl *EtcFileController) Inputs() []controller.Input
Inputs implements controller.Controller interface.
func (*EtcFileController) Name ¶
func (ctrl *EtcFileController) Name() string
Name implements controller.Controller interface.
func (*EtcFileController) Outputs ¶
func (ctrl *EtcFileController) Outputs() []controller.Output
Outputs implements controller.Controller interface.
func (*EtcFileController) Run ¶
func (ctrl *EtcFileController) Run(ctx context.Context, r controller.Runtime, logger *zap.Logger) error
Run implements controller.Controller interface.
Click to show internal directories.
Click to hide internal directories.