Versions in this module Expand all Collapse all v1 v1.4.11 Aug 31, 2021 v1.4.10 Aug 27, 2021 Changes in this version + var Direction_name = map[int32]string + var Direction_value = map[string]int32 + var File_rule_proto protoreflect.FileDescriptor + var SetType_name = map[int32]string + var SetType_value = map[string]int32 + type Direction int32 + const Direction_EGRESS + const Direction_INGRESS + const Direction_UNDEFINED + func (Direction) Descriptor() protoreflect.EnumDescriptor + func (Direction) EnumDescriptor() ([]byte, []int) + func (Direction) Type() protoreflect.EnumType + func (x Direction) Enum() *Direction + func (x Direction) Number() protoreflect.EnumNumber + func (x Direction) String() string + type RuleResponse struct + Allowed bool + Chain string + DPort int32 + Direction Direction + DstList []*RuleResponse_SetInfo + Protocol string + SPort int32 + SrcList []*RuleResponse_SetInfo + UnsortedIpset map[string]string + func (*RuleResponse) Descriptor() ([]byte, []int) + func (*RuleResponse) ProtoMessage() + func (x *RuleResponse) GetAllowed() bool + func (x *RuleResponse) GetChain() string + func (x *RuleResponse) GetDPort() int32 + func (x *RuleResponse) GetDirection() Direction + func (x *RuleResponse) GetDstList() []*RuleResponse_SetInfo + func (x *RuleResponse) GetProtocol() string + func (x *RuleResponse) GetSPort() int32 + func (x *RuleResponse) GetSrcList() []*RuleResponse_SetInfo + func (x *RuleResponse) GetUnsortedIpset() map[string]string + func (x *RuleResponse) ProtoReflect() protoreflect.Message + func (x *RuleResponse) Reset() + func (x *RuleResponse) String() string + type RuleResponse_SetInfo struct + Contents []string + HashedSetName string + Included bool + Name string + Type SetType + func (*RuleResponse_SetInfo) Descriptor() ([]byte, []int) + func (*RuleResponse_SetInfo) ProtoMessage() + func (x *RuleResponse_SetInfo) GetContents() []string + func (x *RuleResponse_SetInfo) GetHashedSetName() string + func (x *RuleResponse_SetInfo) GetIncluded() bool + func (x *RuleResponse_SetInfo) GetName() string + func (x *RuleResponse_SetInfo) GetType() SetType + func (x *RuleResponse_SetInfo) ProtoReflect() protoreflect.Message + func (x *RuleResponse_SetInfo) Reset() + func (x *RuleResponse_SetInfo) String() string + type SetType int32 + const SetType_CIDRBLOCKS + const SetType_KEYLABELOFNAMESPACE + const SetType_KEYLABELOFPOD + const SetType_KEYVALUELABELOFNAMESPACE + const SetType_KEYVALUELABELOFPOD + const SetType_NAMEDPORTS + const SetType_NAMESPACE + const SetType_NESTEDLABELOFPOD + func (SetType) Descriptor() protoreflect.EnumDescriptor + func (SetType) EnumDescriptor() ([]byte, []int) + func (SetType) Type() protoreflect.EnumType + func (x SetType) Enum() *SetType + func (x SetType) Number() protoreflect.EnumNumber + func (x SetType) String() string