package
3.16.1+incompatible
Repository: https://github.com/redhat-developer/odo.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
BuildCRDFromParams iterates over the parameter maps provided by the user and builds the CRD.
DeleteOperatorService deletes an Operator backed service TODO: make it unlink the service from component as a part of https://github.com/redhat-developer/odo/issues/3563.
GetCRInstances fetches and returns instances of the CR provided in the "customResource" field.
IsLinkSecret helps in identifying if a secret is related to Service Binding.
No description provided by the author
ListOperatorServices lists all operator backed services.
No description provided by the author
PushKubernetesResource pushes a Kubernetes resource (u) to the cluster using client adding labels to the resource.
PushKubernetesResources updates service(s) from Kubernetes Inlined component in a devfile by creating new ones or removing old ones.
SplitServiceKindName splits the service name provided for deletion by the user.
UnbindWithLibrary unbinds the component and service using the ServiceBinding library; it does not delete the secret.

# Constants

LinkLabel is the name of the name of the link in the devfile.
ServiceKind is the kind of the service in the service binding object.
ServiceLabel is the name of the service in the service binding object.

# Variables

No description provided by the author

# Structs

DeployedInfo holds information about the services present on the cluster.