Documentation ¶
Index ¶
- func AuthorizationDelete(key uint32) error
- func AuthorizationLookup(key uint32, value *security_v2.Authorization) error
- func AuthorizationLookupAll() ([]*security_v2.Authorization, error)
- func AuthorizationUpdate(policyKey uint32, value *security_v2.Authorization) error
- func ClusterDelete(key string) error
- func ClusterLookup(key string, value *cluster_v2.Cluster) error
- func ClusterLookupAll() ([]*cluster_v2.Cluster, error)
- func ClusterUpdate(key string, value *cluster_v2.Cluster) error
- func ListenerDelete(key *core_v2.SocketAddress) error
- func ListenerLookup(key *core_v2.SocketAddress, value *listener_v2.Listener) error
- func ListenerLookupAll() ([]*listener_v2.Listener, error)
- func ListenerUpdate(key *core_v2.SocketAddress, value *listener_v2.Listener) error
- func RouteConfigDelete(key string) error
- func RouteConfigLookup(key string, value *route_v2.RouteConfiguration) error
- func RouteConfigLookupAll() ([]*route_v2.RouteConfiguration, error)
- func RouteConfigUpdate(key string, value *route_v2.RouteConfiguration) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AuthorizationDelete ¶
func AuthorizationLookup ¶
func AuthorizationLookup(key uint32, value *security_v2.Authorization) error
func AuthorizationLookupAll ¶
func AuthorizationLookupAll() ([]*security_v2.Authorization, error)
func AuthorizationUpdate ¶
func AuthorizationUpdate(policyKey uint32, value *security_v2.Authorization) error
func ClusterDelete ¶
func ClusterLookup ¶
func ClusterLookup(key string, value *cluster_v2.Cluster) error
func ClusterLookupAll ¶
func ClusterLookupAll() ([]*cluster_v2.Cluster, error)
func ClusterUpdate ¶
func ClusterUpdate(key string, value *cluster_v2.Cluster) error
func ListenerDelete ¶
func ListenerDelete(key *core_v2.SocketAddress) error
func ListenerLookup ¶
func ListenerLookup(key *core_v2.SocketAddress, value *listener_v2.Listener) error
func ListenerLookupAll ¶
func ListenerLookupAll() ([]*listener_v2.Listener, error)
func ListenerUpdate ¶
func ListenerUpdate(key *core_v2.SocketAddress, value *listener_v2.Listener) error
func RouteConfigDelete ¶
func RouteConfigLookup ¶
func RouteConfigLookup(key string, value *route_v2.RouteConfiguration) error
func RouteConfigLookupAll ¶
func RouteConfigLookupAll() ([]*route_v2.RouteConfiguration, error)
func RouteConfigUpdate ¶
func RouteConfigUpdate(key string, value *route_v2.RouteConfiguration) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.