Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CassandraRuleParser ¶
func CassandraRuleParser(rule *cilium.PortNetworkPolicyRule) []L7NetworkPolicyRule
CassandraRuleParser parses protobuf L7 rules to enforcement objects May panic
Types ¶
type CassandraParser ¶
type CassandraParser struct {
// contains filtered or unexported fields
}
type CassandraParserFactory ¶
type CassandraParserFactory struct{}
func (*CassandraParserFactory) Create ¶
func (pf *CassandraParserFactory) Create(connection *Connection) Parser
type CassandraRule ¶
type CassandraRule struct {
// contains filtered or unexported fields
}
func (*CassandraRule) Matches ¶
func (rule *CassandraRule) Matches(data interface{}) bool
Click to show internal directories.
Click to hide internal directories.