Documentation ¶
Index ¶
- Constants
- func ApiserversourceSendEventWithJWT() *feature.Feature
- func CreateWithInvalidSpec() *feature.Feature
- func DataPlane_EventModes() *feature.FeatureSet
- func DataPlane_ResourceMatching() *feature.FeatureSet
- func DataPlane_SinkTypes() *feature.FeatureSet
- func GoesReady(name string) *feature.Feature
- func Install(name string, cfg ...manifest.CfgFn) *feature.Feature
- func SendEventsForLabelExpressionMatchingResources() *feature.Feature
- func SendsEventsForAllResources() *feature.Feature
- func SendsEventsForAllResourcesWithEmptyNamespaceSelector() *feature.Feature
- func SendsEventsForAllResourcesWithNamespaceSelector() *feature.Feature
- func SendsEventsForLabelMatchingResources() *feature.Feature
- func SendsEventsWithBrokerAsSinkTLS() *feature.Feature
- func SendsEventsWithEventTypes() *feature.Feature
- func SendsEventsWithObjectReferencePayload() *feature.Feature
- func SendsEventsWithResourceEventPayload() *feature.Feature
- func SendsEventsWithRetries() *feature.Feature
- func SendsEventsWithSinkRef() *feature.Feature
- func SendsEventsWithSinkUri() *feature.Feature
- func SendsEventsWithTLS() *feature.Feature
- func SendsEventsWithTLSTrustBundle() *feature.Feature
- func UpdateWithInvalidSpec(name string) *feature.Feature
- type SourcesClient
Constants ¶
View Source
const (
ApiServerSourceNameKey = "apiServerSourceName"
)
Variables ¶
This section is empty.
Functions ¶
func ApiserversourceSendEventWithJWT ¶ added in v0.40.2
func CreateWithInvalidSpec ¶
func DataPlane_EventModes ¶
func DataPlane_EventModes() *feature.FeatureSet
func DataPlane_ResourceMatching ¶
func DataPlane_ResourceMatching() *feature.FeatureSet
func DataPlane_SinkTypes ¶
func DataPlane_SinkTypes() *feature.FeatureSet
func SendsEventsForAllResourcesWithEmptyNamespaceSelector ¶ added in v0.36.0
SendsEventsForAllResourcesWithEmptyNamespaceSelector tests an APIServerSource with an empty namespace selector which will target all namespaces
func SendsEventsForAllResourcesWithNamespaceSelector ¶ added in v0.36.0
func SendsEventsWithBrokerAsSinkTLS ¶ added in v0.39.0
func SendsEventsWithEventTypes ¶ added in v0.34.0
SendsEventsWithEventTypes tests apiserversource to a ready broker.
func SendsEventsWithRetries ¶ added in v0.25.0
func SendsEventsWithSinkRef ¶
func SendsEventsWithSinkUri ¶
func SendsEventsWithTLS ¶ added in v0.38.0
func SendsEventsWithTLSTrustBundle ¶ added in v0.40.0
func UpdateWithInvalidSpec ¶
Types ¶
type SourcesClient ¶
type SourcesClient struct {
ApiServerSources sourcesclientsetv1.ApiServerSourceInterface
}
func Client ¶
func Client(ctx context.Context) *SourcesClient
Click to show internal directories.
Click to hide internal directories.