# Functions
ConvertAndSetList converts the given runtime.Objects into the item type of the list and sets the list items to be the converted items.
DeleteAnnotation deletes the annotation with the given key from the object.
DeleteAnnotations deletes the annotations with the given keys from the object.
DeleteLabel deletes the label with the given key from the object.
DeleteLabels deletes the labels with the given keys from the object.
EachListItem traverses over all items of the client.ObjectList.
ExtractList extracts the items of a list into a slice of client.Object.
ExtractObjectSlice extracts client.Object from a given slice.
ExtractObjectSlicePointer extracts client.Object from a given slice pointer.
FilterControlledBy filters multiple objects by using IsControlledBy on each item.
FilterList filters the list with the given function, mutating it in-place with the filtered objects.
GVKForList determines the schema.GroupVersionKind for the given list.
HasAnnotation checks if the object has an annotation with the given key.
HasLabel checks if the object has a label with the given key.
IsControlledBy checks if controlled is controlled by owner.
ListElementType returns the element type of the list.
MustExtractList extracts the items of a list into a slice of client.Object.
MustExtractObjectSlice extracts client.Object from a given slice.
MustExtractObjectSlicePointer extracts client.Object from a given slice pointer.
MustSetList sets the items in a client.ObjectList to the given objects.
MustSetObjectSlice sets a slice pointer's values to the given objects.
NewListForGVK creates a new client.ObjectList for the given singular schema.GroupVersionKind.
NewListForObject creates a new client.ObjectList for the given singular client.Object.
SetAnnotation sets the given annotation on the object.
SetAnnotations sets the given annotations on the object.
SetLabel sets the given label on the object.
SetLabels sets the given labels on the object.
SetList sets the items in a client.ObjectList to the given objects.
SetObjectSlice sets a slice pointer's values to the given objects.
# Interfaces
No description provided by the author
No description provided by the author