Documentation ¶
Index ¶
Constants ¶
View Source
const ( ExportedServiceTypeUrl = "federation.istio-ecosystem.io/v1alpha1/ExportedService" DestinationRuleTypeUrl = "networking.istio.io/v1alpha3/DestinationRule" GatewayTypeUrl = "networking.istio.io/v1alpha3/Gateway" ServiceEntryTypeUrl = "networking.istio.io/v1alpha3/ServiceEntry" WorkloadEntryTypeUrl = "networking.istio.io/v1alpha3/WorkloadEntry" EnvoyFilterTypeUrl = "networking.istio.io/v1alpha3/EnvoyFilter" PeerAuthenticationTypeUrl = "security.istio.io/v1beta1/PeerAuthentication" RouteTypeUrl = "route.openshift.io/v1/Route" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PushRequest ¶
type PushRequest struct { // TypeUrl specifies DiscoveryResponse type and must always be set. TypeUrl string // Resources contains data to be sent to subscribers. // If it is not set, ADS server will trigger proper request handler to generate resources of given type. Resources []*anypb.Any }
PushRequest notifies ADS server that it should send DiscoveryResponse to subscribers.
Click to show internal directories.
Click to hide internal directories.