Hello Experts, I have a question, I observed {} in NetworkPolicy, for example:- . . .

Jaspreet Singh:
Hello Experts, I have a question, I observed {} in NetworkPolicy, for example:-

spec:
  podSelector: {}
  policyTypes:
  - Ingress

{} Does here means all? Correct me If I am wrong. Thanks.

Tej_Singh_Rana:
Yes, you’re correct.

Jaspreet Singh:
Perfect thanks.

ROHIT ANAND:
{} stands for from all pods incoming traffics are accepted.