class K8S::Api::Networking::V1::NetworkPolicyEgressRule
- K8S::Api::Networking::V1::NetworkPolicyEgressRule
 - Reference
 - Object
 
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
- JSON::Serializable
 - YAML::Serializable
 
Defined in:
versions/v1.21/api/networking/v1/network_policy_egress_rule.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
 - .new(pull : JSON::PullParser)
 - .new(*, ports : Array? = nil, to : Array? = nil)
 
Instance Method Summary
- #ports : Array(Api::Networking::V1::NetworkPolicyPort)?
 - #ports=(ports : Array(Api::Networking::V1::NetworkPolicyPort)?)
 - #to : Array(Api::Networking::V1::NetworkPolicyPeer)?
 - #to=(to : Array(Api::Networking::V1::NetworkPolicyPeer)?)