public class BitbucketController extends Object implements ResourceController<BitbucketRepository>
| Modifier and Type | Field and Description |
|---|---|
static String |
BITBUCKET_REPOSITORY_CRD_NAME |
| Constructor and Description |
|---|
BitbucketController() |
| Modifier and Type | Method and Description |
|---|---|
BitbucketRepository |
createOrUpdateResource(BitbucketRepository resource,
Context<BitbucketRepository> context) |
void |
deleteResource(BitbucketRepository resource,
Context<BitbucketRepository> context) |
public static final String BITBUCKET_REPOSITORY_CRD_NAME
public void deleteResource(BitbucketRepository resource, Context<BitbucketRepository> context)
deleteResource in interface ResourceController<BitbucketRepository>public BitbucketRepository createOrUpdateResource(BitbucketRepository resource, Context<BitbucketRepository> context)
createOrUpdateResource in interface ResourceController<BitbucketRepository>Copyright © 2019. All rights reserved.