메소드 |
설명 |
|
__construct ( $url, $username, $privateKey ) |
|
|
createClient ( $name ) |
|
|
createEnvironment ( $name, $description, $cookbook, $attributes ) |
|
|
createRole ( $name, $description, $runList, $attributes, $environment = [] ) |
|
|
getChef ( $url, $username, $privateKey ) |
|
|
getClient ( $name = '' ) |
|
|
getCookbook ( $name ) |
|
|
getEnvironment ( $name ) |
|
|
getRole ( $name ) |
|
|
listCookbooks ( $env = '' ) |
|
|
listEnvironmentRecipes ( $env = '' ) |
|
|
listEnvironments ( ) |
|
|
listRecipes ( $cookbookName, $cookbookVersion = '_latest' ) |
|
|
listRoles ( ) |
|
|
removeClient ( $name ) |
|
|
removeEnvironment ( $name ) |
|
|
removeNode ( $name ) |
|
|
removeRole ( $name ) |
|
|
sign ( $string ) |
|
|
updateEnvironment ( $name, $description, $cookbook, $attributes ) |
|
|
updateRole ( $name, $description, $runList, $attributes, $environment = [] ) |
|
|