 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
      Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CNIPolicyType ¶
type CNIPolicyType string
const ( NetworkPolicy CNIPolicyType = "NetworkPolicy" EndpointPolicy CNIPolicyType = "EndpointPolicy" OutBoundNatPolicy CNIPolicyType = "OutBoundNAT" RoutePolicy CNIPolicyType = "ROUTE" PortMappingPolicy CNIPolicyType = "NAT" ACLPolicy CNIPolicyType = "ACL" )
type Policy ¶
type Policy struct {
	Type CNIPolicyType
	Data json.RawMessage
}
     Click to show internal directories. 
   Click to hide internal directories.