Documentation ¶
Index ¶
- func AddToScheme(sb *runtime.SchemeBuilder)
- type Application
- func (a *Application) AddLabels(value reconciler.KVMap) *Application
- func (a *Application) Item() *reconciler.Object
- func (a *Application) Observable() *reconciler.Observable
- func (a *Application) SetComponentGK(bag []reconciler.Object) *Application
- func (a *Application) SetName(value string) *Application
- func (a *Application) SetNamespace(value string) *Application
- func (a *Application) SetSelector(labels map[string]string) *Application
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddToScheme ¶
func AddToScheme(sb *runtime.SchemeBuilder)
AddToScheme return AddToScheme of application crd
Types ¶
type Application ¶
type Application struct {
*app.Application
}
Application obj to attach methods
func NewApplication ¶
func NewApplication(obj metav1.Object) Application
NewApplication - return Application object from runtime Object
func (*Application) AddLabels ¶
func (a *Application) AddLabels(value reconciler.KVMap) *Application
AddLabels adds more labels
func (*Application) Item ¶
func (a *Application) Item() *reconciler.Object
Item returns resource object
func (*Application) Observable ¶
func (a *Application) Observable() *reconciler.Observable
Observable returns resource object
func (*Application) SetComponentGK ¶
func (a *Application) SetComponentGK(bag []reconciler.Object) *Application
SetComponentGK attaches component GK to Application object
func (*Application) SetName ¶
func (a *Application) SetName(value string) *Application
SetName sets name
func (*Application) SetNamespace ¶
func (a *Application) SetNamespace(value string) *Application
SetNamespace asets namespace
func (*Application) SetSelector ¶
func (a *Application) SetSelector(labels map[string]string) *Application
SetSelector attaches selectors to Application object
Click to show internal directories.
Click to hide internal directories.