Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ListAndOperation ¶ added in v0.4.0
type ListAndOperation struct {
// contains filtered or unexported fields
}
func ListAnd ¶ added in v0.4.0
func ListAnd(c client.Client, list client.ObjectList, opts ...client.ListOption) *ListAndOperation
func (*ListAndOperation) DeletePredicate ¶ added in v0.4.0
func (o *ListAndOperation) DeletePredicate(ctx context.Context, pred ObjectPredicate) (n int, err error)
type ObjectPredicate ¶ added in v0.4.0
type StemmingFrom ¶ added in v0.4.0
func (*StemmingFrom) ApplyToDeleteAllOf ¶ added in v0.4.0
func (s *StemmingFrom) ApplyToDeleteAllOf(opts *client.DeleteAllOfOptions)
func (*StemmingFrom) ApplyToList ¶ added in v0.4.0
func (s *StemmingFrom) ApplyToList(opts *client.ListOptions)
type StemmingFromKey ¶ added in v0.4.0
func (*StemmingFromKey) Matches ¶ added in v0.4.0
func (s *StemmingFromKey) Matches(obj client.Object) bool
func (*StemmingFromKey) UIDExistsSelector ¶ added in v0.4.0
func (s *StemmingFromKey) UIDExistsSelector() interface { client.ListOption client.DeleteAllOfOption }
UIDExistsSelector selects all items where the UID label key of the origin exists. The actual value is not checked. If the origin is namespaced, the namespace label is compared with the desired namespace value.
Click to show internal directories.
Click to hide internal directories.