Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( RemoteControllerNamespace = v1alpha1.KubernetesApplicationGroupVersionKind.GroupKind().String() + "/namespace" RemoteControllerName = v1alpha1.KubernetesApplicationGroupVersionKind.GroupKind().String() + "/name" RemoteControllerUID = v1alpha1.KubernetesApplicationGroupVersionKind.GroupKind().String() + "/uid" )
Ownership annotations
Functions ¶
func CreatePredicate ¶
func CreatePredicate(event event.CreateEvent) bool
CreatePredicate accepts KubernetesApplicationResources that have been scheduled to a KubernetesTarget.
func Setup ¶ added in v0.9.0
Setup adds a controller that reconciles KubernetesApplicationResources.
func UpdatePredicate ¶
func UpdatePredicate(event event.UpdateEvent) bool
UpdatePredicate accepts KubernetesApplicationResources that have been scheduled to a KubernetesTarget.
Types ¶
type Reconciler ¶
type Reconciler struct {
// contains filtered or unexported fields
}
Reconciler reconciles a Instance object
Click to show internal directories.
Click to hide internal directories.