Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NetworkPolicy ¶
type NetworkPolicy struct {
// contains filtered or unexported fields
}
func NewNetworkPolicy ¶
func NewNetworkPolicy( kubeClient kubernetes.Interface, kubeUtil *kube.Kube, logger *logrus.Entry, appName string, ) (NetworkPolicy, error)
func (*NetworkPolicy) UpdateEnvEgressRules ¶
func (nw *NetworkPolicy) UpdateEnvEgressRules(radixEgressRules []rx.EgressRule, env string) error
UpdateEnvEgressRules Applies a list of egress rules to the specified radix app environment
Click to show internal directories.
Click to hide internal directories.