Documentation ¶
Index ¶
- func Add(deploymentId string, email string, role string, client *houston.Client, ...) error
- func AirflowUpgrade(id, desiredAirflowVersion string, client *houston.Client, out io.Writer) error
- func AirflowUpgradeCancel(id string, client *houston.Client, out io.Writer) error
- func AppConfig(client *houston.Client) (*houston.AppConfig, error)
- func Create(label, ws, releaseName, cloudRole, executor, airflowVersion string, ...) error
- func Delete(id string, client *houston.Client, out io.Writer) error
- func DeleteUser(deploymentId string, email string, client *houston.Client, out io.Writer) error
- func List(ws string, all bool, client *houston.Client, out io.Writer) error
- func Update(id, cloudRole string, args map[string]string, client *houston.Client, ...) error
- func UpdateUser(deploymentId string, email string, role string, client *houston.Client, ...) error
- func UserList(deploymentId string, email string, userId string, fullName string, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Add ¶ added in v0.22.0
func Add(deploymentId string, email string, role string, client *houston.Client, out io.Writer) error
Add a user to a deployment with specified role
func AirflowUpgrade ¶ added in v0.22.0
Upgrade airflow deployment
func AirflowUpgradeCancel ¶ added in v0.22.0
Upgrade airflow deployment
func Create ¶
func Create(label, ws, releaseName, cloudRole, executor, airflowVersion string, client *houston.Client, out io.Writer) error
Create airflow deployment
func DeleteUser ¶ added in v0.22.0
DeleteUser removes user access for a deployment
func Update ¶
func Update(id, cloudRole string, args map[string]string, client *houston.Client, out io.Writer) error
Update an airflow deployment
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.