Documentation ¶
Index ¶
Constants ¶
View Source
const (
KubeconfigKey = "kubeconfig"
)
Variables ¶
This section is empty.
Functions ¶
func ReconcileAgentDeployment ¶
func ReconcileAgentDeployment(deployment *appsv1.Deployment, ownerRef config.OwnerRef, deploymentConfig config.DeploymentConfig, image string, ips []string) error
Types ¶
type KonnectivityParams ¶
type KonnectivityParams struct { KonnectivityAgentImage string OwnerRef config.OwnerRef AgentDeploymentConfig config.DeploymentConfig AgentDeamonSetConfig config.DeploymentConfig }
func NewKonnectivityParams ¶
func NewKonnectivityParams(hcp *hyperv1.HostedControlPlane, releaseImageProvider *imageprovider.ReleaseImageProvider, externalAddress string, externalPort int32, setDefaultSecurityContext bool) *KonnectivityParams
type KonnectivityServiceParams ¶
func NewKonnectivityServiceParams ¶
func NewKonnectivityServiceParams(hcp *hyperv1.HostedControlPlane) *KonnectivityServiceParams
Click to show internal directories.
Click to hide internal directories.