Documentation ¶
Index ¶
- type ASG
- type Adapter
- func (a *Adapter) AllowAccess(sourceApp, destApp string, port int, protocol string) error
- func (a *Adapter) AppCount(orgGuid string) (int, error)
- func (a *Adapter) AppGuid(name string) (string, error)
- func (a *Adapter) Auth(user, password string) error
- func (a *Adapter) BindSecurityGroup(name, org, space string) error
- func (a *Adapter) CheckApp(guid string) ([]byte, error)
- func (a *Adapter) CreateOrg(name string) error
- func (a *Adapter) CreateQuota(name, memory string, ...) error
- func (a *Adapter) CreateSecurityGroup(name, filepath string) error
- func (a *Adapter) CreateSpace(name string) error
- func (a *Adapter) Curl(method, path, inputFile string) ([]byte, error)
- func (a *Adapter) Delete(appName string) error
- func (a *Adapter) DeleteOrg(name string) error
- func (a *Adapter) DeleteQuota(quota string) error
- func (a *Adapter) DeleteSecurityGroup(name string) error
- func (a *Adapter) OrgGuid(name string) (string, error)
- func (a *Adapter) Push(name, directory, manifestFile string) error
- func (a *Adapter) RemoveAccess(sourceApp, destApp string, port int, protocol string) error
- func (a *Adapter) Scale(name string, instances int) error
- func (a *Adapter) SecurityGroup(name string) (string, error)
- func (a *Adapter) SetApiWithSsl(api string) error
- func (a *Adapter) SetApiWithoutSsl(api string) error
- func (a *Adapter) SetQuota(org, quota string) error
- func (a *Adapter) TargetOrg(name string) error
- func (a *Adapter) TargetSpace(name string) error
- type Apps
- type CmdErr
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Adapter ¶
type Adapter struct {
CfCliPath string
}
func (*Adapter) AllowAccess ¶
func (*Adapter) BindSecurityGroup ¶
func (*Adapter) CreateQuota ¶
func (*Adapter) CreateSecurityGroup ¶
func (*Adapter) CreateSpace ¶
func (*Adapter) DeleteQuota ¶
func (*Adapter) DeleteSecurityGroup ¶
func (*Adapter) RemoveAccess ¶
func (*Adapter) SetApiWithSsl ¶
func (*Adapter) SetApiWithoutSsl ¶
func (*Adapter) TargetSpace ¶
Click to show internal directories.
Click to hide internal directories.