# Functions
CompareAcls performs an observed to incoming ACL comparison.
ConvertFromJSON performs a json unmarshalling for ACLs.
ConvertToJSON performs a json marshalling for ACLs.
Create creates an ACL from the Kafka side.
Delete creates an ACL from the Kafka side.
Diff performs a Diff of and existing and observed ACL and provides the User with an error string and the difference if one is found.
Generate is used to convert Crossplane AccessControlListParameters to Kafka's AccessControlList.
IsUpToDate returns true if the supplied Kubernetes resource differs from the supplied Kafka ACLs.
List lists all the ACLs in Kafka.
# Structs
AccessControlList is a holistic representation of a Kafka ACL with configurable fields.