Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeploymentReconciler ¶
type DeploymentReconciler struct { Deployment *appsv1.Deployment // contains filtered or unexported fields }
DeploymentReconciler reconciles the raw kubernetes deployment resource
func NewDeploymentReconciler ¶
func NewDeploymentReconciler(client kclient.Client, scheme *runtime.Scheme, componentMeta metav1.ObjectMeta, componentExt *v1beta1.ComponentExtensionSpec, podSpec *corev1.PodSpec) *DeploymentReconciler
func (*DeploymentReconciler) Reconcile ¶
func (r *DeploymentReconciler) Reconcile() (*appsv1.Deployment, error)
Reconcile ...
Click to show internal directories.
Click to hide internal directories.