Skip to content
  • Kamil Trzcińśki's avatar
    Make `Job`, `Bridge` and `Default` inheritable · f220c7fc
    Kamil Trzcińśki authored
    This changes `Job`, `Bridge` and `Default`
    to use `Inheritable` to inherit the configuration.
    
    Shared example ensure that all fields are annotated
    with `inherit:` and does have matching type when inherited.
    
    Since the `Default:` is shared, it requires that
    inheritable fields to be also added to `Job` and `Bridge`.
    f220c7fc