Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Applier ¶
Applier gives an opportunity to the caller to initialize a deployment artifact before it is created or updated.
type Interface ¶
type Interface interface {
Name() string
IsAvailable() (available bool, err error)
Get() (object runtime.Object, accessor metav1.Object, err error)
Ensure(parent, child Applier, generations []operatorsv1.GenerationStatus) (object runtime.Object, accessor metav1.Object, err error)
}
func NewDaemonSetInstall ¶
func NewDaemonSetInstall(lister listersappsv1.DaemonSetLister, oc operatorruntime.OperandContext, asset *asset.Asset, client kubernetes.Interface, recorder events.Recorder) Interface
Click to show internal directories.
Click to hide internal directories.