hostedcontrolplane

package
v0.1.26 Latest Latest
Warning

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

Go to latest
Published: Apr 30, 2024 License: Apache-2.0 Imports: 99 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DefaultAdminKubeconfigKey              = "kubeconfig"
	ImageStreamAutoscalerImage             = "cluster-autoscaler"
	ImageStreamClusterMachineApproverImage = "cluster-machine-approver"
)

Variables

This section is empty.

Functions

func IsStorageAndCSIManaged

func IsStorageAndCSIManaged(hostedControlPlane *hyperv1.HostedControlPlane) bool

Types

type HostedControlPlaneReconciler

type HostedControlPlaneReconciler struct {
	client.Client

	// ManagementClusterCapabilities can be asked for support of optional management cluster capabilities
	ManagementClusterCapabilities capabilities.CapabiltyChecker

	// SetDefaultSecurityContext is used to configure Security Context for containers
	SetDefaultSecurityContext bool

	// CertRotationScale determines how quickly we rotate certificates - should only be set faster in testing
	CertRotationScale time.Duration

	Log             logr.Logger
	ReleaseProvider releaseinfo.ProviderWithOpenShiftImageRegistryOverrides

	EnableCIDebugOutput   bool
	OperateOnReleaseImage string
	DefaultIngressDomain  string
	MetricsSet            metrics.MetricsSet
	SREConfigHash         string

	EnableCVOManagementClusterMetricsAccess bool
	// contains filtered or unexported fields
}

func (*HostedControlPlaneReconciler) GetGuestClusterClient added in v0.1.2

func (*HostedControlPlaneReconciler) LookupReleaseImage

func (*HostedControlPlaneReconciler) Reconcile

func (*HostedControlPlaneReconciler) SetupWithManager

func (r *HostedControlPlaneReconciler) SetupWithManager(mgr ctrl.Manager, createOrUpdate upsert.CreateOrUpdateFN) error

type InfrastructureStatus

type InfrastructureStatus struct {
	APIHost                 string
	APIPort                 int32
	OAuthEnabled            bool
	OAuthHost               string
	OAuthPort               int32
	KonnectivityHost        string
	KonnectivityPort        int32
	OpenShiftAPIHost        string
	OauthAPIServerHost      string
	PackageServerAPIAddress string
	Message                 string
	InternalHCPRouterHost   string
	NeedInternalRouter      bool
	ExternalHCPRouterHost   string
	NeedExternalRouter      bool
}

func (InfrastructureStatus) IsReady

func (s InfrastructureStatus) IsReady() bool

Jump to

Keyboard shortcuts

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