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 GetCurrentNamespace ¶ added in v0.364.1
func NewK8sScaling ¶
func NewK8sScaling() scaling.RunnerScaling
Types ¶
type DeploymentProvisioner ¶
type DeploymentProvisioner struct { Client *kubernetes.Clientset MyDeploymentName string Namespace string // Map of known deployments KnownDeployments map[string]bool FTLEndpoint string }
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.