Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

Target group helpers #218

Merged
merged 2 commits into from
Nov 3, 2016
Merged

Target group helpers #218

merged 2 commits into from
Nov 3, 2016

Conversation

rdickey-r7
Copy link
Contributor

Description

Adds the ability, suggested by @erran-r7 to specify target_group_attributes and matcher for an elbv2 target group.

Motivation and Context

Usage Examples

Old way:

    matcher do
      http_code 200
    end
    target_group_attribute do
      key 'deregistration_delay.timeout_seconds'
      value 300
    end

New way:

    matcher 200
    target_group_attribute 'deregistration_delay.timeout_seconds', 300

Testing Steps

Post-merge Steps

@bcall-r7
Copy link
Contributor

bcall-r7 commented Nov 3, 2016

Ship it

@rdickey-r7 rdickey-r7 merged commit 9774880 into master Nov 3, 2016
@rdickey-r7 rdickey-r7 deleted the target_group_helpers branch November 3, 2016 19:54
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants