Versions in this module Expand all Collapse all v0 v0.2.0 Nov 14, 2024 v0.1.0 Jun 20, 2024 Changes in this version + const ConfigAttachmentTypeEnvVar + const ConfigAttachmentTypeFileMount + func GetGraphQLStrings(input *[]string) *[]graphql.String + type AnsibleInput struct + Playbook graphql.String + type CloudFormationInput struct + EntryTemplateFile graphql.String + Region graphql.String + StackName graphql.String + TemplateBucket graphql.String + type ConfigAttachmentType string + type ConfigAttachments struct + Description *string + Id string + Type ConfigAttachmentType + Value string + WriteOnly bool + type ContextInput struct + ConfigAttachments []ConfigAttachments + Description *string + Hooks Hooks + Labels []string + Name string + Space string + StackAttachments []StackAttachment + func FromContextSpec(c *v1beta1.Context) (*ContextInput, error) + type Hooks struct + AfterApply []string + AfterDestroy []string + AfterInit []string + AfterPerform []string + AfterPlan []string + AfterRun []string + BeforeApply []string + BeforeDestroy []string + BeforeInit []string + BeforePerform []string + BeforePlan []string + type KubernetesInput struct + KubectlVersion *graphql.String + Namespace graphql.String + type PulumiInput struct + LoginURL graphql.String + StackName graphql.String + type SpaceInput struct + Description graphql.String + InheritEntities graphql.Boolean + Labels *[]graphql.String + Name graphql.String + ParentSpace graphql.String + func FromSpaceSpec(s *v1beta1.Space) SpaceInput + type StackAttachment struct + Priority int + Stack string + type StackInput struct + AddditionalProjectGlobs *[]graphql.String + Administrative graphql.Boolean + AfterApply *[]graphql.String + AfterDestroy *[]graphql.String + AfterInit *[]graphql.String + AfterPerform *[]graphql.String + AfterPlan *[]graphql.String + AfterRun *[]graphql.String + Autodeploy *graphql.Boolean + Autoretry *graphql.Boolean + BeforeApply *[]graphql.String + BeforeDestroy *[]graphql.String + BeforeInit *[]graphql.String + BeforePerform *[]graphql.String + BeforePlan *[]graphql.String + Branch graphql.String + Description *graphql.String + GitHubActionDeploy *graphql.Boolean + Labels *[]graphql.String + LocalPreviewEnabled *graphql.Boolean + Name graphql.String + Namespace *graphql.String + ProjectRoot *graphql.String + ProtectFromDeletion *graphql.Boolean + Provider *graphql.String + Repository graphql.String + RepositoryURL *graphql.String + RunnerImage *graphql.String + Space *graphql.String + VendorConfig *VendorConfigInput + WorkerPool *graphql.ID + func FromStackSpec(stack *v1beta1.Stack) StackInput + type TerraformInput struct + ExternalStateAccessEnabled *graphql.Boolean + UseSmartSanitization *graphql.Boolean + Version *graphql.String + WorkflowTool *graphql.String + Workspace *graphql.String + type TerragruntInput struct + TerraformVersion graphql.String + TerragruntVersion graphql.String + UseRunAll graphql.Boolean + UseSmartSanitization graphql.Boolean + type VendorConfigInput struct + AnsibleInput *AnsibleInput + CloudFormationInput *CloudFormationInput + Kubernetes *KubernetesInput + Pulumi *PulumiInput + Terraform *TerraformInput + TerragruntInput *TerragruntInput