Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Centralize more of the naming of GCE resources #70

Merged
merged 1 commit into from
Nov 6, 2017

Commits on Nov 6, 2017

  1. Centralize more of the naming of GCE resources

    - Make Namer.Truncate private
    - Rename GetClusterName() to Cluster()
    - Rename GetFirewallName => Firewall()
    - More naming consistency cleanups
    - BeName() -> Backend()
    - BePort() -> BackendPortName()
    - firewall_name -> name
    - NEGName -> NEG
    - IGName() -> InstanceGroup()
    - FrSuffix -> FirewallRuleSuffix
    - FrName -> FirewallRule
    - Remove useless argument to FirewallRule
    - All calls use FirewallRuleSuffix, push back into the method.
    - SSLCertName -> SSLCert
    - Remove stutter on ClusterName, FirewallName
    - Reduce leakage of NEGPrefix (use IsNEG) from Namer
    - Cluster() -> UID()
    bowei committed Nov 6, 2017
    Configuration menu
    Copy the full SHA
    978cca1 View commit details
    Browse the repository at this point in the history