struct BitteCI::NomadJob::Config
- BitteCI::NomadJob::Config
- Struct
- Value
- Object
Defined in:
bitte_ci/nomad_job.crConstructors
Instance Method Summary
- #artifact_secret : String
- #github_token : String
- #github_user : String
- #loki_base_url : URI
- #nomad_base_url : URI
- #nomad_datacenters : Array(String)
- #nomad_ssl_ca : String?
- #nomad_ssl_cert : String?
- #nomad_ssl_key : String?
- #nomad_token : String
- #postgres_url : URI
- #public_url : URI
- #runner_flake : URI
Constructor Detail
def self.new(nomad_datacenters : Array(String), nomad_base_url : URI, nomad_ssl_ca : String | Nil, nomad_ssl_key : String | Nil, nomad_ssl_cert : String | Nil, runner_flake : URI, loki_base_url : URI, nomad_token : String, postgres_url : URI, public_url : URI, artifact_secret : String, github_user : String, github_token : String)
#