Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RawKubeReconciler ¶
type RawKubeReconciler struct { Deployment *deployment.DeploymentReconciler Service *service.ServiceReconciler Scaler *autoscaler.AutoscalerReconciler URL *knapis.URL // contains filtered or unexported fields }
RawKubeReconciler reconciles the Native K8S Resources
func NewRawKubeReconciler ¶
func NewRawKubeReconciler(client client.Client, clientset kubernetes.Interface, scheme *runtime.Scheme, componentMeta metav1.ObjectMeta, componentExt *v1beta1.ComponentExtensionSpec, podSpec *corev1.PodSpec) (*RawKubeReconciler, error)
NewRawKubeReconciler creates raw kubernetes resource reconciler.
func (*RawKubeReconciler) Reconcile ¶
func (r *RawKubeReconciler) Reconcile() (*appsv1.Deployment, error)
Reconcile ...
Click to show internal directories.
Click to hide internal directories.