objectset

package
v0.1.3 Latest Latest
Warning

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

Go to latest
Published: May 26, 2019 License: Apache-2.0 Imports: 8 Imported by: 46

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ObjectByGVK

type ObjectByGVK map[schema.GroupVersionKind]map[ObjectKey]runtime.Object

func (ObjectByGVK) Add

func (o ObjectByGVK) Add(obj runtime.Object) error

type ObjectKey

type ObjectKey struct {
	Name      string
	Namespace string
}

func NewObjectKey

func NewObjectKey(obj v1.Object) ObjectKey

func (ObjectKey) String

func (o ObjectKey) String() string

type ObjectSet

type ObjectSet struct {
	// contains filtered or unexported fields
}

func NewObjectSet

func NewObjectSet() *ObjectSet

func (*ObjectSet) Add

func (o *ObjectSet) Add(objs ...runtime.Object) *ObjectSet

func (*ObjectSet) AddErr

func (o *ObjectSet) AddErr(err error)

func (*ObjectSet) AddInput

func (o *ObjectSet) AddInput(objs ...runtime.Object) *ObjectSet

func (*ObjectSet) Err

func (o *ObjectSet) Err() error

func (*ObjectSet) GVKOrder

func (o *ObjectSet) GVKOrder(known ...schema.GroupVersionKind) []schema.GroupVersionKind

func (*ObjectSet) Inputs

func (o *ObjectSet) Inputs() []runtime.Object

func (*ObjectSet) Len

func (o *ObjectSet) Len() int

func (*ObjectSet) ObjectsByGVK

func (o *ObjectSet) ObjectsByGVK() ObjectByGVK

Jump to

Keyboard shortcuts

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