event

package
v0.0.0-...-f7c97df Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 19, 2022 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Data

type FnMessage

type FnMessage struct {
	Name        string `json:"name,omitempty"`
	Topic       string `json:"topic,omitempty"`
	State       string `json:"state,omitempty"`
	ResourceRef string `json:"resource_ref,omitempty"`
}

type FnStatusSummary

type FnStatusSummary struct {
	metav1.ObjectMeta
	Status fnV1beta1.FunctionStatus
}

type Message

type Message struct {
	Fn  *FnMessage  `json:"fn"`
	Pr  *PrMessage  `json:"pr"`
	Svc *SvcMessage `json:"svc"`
}

type PRStatusSummary

type PRStatusSummary struct {
	metav1.ObjectMeta
	Status prV1beta1.PipelineRunStatus
}

type PrMessage

type PrMessage struct {
	Name  string `json:"name,omitempty"`
	Topic string `json:"topic,omitempty"`
	State string `json:"state,omitempty"`
}

type SvcMessage

type SvcMessage struct {
	Name    string `json:"name,omitempty"`
	Topic   string `json:"topic,omitempty"`
	State   string `json:"state,omitempty"`
	Message string `json:"message,omitempty"`
}

type SvcStatusSummary

type SvcStatusSummary struct {
	metav1.ObjectMeta
	Status knV1.ServiceStatus
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL