@aws-quickstart/eks-blueprints
    Preparing search index...

    Interface GitOpsApplication

    Defines a GitOps generic application by combining a reference to a git repo and target namespace where it must be deployed.

    interface GitOpsApplication {
        name: string;
        namespace: undefined | string;
        repository?: GitRepositoryReference;
    }

    Hierarchy (View Summary)

    Index

    Properties

    name: string
    namespace: undefined | string