NetworkPolicyPeer

com.coralogix.zio.k8s.model.networking.v1.NetworkPolicyPeer
See theNetworkPolicyPeer companion object
case class NetworkPolicyPeer(ipBlock: Optional[IPBlock], namespaceSelector: Optional[LabelSelector], podSelector: Optional[LabelSelector])

NetworkPolicyPeer describes a peer to allow traffic to/from. Only certain combinations of fields are allowed

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Gets ipBlock.

Gets ipBlock.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Attributes

Gets namespaceSelector.

Gets namespaceSelector.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Attributes

Gets podSelector.

Gets podSelector.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Attributes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product