groups

package
v1.15.4 Latest Latest
Warning

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

Go to latest
Published: Apr 11, 2024 License: Apache-2.0 Imports: 14 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AddDerivativeCCNPIfNeeded

func AddDerivativeCCNPIfNeeded(clientset client.Clientset, cnp *cilium_v2.CiliumNetworkPolicy) bool

AddDerivativeCCNPIfNeeded will create a new CCNP if the given NetworkPolicy has any rules that need to create a new derivative policy. It returns a boolean, true in case that all actions are correct, false if something fails.

func AddDerivativeCNPIfNeeded

func AddDerivativeCNPIfNeeded(clientset client.Clientset, cnp *cilium_v2.CiliumNetworkPolicy) bool

AddDerivativeCNPIfNeeded will create a new CNP if the given CNP has any rules that need to create a new derivative policy. It returns a boolean, true in case that all actions are correct, false if something fails.

func DeleteDerivativeCCNP

func DeleteDerivativeCCNP(ctx context.Context, clientset client.Clientset, ccnp *cilium_v2.CiliumNetworkPolicy) error

DeleteDerivativeCCNP if the given policy has a derivative constraint, the given CCNP will be deleted from store and the cache.

func DeleteDerivativeCNP

func DeleteDerivativeCNP(ctx context.Context, clientset client.Clientset, cnp *cilium_v2.CiliumNetworkPolicy) error

DeleteDerivativeCNP if the given policy has a derivative constraint,the given CNP will be deleted from store and the cache.

func DeleteDerivativeFromCache

func DeleteDerivativeFromCache(cnp *cilium_v2.CiliumNetworkPolicy)

DeleteDerivativeFromCache deletes the given CNP from the groupsCNPCache to no continue pooling new data.

func UpdateCNPInformation

func UpdateCNPInformation(clientset client.Clientset)

UpdateCNPInformation retrieves all the CNP that has currently a derivative policy and creates the new derivatives policies with the latest information from providers. To avoid issues with rate-limiting this function will execute the addDerivative function with a max number of concurrent calls, defined on maxConcurrentUpdates.

func UpdateDerivativeCCNPIfNeeded

func UpdateDerivativeCCNPIfNeeded(clientset client.Clientset, newCCNP *cilium_v2.CiliumNetworkPolicy, oldCCNP *cilium_v2.CiliumNetworkPolicy) bool

UpdateDerivativeCCNPIfNeeded updates or creates a CCNP if the given CCNP has any rule that needs to create a new derivative policy(eg: ToGroups). In case that the new CCNP does not have any derivative policy and the old one had one, it will delete the old policy. The function returns true if an update is required for the derivative policy and false otherwise.

func UpdateDerivativeCNPIfNeeded

func UpdateDerivativeCNPIfNeeded(clientset client.Clientset, newCNP *cilium_v2.CiliumNetworkPolicy, oldCNP *cilium_v2.CiliumNetworkPolicy) bool

UpdateDerivativeCNPIfNeeded updates or creates a CNP if the given CNP has any rule that needs to create a new derivative policy(eg: ToGroups). In case that the new CNP does not have any derivative policy and the old one had one, it will delete the old policy. The function returns true if an update is required for the derivative policy and false otherwise.

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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