# Functions
MessageEntry returns a log Entry with additional fields containing request metadata.
NewFileReady returns a Ready that uses the presence of a file on disk to communicate whether the operator is ready.
NodeEntry returns a log Entry with additional fields containing the given node metadata.
ReadBool reads a boolean from the given reader.
ReadBytes reads a byte slice from the given reader.
ReadMap reads a map from the given reader.
ReadSlice reads a fixed length slice from the given reader.
ReadValue reads a value from the given reader.
ReadVarInt reads a signed integer from the given reader.
ReadVarInt32 reads a signed 32-bit integer from the given reader.
ReadVarInt64 reads a signed variable length integer from the given reader.
ReadVarUint reads an unsigned integer from the given reader.
ReadVarUint32 reads an unsigned 32-bit integer from the given reader.
ReadVarUint64 reads an unsigned variable length integer from the given reader.
RequestEntry returns a log Entry with additional fields containing request metadata.
ResponseEntry returns a log Entry with additional fields containing response metadata.
ServiceEntry returns a log Entry with additional fields containing the given service metadata.
SessionEntry returns a log Entry with additional fields containing the given session metadata.
StreamEntry returns a log Entry with additional fields containing the given stream metadata.
WriteBool writes a boolean to the given writer.
WriteBytes writes a byte slice to the given writer.
WriteMap writes a map to the given writer.
WriteSlice writes a slice the the given writer.
WriteValue writes the given value to the given writer.
WriteVarInt writes a signed integer to the given writer.
WriteVarInt32 writes a signed 32-bit integer to the given writer.
WriteVarInt64 writes a signed variable length integer to the given writer.
WriteVarUint writes an unsigned integer to the given writer.
WriteVarUint32 writes an unsigned 32-bit integer to the given writer.
WriteVarUint64 writes an unsigned variable length integer to the given writer.
# Interfaces
Ready holds state about whether the operator is ready and communicates that to a Kubernetes readiness probe.