rscs

package
v2.0.0-...-98cc131 Latest Latest
Warning

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

Go to latest
Published: Jul 26, 2023 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ComponentVersionTag = common.ComponentVersionTag
)

Variables

This section is empty.

Functions

This section is empty.

Types

type ResourceSpec

type ResourceSpec struct {
	compdescv2.ElementMeta `json:",inline"`

	// Type describes the type of the object.
	Type string `json:"type"`

	// Relation describes the relation of the resource to the component.
	// Can be a local or external resource
	Relation metav1.ResourceRelation `json:"relation,omitempty"`

	// SourceRef defines a list of source names.
	// These names reference the sources defines in `component.sources`.
	SourceRef []compdescv2.SourceRef `json:"srcRef"`

	addhdlrs.ResourceInput `json:",inline"`
}

func (*ResourceSpec) Info

func (r *ResourceSpec) Info() string

func (*ResourceSpec) Validate

func (r *ResourceSpec) Validate(ctx clictx.Context, input *addhdlrs.ResourceInput) error

type ResourceSpecHandler

type ResourceSpecHandler struct{}

func (ResourceSpecHandler) Decode

func (ResourceSpecHandler) Key

func (ResourceSpecHandler) RequireInputs

func (ResourceSpecHandler) RequireInputs() bool

func (ResourceSpecHandler) Set

Jump to

Keyboard shortcuts

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