Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ContainerPort = 1234
)
Functions ¶
func InstallSquash ¶
func InstallSquash(cs *kubernetes.Clientset, namespace, containerRepo, containerVersion string, preview bool) error
InstallSquash creates the resources needed for Squash to run in secure mode If preview is set, it prints the configuration and does not apply it. The created resources include: ServiceAccount - for Squash ClusterRole - enabling pod creation ClusterRoleBinding - bind ClusterRole to Squash's ServiceAccount Deployment - Squash itself
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.