Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ReadWritePermission = int32(0666)
ReadWritePermission 666 filesystem permission to be used with a mount path
Functions ¶
func AlwaysTrueComparator ¶ added in v0.3.0
func AlwaysTrueComparator() func(deployed resource.KubernetesResource, requested resource.KubernetesResource) bool
AlwaysTrueComparator returns a comparator that always return 'true'. can be used on use cases where we want to create if not exists, but not update
func Fetch ¶ added in v0.3.0
func Fetch(client client.Client, key types.NamespacedName, instance resource.KubernetesResource, kind string) error
Fetch fetches a single deployed resource and stores it in "instance"
func FetchDeployedResources ¶ added in v0.4.0
func FetchDeployedResources(managedObjectsRef map[string]resource.KubernetesResource, nexus *v1alpha1.Nexus, cli client.Client) ([]resource.KubernetesResource, error)
FetchDeployedResources fetches deployed resources whose Kind is present in "managedObjectsRef"
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.