runtime

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Feb 28, 2024 License: MPL-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GroupVersion

type GroupVersion struct {
	Group   string
	Version string
}

func (GroupVersion) String

func (gv GroupVersion) String() string

func (GroupVersion) WithKind

func (gv GroupVersion) WithKind(kind string) GroupVersionKind

type GroupVersionKind

type GroupVersionKind struct {
	Group   string
	Version string
	Kind    string
}

func (GroupVersionKind) GroupVersion

func (gvk GroupVersionKind) GroupVersion() GroupVersion

func (GroupVersionKind) String

func (gvk GroupVersionKind) String() string

type NamedObject

type NamedObject interface {
	Object
	GetName() string
	SetName(string)
	GetVersion() int64
	SetVersion(int64)
}

type Object

type Object interface {
	proto.Message
	GroupVersionKind() GroupVersionKind
	Validate() error
}

Jump to

Keyboard shortcuts

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