Documentation ¶
Index ¶
- func GetFieldSelectors(options *internalversion.ListOptions, selectors map[string]string, ...) error
- func GetFilteredObjsByLabels(objs []interface{}, labelSelector map[string]string, ...) []interface{}
- func GetLabelSelectors(options *internalversion.ListOptions, selectors map[string]string, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetFieldSelectors ¶
func GetFieldSelectors(options *internalversion.ListOptions, selectors map[string]string, fieldKeysMap map[string]struct{}) error
GetFieldSelectors extracts and populates the field selectors map from the list options.
func GetFilteredObjsByLabels ¶
func GetFilteredObjsByLabels(objs []interface{}, labelSelector map[string]string, supportedLabelNameMap map[string]struct{}) []interface{}
GetFilteredObjsByLabels filters the objs based on the labelSelector and returns a list.
func GetLabelSelectors ¶
func GetLabelSelectors(options *internalversion.ListOptions, selectors map[string]string, supportedLabelNameMap map[string]struct{}) error
GetLabelSelectors extracts and populates the label selectors map from the list options.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.