Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Unstable version (v0). UnstableVersion = "v0" // First stable version (v1). FirstStableVersion = "v1" CloudEventMetadataType = "cloudevent.type" CloudEventMetadataSource = "cloudevent.source" CloudEventMetadataId = "cloudevent.id" )
Variables ¶
View Source
var ( CloudEventMetadataKeys = map[string]struct{}{ CloudEventMetadataType: {}, CloudEventMetadataSource: {}, CloudEventMetadataId: {}, } )
Functions ¶
func IsInitialVersion ¶
Types ¶
type CompStore ¶
type CompStore[T any] struct { // contains filtered or unexported fields }
func NewCompStore ¶
type LocalComponents ¶
type LocalComponents struct {
// contains filtered or unexported fields
}
func NewLocalComponents ¶
func NewLocalComponents(resourcesPaths ...string) *LocalComponents
func (*LocalComponents) LoadComponents ¶
func (l *LocalComponents) LoadComponents() ([]v1alpha1.Component, error)
Click to show internal directories.
Click to hide internal directories.