Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServiceableResolver ¶
type ServiceableResolver struct {
// contains filtered or unexported fields
}
URIResolver resolves Destinations and ObjectReferences into a URI.
func NewServiceableResolver ¶
func NewServiceableResolver(ctx context.Context, callback func(types.NamespacedName)) *ServiceableResolver
NewServiceableResolver constructs a ServiceableResolver with context and a callback for a given ServiceableType passed to the ServiceableResolver's tracker.
func (*ServiceableResolver) ServiceableFromObjectReference ¶
func (r *ServiceableResolver) ServiceableFromObjectReference(ctx context.Context, ref *tracker.Reference, parent interface{}) (*corev1.LocalObjectReference, error)
Click to show internal directories.
Click to hide internal directories.