package
0.0.0-20211011124331-6a6528ca6d81
Repository: https://github.com/rayyno/k8soperator.git
Documentation: pkg.go.dev
# Functions
BoolPointer generates bool pointer from bool.
ConvertMapStringToMapStringPointer converts a simple map[string]string to map[string]*string.
ConvertStringToInt32 converts the given string to int32.
GetNodeConfig compose the nodeConfig for a given nifi node.
GetNodeImage returns the used node image.
No description provided by the author
Int32Pointer generates int32 pointer from int32.
Int64Pointer generates int64 pointer from int64.
IntPointer generates int pointer from int.
IntstrPointer generate IntOrString pointer from int.
IsSSLEnabledForInternalCommunication checks if ssl is enabled for internal communication.
MapStringStringPointer generates a map[string]*string.
computes the max between 2 ints.
No description provided by the author
MergeLabels merges two given labels.
MonitoringAnnotations returns specific prometheus annotations.
NifiUserSliceContains returns true if list contains s.
ParsePropertiesFormat parses the properties format configuration into map[string]string.
StringPointer generates string pointer from string.
StringSliceContains returns true if list contains s.
StringSliceRemove will remove s from list.