Documentation ¶
Index ¶
- type ObjectByGVK
- type ObjectKey
- type ObjectSet
- func (o *ObjectSet) Add(objs ...runtime.Object) *ObjectSet
- func (o *ObjectSet) AddErr(err error)
- func (o *ObjectSet) AddInput(objs ...runtime.Object) *ObjectSet
- func (o *ObjectSet) Err() error
- func (o *ObjectSet) GVKOrder(known ...schema.GroupVersionKind) []schema.GroupVersionKind
- func (o *ObjectSet) Inputs() []runtime.Object
- func (o *ObjectSet) Len() int
- func (o *ObjectSet) ObjectsByGVK() ObjectByGVK
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
type ObjectKey ¶
func NewObjectKey ¶
type ObjectSet ¶
type ObjectSet struct {
// contains filtered or unexported fields
}
func NewObjectSet ¶
func NewObjectSet() *ObjectSet
func (*ObjectSet) GVKOrder ¶
func (o *ObjectSet) GVKOrder(known ...schema.GroupVersionKind) []schema.GroupVersionKind
func (*ObjectSet) ObjectsByGVK ¶
func (o *ObjectSet) ObjectsByGVK() ObjectByGVK
Click to show internal directories.
Click to hide internal directories.