Class: Dapp::Deployment::Config::Directive::Base

Inherits:
Config::Directive::Base show all
Defined in:
lib/dapp/deployment/config/directive/base.rb

Direct Known Subclasses

App, Expose, Expose::Port, Group, Job, Namespace

Instance Method Summary collapse

Methods inherited from Config::Directive::Base

#clone, #initialize

Constructor Details

This class inherits a constructor from Dapp::Config::Directive::Base

Instance Method Details

#hostname_patternObject



6
7
8
# File 'lib/dapp/deployment/config/directive/base.rb', line 6

def hostname_pattern
  '^[a-z0-9_-]*[a-z0-9]$'
end