Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Adapter ¶
type Adapter struct { Client lclient.Client common.AdapterContext }
Adapter is a component adapter implementation for Kubernetes
func New ¶
func New(adapterContext common.AdapterContext, client lclient.Client) Adapter
New instantiantes a component adapter
func (Adapter) Delete ¶
Delete attempts to delete the component with the specified labels, returning an error if it fails Stub function until the functionality is added as part of https://github.com/openshift/odo/issues/2581
func (Adapter) DoesComponentExist ¶
DoesComponentExist returns true if a component with the specified name exists, false otherwise
Click to show internal directories.
Click to hide internal directories.