Documentation ¶
Index ¶
- Constants
- func CreateGCPSecretResources(ctx context.Context, kubeClient client.Client, namespace string, ...) error
- func CreateResources(ctx context.Context, kubeClient client.Client, deployOpts ...DeployOption) error
- func SyntheticAppResources(scheme *runtime.Scheme) (*appsv1.Deployment, *corev1.Service, error)
- func WaitForOperatorReady(ctx context.Context, kubeClient client.Client, operatorNamespace string) error
- type DeployOption
Constants ¶
View Source
const ( SyntheticAppPortName = "web" SyntheticAppContainerName = "go-synthetic" )
Variables ¶
This section is empty.
Functions ¶
func CreateResources ¶
func SyntheticAppResources ¶
Types ¶
type DeployOption ¶
type DeployOption func(*deployOptions)
func WithDisableGCM ¶
func WithDisableGCM(disableGCM bool) DeployOption
func WithMeta ¶
func WithMeta(projectID, cluster, location string) DeployOption
func WithOperatorNamespace ¶
func WithOperatorNamespace(namespace string) DeployOption
func WithPublicNamespace ¶
func WithPublicNamespace(namespace string) DeployOption
Click to show internal directories.
Click to hide internal directories.