Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type SpaceRuntime ¶
type SpaceRuntime struct { Space deccov1beta2.Space // in memory state of the spaceRsc // Status is the source of truth after SpaceRuntime struct is materialized. Status deccov1beta2.SpaceStatus // contains filtered or unexported fields }
func New ¶
func New( spc deccov1beta2.Space, kubeApi kubernetes.Interface, ) *SpaceRuntime
func (*SpaceRuntime) Delete ¶
func (c *SpaceRuntime) Delete() (nsDeleted bool)
func (*SpaceRuntime) Update ¶
func (c *SpaceRuntime) Update(spc deccov1beta2.Space)
Click to show internal directories.
Click to hide internal directories.