Documentation ¶
Index ¶
- 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) CheckApp(guid string) ([]byte, error)
- func (a *Adapter) CreateOrg(name string) error
- func (a *Adapter) CreateQuota(name, memory string, ...) error
- func (a *Adapter) CreateSpace(name string) error
- func (a *Adapter) DeleteOrg(name string) error
- func (a *Adapter) DeleteQuota(quota string) error
- func (a *Adapter) DenyAccess(sourceApp, destApp string, port int, protocol string) error
- func (a *Adapter) OrgGuid(name string) (string, error)
- func (a *Adapter) Push(name, directory, manifestFile string) error
- func (a *Adapter) Scale(name string, instances int) 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
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 ¶ added in v0.5.0
func (*Adapter) CreateQuota ¶ added in v0.5.0
func (*Adapter) CreateSpace ¶
func (*Adapter) DeleteQuota ¶ added in v0.5.0
func (*Adapter) DenyAccess ¶ added in v0.5.0
func (*Adapter) SetApiWithSsl ¶
func (*Adapter) SetApiWithoutSsl ¶
func (*Adapter) TargetSpace ¶
Click to show internal directories.
Click to hide internal directories.