Documentation
¶
Overview ¶
Package customresource contains component definition
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handle ¶
type Handle interface { ApplyDefaults() Validate() error Components() []component.Component UpdateRsrcStatus(interface{}, error) bool NewRsrc() Handle NewStatus() interface{} }
Handle is an interface for operating on CRs
type HandleValue ¶
type HandleValue struct {
Handle
}
HandleValue is to add methods for an interface object
func (*HandleValue) Labels ¶
func (hv *HandleValue) Labels() map[string]string
Labels return custom resource label
Click to show internal directories.
Click to hide internal directories.