accessors

package
v0.3.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 17, 2025 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Overview

Package accessors provides accessor functions for the ToolHive operator

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MCPServerFieldAccessor

type MCPServerFieldAccessor interface {
	// GetProxyDeploymentLabelsAndAnnotations returns labels and annotations for the deployment
	GetProxyDeploymentLabelsAndAnnotations(mcpServer *mcpv1alpha1.MCPServer) (labels, annotations map[string]string)

	// GetProxyDeploymentTemplateLabelsAndAnnotations returns labels and annotations for the deployment pod template
	GetProxyDeploymentTemplateLabelsAndAnnotations(mcpServer *mcpv1alpha1.MCPServer) (labels, annotations map[string]string)
}

MCPServerFieldAccessor provides accessor methods for handling labels and annotations

func NewMCPServerFieldAccessor

func NewMCPServerFieldAccessor() MCPServerFieldAccessor

NewMCPServerFieldAccessor creates a new MCPServerFieldAccessor instance

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL