| Package | Description |
|---|---|
| com.appscode.stash.client.apis | |
| com.appscode.stash.client.models |
| Modifier and Type | Method and Description |
|---|---|
V1alpha1Repository |
StashAppscodeComV1alpha1Api.createNamespacedRepository(String namespace,
V1alpha1Repository body,
String pretty)
create a Repository
|
V1alpha1Repository |
StashAppscodeComV1alpha1Api.patchNamespacedRepository(String name,
String namespace,
Object body,
String pretty)
partially update the specified Repository
|
V1alpha1Repository |
StashAppscodeComV1alpha1Api.readNamespacedRepository(String name,
String namespace,
String pretty)
read the specified Repository
|
V1alpha1Repository |
StashAppscodeComV1alpha1Api.replaceNamespacedRepository(String name,
String namespace,
V1alpha1Repository body,
String pretty)
replace the specified Repository
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<V1alpha1Repository> |
StashAppscodeComV1alpha1Api.createNamespacedRepositoryWithHttpInfo(String namespace,
V1alpha1Repository body,
String pretty)
create a Repository
|
ApiResponse<V1alpha1Repository> |
StashAppscodeComV1alpha1Api.patchNamespacedRepositoryWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update the specified Repository
|
ApiResponse<V1alpha1Repository> |
StashAppscodeComV1alpha1Api.readNamespacedRepositoryWithHttpInfo(String name,
String namespace,
String pretty)
read the specified Repository
|
ApiResponse<V1alpha1Repository> |
StashAppscodeComV1alpha1Api.replaceNamespacedRepositoryWithHttpInfo(String name,
String namespace,
V1alpha1Repository body,
String pretty)
replace the specified Repository
|
| Modifier and Type | Method and Description |
|---|---|
V1alpha1Repository |
StashAppscodeComV1alpha1Api.createNamespacedRepository(String namespace,
V1alpha1Repository body,
String pretty)
create a Repository
|
com.squareup.okhttp.Call |
StashAppscodeComV1alpha1Api.createNamespacedRepositoryAsync(String namespace,
V1alpha1Repository body,
String pretty,
ApiCallback<V1alpha1Repository> callback)
(asynchronously)
create a Repository
|
com.squareup.okhttp.Call |
StashAppscodeComV1alpha1Api.createNamespacedRepositoryCall(String namespace,
V1alpha1Repository body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createNamespacedRepository
|
ApiResponse<V1alpha1Repository> |
StashAppscodeComV1alpha1Api.createNamespacedRepositoryWithHttpInfo(String namespace,
V1alpha1Repository body,
String pretty)
create a Repository
|
V1alpha1Repository |
StashAppscodeComV1alpha1Api.replaceNamespacedRepository(String name,
String namespace,
V1alpha1Repository body,
String pretty)
replace the specified Repository
|
com.squareup.okhttp.Call |
StashAppscodeComV1alpha1Api.replaceNamespacedRepositoryAsync(String name,
String namespace,
V1alpha1Repository body,
String pretty,
ApiCallback<V1alpha1Repository> callback)
(asynchronously)
replace the specified Repository
|
com.squareup.okhttp.Call |
StashAppscodeComV1alpha1Api.replaceNamespacedRepositoryCall(String name,
String namespace,
V1alpha1Repository body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedRepository
|
ApiResponse<V1alpha1Repository> |
StashAppscodeComV1alpha1Api.replaceNamespacedRepositoryWithHttpInfo(String name,
String namespace,
V1alpha1Repository body,
String pretty)
replace the specified Repository
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
StashAppscodeComV1alpha1Api.createNamespacedRepositoryAsync(String namespace,
V1alpha1Repository body,
String pretty,
ApiCallback<V1alpha1Repository> callback)
(asynchronously)
create a Repository
|
com.squareup.okhttp.Call |
StashAppscodeComV1alpha1Api.patchNamespacedRepositoryAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<V1alpha1Repository> callback)
(asynchronously)
partially update the specified Repository
|
com.squareup.okhttp.Call |
StashAppscodeComV1alpha1Api.readNamespacedRepositoryAsync(String name,
String namespace,
String pretty,
ApiCallback<V1alpha1Repository> callback)
(asynchronously)
read the specified Repository
|
com.squareup.okhttp.Call |
StashAppscodeComV1alpha1Api.replaceNamespacedRepositoryAsync(String name,
String namespace,
V1alpha1Repository body,
String pretty,
ApiCallback<V1alpha1Repository> callback)
(asynchronously)
replace the specified Repository
|
| Modifier and Type | Method and Description |
|---|---|
V1alpha1Repository |
V1alpha1Repository.apiVersion(String apiVersion) |
V1alpha1Repository |
V1alpha1Repository.kind(String kind) |
V1alpha1Repository |
V1alpha1Repository.metadata(io.kubernetes.client.models.V1ObjectMeta metadata) |
V1alpha1Repository |
V1alpha1Repository.spec(V1alpha1RepositorySpec spec) |
V1alpha1Repository |
V1alpha1Repository.status(V1alpha1RepositoryStatus status) |
| Modifier and Type | Method and Description |
|---|---|
List<V1alpha1Repository> |
V1alpha1RepositoryList.getItems()
Get items
|
| Modifier and Type | Method and Description |
|---|---|
V1alpha1RepositoryList |
V1alpha1RepositoryList.addItemsItem(V1alpha1Repository itemsItem) |
| Modifier and Type | Method and Description |
|---|---|
V1alpha1RepositoryList |
V1alpha1RepositoryList.items(List<V1alpha1Repository> items) |
void |
V1alpha1RepositoryList.setItems(List<V1alpha1Repository> items) |
Copyright © 2018. All rights reserved.