class K8S::Api::Networking::V1::NetworkPolicyEgressRule

Overview

NetworkPolicyEgressRule describes a particular set of traffic that is allowed out of pods matched by a NetworkPolicySpec's podSelector. The traffic must match both ports and to. This type is beta-level in 1.8

Included Modules

Defined in:

versions/v1.18/api/networking/v1/network_policy_egress_rule.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]
def self.new(*, ports : Array(Api::Networking::V1::NetworkPolicyPort)? = nil, to : Array(Api::Networking::V1::NetworkPolicyPeer)? = nil) #

[View source]

Instance Method Detail


[View source]
def ports=(ports : Array(Api::Networking::V1::NetworkPolicyPort)?) #

[View source]

[View source]

[View source]