Skip to main content
Version: v0.16.0

NiFi Registry Client

NifiRegistryClient is the Schema for the NiFi registry client API.

apiVersion: nifi.konpyutaika.com/v1alpha1
kind: NifiRegistryClient
metadata:
name: squidflow
spec:
clusterRef:
name: nc
namespace: nifikop
description: "Squidflow demo"
uri: "http://nifi-registry:18080"

NifiRegistryClient​

FieldTypeDescriptionRequiredDefault
metadataObjectMetadatais metadata that all persisted resources must have, which includes all objects registry clients must create.Nonil
specNifiRegistryClientSpecdefines the desired state of NifiRegistryClient.Nonil
statusNifiRegistryClientStatusdefines the observed state of NifiRegistryClient.Nonil

NifiRegistryClientSpec​

FieldTypeDescriptionRequiredDefault
descriptionstringdescribes the Registry client.No-
uristringURI of the NiFi registry that should be used for pulling the flow.Yes-
clusterRefClusterReferencecontains the reference to the NifiCluster with the one the user is linked.Yes-

NifiRegistryClientStatus​

FieldTypeDescriptionRequiredDefault
idstringnifi registry client's id.Yes-
versionint64the last nifi registry client revision version catched.Yes-

RegistryClientReference​

FieldTypeDescriptionRequiredDefault
namestringname of the NifiRegistryClient.Yes-
namespacestringthe NifiRegistryClient namespace location.Yes-