Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CNPGOperator ¶
type CNPGOperator struct {
// contains filtered or unexported fields
}
CNPGOperator represents a Helm manager
func New ¶
func New(config *rest.Config) (*CNPGOperator, error)
New constructs a new OpenTelemetryCollectorMgr instance that can used to install the opentelemetry-operator chart.
func (*CNPGOperator) GetName ¶
func (o *CNPGOperator) GetName() string
GetName returns the name of the cnpg chart.
func (*CNPGOperator) Install ¶
func (o *CNPGOperator) Install() error
Install performs a Helm install of the chart.
func (*CNPGOperator) IsInstalled ¶
func (o *CNPGOperator) IsInstalled() (bool, error)
IsInstalled checks if cnpg operator has been installed in the target cluster.
Click to show internal directories.
Click to hide internal directories.