Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Opts ¶
type Opts struct {
// contains filtered or unexported fields
}
Opts specifies which objects to watch for (e.g., "called this" or "owned by x").
func ObjectsOwnedBy ¶
ObjectsOwnedBy specifies a watch should look for objects owned by `ownerName` in `namespace`.
func ThisObject ¶
ThisObject configures a watch to look for an object specified by a name and a namespace.
func (*Opts) Check ¶
func (opts *Opts) Check(o *unstructured.Unstructured) bool
Click to show internal directories.
Click to hide internal directories.