Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CloudFoundryProviderConfig ¶
type CloudFoundryProviderConfig struct { Endpoint string User string Password string CFClientID string CFClientSecret string SkipSslValidation bool Origin string AccessToken string RefreshToken string }
func (*CloudFoundryProviderConfig) NewSession ¶
func (c *CloudFoundryProviderConfig) NewSession(httpClient *http.Client, req provider.ConfigureRequest) (*Session, error)
Click to show internal directories.
Click to hide internal directories.