Documentation
¶
Index ¶
- Constants
- Variables
- func NewListNetworkingV1NetworkPolicyForAllNamespacesHandler() networking_v1.ListNetworkingV1NetworkPolicyForAllNamespacesHandler
- type NetPolConfig
- type NetPolMgr
- func (n *NetPolMgr) AddElements(elem int64) int64
- func (n *NetPolMgr) List(start, limit int64) (k8sRuntime.Object, error)
- func (*NetPolMgr) NewInterface() k8sRuntime.Object
- func (*NetPolMgr) NewListInterface() k8sRuntime.Object
- func (n *NetPolMgr) SetList(obj k8sRuntime.Object) error
- func (n *NetPolMgr) SetObj(obj k8sRuntime.Object) error
Constants ¶
View Source
const (
NetworkPolicies = "netpol"
)
Variables ¶
View Source
var NetPolManager = &NetPolMgr{ staticList: &k8sNetworkingV1.NetworkPolicyList{}, elemTemplate: &k8sNetworkingV1.NetworkPolicy{}, }
Functions ¶
func NewListNetworkingV1NetworkPolicyForAllNamespacesHandler ¶
func NewListNetworkingV1NetworkPolicyForAllNamespacesHandler() networking_v1.ListNetworkingV1NetworkPolicyForAllNamespacesHandler
Types ¶
type NetPolConfig ¶
type NetPolMgr ¶
func (*NetPolMgr) AddElements ¶
func (*NetPolMgr) NewInterface ¶
func (*NetPolMgr) NewInterface() k8sRuntime.Object
func (*NetPolMgr) NewListInterface ¶
func (*NetPolMgr) NewListInterface() k8sRuntime.Object
Click to show internal directories.
Click to hide internal directories.