Version: v0.6.2

NiFi Registry Client

NifiRegistryClient is the Schema for the NiFi registry client API.

apiVersion: nifi.orange.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

NifiRegistryClientsSpec

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-
Last updated on by Alexandre Guitton