Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DeploymentProvisioner ¶
type DeploymentProvisioner struct { Client *kubernetes.Clientset MyDeploymentName string Namespace string // Map of modules to known deployments // This needs to be re-done when we have proper rolling deployments KnownModules map[string]string 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.