~juju-qa/ubuntu/xenial/juju/2.0.2

« back to all changes in this revision

Viewing changes to src/github.com/juju/juju/apiserver/restrict_upgrades.go

  • Committer: Nicholas Skaggs
  • Date: 2016-12-09 22:31:29 UTC
  • Revision ID: nicholas.skaggs@canonical.com-20161209223129-h2wbknpc8ty29zwp
ImportĀ upstreamĀ 2.0.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
        "SSHClient": set.NewStrings( // allow all SSH client related calls
41
41
                "PublicAddress",
42
42
                "PrivateAddress",
 
43
                "BestAPIVersion",
 
44
                "AllAddresses",
43
45
                "PublicKeys",
44
46
                "Proxy",
45
47
        ),