package
0.0.0-20200122233423-62801f1d34cf
Repository: https://github.com/vishvananda/pkg.git
Documentation: pkg.go.dev

# Functions

Kind takes an unqualified kind and returns back a Group qualified GroupKind.
Resource takes an unqualified resource and returns a Group qualified GroupResource.
ValidateDestination validates Destination and either allows or disallows Deprecated* fields depending on the flag.

# Constants

SourceConditionSinkProvided has status True when the Source has been configured with a sink target that is resolvable.

# Variables

No description provided by the author
No description provided by the author
SchemeGroupVersion is group version used to register these objects.

# Structs

Addressable provides a generic mechanism for a custom resource definition to indicate a destination for message delivery.
AddressableType is a skeleton type wrapping Addressable in the manner we expect resource writers defining compatible resources to embed it.
AddressableTypeList is a list of AddressableType resources.
AddressStatus shows how we expect folks to embed Addressable in their Status field.
CloudEventOverrides defines arguments for a Source that control the output format of the CloudEvents produced by the Source.
Destination represents a target of an invocation over HTTP.
KResource is a skeleton type wrapping Conditions in the manner we expect resource writers defining compatible resources to embed it.
KResourceList is a list of KResource resources.
Source is the minimum resource shape to adhere to the Source Specification.
SourceList is a list of Source resources.
No description provided by the author
SourceStatus shows how we expect folks to embed Addressable in their Status field.
Status shows how we expect folks to embed Conditions in their Status field.

# Type aliases

Conditions is a simple wrapper around apis.Conditions to implement duck.Implementable.