Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ObjectAccessor ¶
type ObjectAccessor interface { // GroupVersionKind returns the GroupVersionKind of the workload GroupVersionKind() schema.GroupVersionKind // NewObject returns a new instance of the workload type NewObject() client.Object // NewObjectList returns a new instance of the workload list type NewObjectList() client.ObjectList }
func NewObjectAccessor ¶
func NewObjectAccessor(gvk schema.GroupVersionKind, obj client.Object, listObj client.ObjectList) ObjectAccessor
Click to show internal directories.
Click to hide internal directories.