Documentation
¶
Index ¶
Constants ¶
View Source
const ( ClusterJobTemplate templateFile = "./cluster-job.yml.tpl" S3BucketJobTemplate templateFile = "./s3-bucket-job.yml.tpl" RBACForClusterJobTemplate templateFile = "./rbac-for-cluster-job.yml.tpl" AwsVPCJob templateFile = "./aws-vpc-job.yml.tpl" GcpVPCLifecycle templateFile = "./gcp-vpc-lifecycle.yml.tpl" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AWSClusterJobParams ¶ added in v1.1.0
type AwsVPCJobVars ¶ added in v1.1.0
type ClusterJobVars ¶ added in v1.1.0
type ClusterJobVars struct {
JobMetadata metav1.ObjectMeta
NodeSelector map[string]string
Tolerations []corev1.Toleration
JobImage string
TFWorkspaceName string
TFWorkspaceSecretNamespace string
ClusterSecretName string
ClusterSecretNamespace string
ClusterServiceCIDR string
ValuesJSON string
CloudProvider string
AWS *AWSClusterJobParams
}
type GcpVPCLifecycleVars ¶ added in v1.1.0
type GcpVpcTFOutput ¶ added in v1.1.0
Click to show internal directories.
Click to hide internal directories.