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.
# 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.
WithPod is the shell that demonstrates how PodSpecable types wrap a PodSpec.
WithPodList is a list of WithPod resources.
WithPodSpec is the shell around the PodSpecable within WithPod.
# Type aliases
Conditions is a simple wrapper around apis.Conditions to implement duck.Implementable.
PodSpecable is implemented by types containing a PodTemplateSpec in the manner of ReplicaSet, Deployment, DaemonSet, StatefulSet.