Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateClientSet ¶ added in v0.364.1
func CreateClientSet() (*kubernetes.Clientset, error)
func CreateIstioClientSet ¶ added in v0.375.0
func CreateIstioClientSet() (*istioclient.Clientset, error)
func GetCurrentNamespace ¶ added in v0.364.1
func NewK8sScaling ¶
func NewK8sScaling(disableIstio bool) scaling.RunnerScaling
Types ¶
type DeploymentProvisioner ¶
type DeploymentProvisioner struct { Client *kubernetes.Clientset MyDeploymentName string Namespace string // Map of known deployments KnownDeployments *xsync.Map FTLEndpoint string IstioSecurity optional.Option[istioclient.Clientset] }
DeploymentProvisioner reconciles a Foo object
func (*DeploymentProvisioner) HandleSchemaChange ¶
func (r *DeploymentProvisioner) HandleSchemaChange(ctx context.Context, msg *ftlv1.PullSchemaResponse) error
Click to show internal directories.
Click to hide internal directories.