store

package
v1.5.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 21, 2022 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ServiceIndex    = "service"
	ChildGroupIndex = "childGroup"
)
View Source
const (
	AppliedToGroupIndex   = "appliedToGroup"
	AddressGroupIndex     = "addressGroup"
	PerNamespaceRuleIndex = "hasPerNamespaceRule"
	HasPerNamespaceRule   = "true"
)

Variables

This section is empty.

Functions

func AddressGroupKeyFunc

func AddressGroupKeyFunc(obj interface{}) (string, error)

AddressGroupKeyFunc knows how to get the key of an AddressGroup.

func AppliedToGroupKeyFunc

func AppliedToGroupKeyFunc(obj interface{}) (string, error)

AppliedToGroupKeyFunc knows how to get the key of an AppliedToGroup.

func GroupKeyFunc

func GroupKeyFunc(obj interface{}) (string, error)

GroupKeyFunc knows how to get the key of an Group.

func NetworkPolicyKeyFunc

func NetworkPolicyKeyFunc(obj interface{}) (string, error)

NetworkPolicyKeyFunc knows how to get the key of a NetworkPolicy.

func NewAddressGroupStore

func NewAddressGroupStore() storage.Interface

NewAddressGroupStore creates a store of AddressGroup.

func NewAppliedToGroupStore

func NewAppliedToGroupStore() storage.Interface

NewAppliedToGroupStore creates a store of AppliedToGroup.

func NewGroupStore

func NewGroupStore() storage.Interface

NewGroupStore creates a store of Group.

func NewNetworkPolicyStore

func NewNetworkPolicyStore() storage.Interface

NewNetworkPolicyStore creates a store of NetworkPolicy.

func ToAddressGroupMsg

func ToAddressGroupMsg(in *types.AddressGroup, out *controlplane.AddressGroup, includeBody bool)

ToAddressGroupMsg converts the stored AddressGroup to its message form. If includeBody is true, IPAddresses will be copied.

func ToAppliedToGroupMsg

func ToAppliedToGroupMsg(in *types.AppliedToGroup, out *controlplane.AppliedToGroup, includeBody bool, nodeName *string)

ToAppliedToGroupMsg converts the stored AppliedToGroup to its message form. If includeBody is true, GroupMembers will be copied. If nodeName is provided, only GroupMembers that hosted by the Node will be copied.

func ToNetworkPolicyMsg

func ToNetworkPolicyMsg(in *types.NetworkPolicy, out *controlplane.NetworkPolicy, includeBody bool)

ToNetworkPolicyMsg converts the stored NetworkPolicy to its message form. If includeBody is true, Rules and AppliedToGroups will be copied.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL