| Package | Description |
|---|---|
| io.alauda.devops.java.client.apis | |
| io.alauda.devops.java.client.models |
| Modifier and Type | Method and Description |
|---|---|
V1alpha1RoleMapping |
DevopsAlaudaIoV1alpha1Api.createArtifactRegistryRoles(String name,
V1alpha1RoleMapping body,
String pretty,
String dryRun,
Boolean includeUninitialized)
create roles of an ArtifactRegistry
|
V1alpha1RoleMapping |
DevopsAlaudaIoV1alpha1Api.createCodeQualityToolRoles(String name,
V1alpha1RoleMapping body,
String pretty,
String dryRun,
Boolean includeUninitialized)
create roles of a CodeQualityTool
|
V1alpha1RoleMapping |
DevopsAlaudaIoV1alpha1Api.createCodeRepoServiceRoles(String name,
V1alpha1RoleMapping body,
String pretty,
String dryRun,
Boolean includeUninitialized)
create roles of a CodeRepoService
|
V1alpha1RoleMapping |
DevopsAlaudaIoV1alpha1Api.createImageRegistryRoles(String name,
V1alpha1RoleMapping body,
String pretty,
String dryRun,
Boolean includeUninitialized)
create roles of an ImageRegistry
|
V1alpha1RoleMapping |
DevopsAlaudaIoV1alpha1Api.createProjectManagementRoles(String name,
V1alpha1RoleMapping body,
String pretty,
String dryRun,
Boolean includeUninitialized)
create roles of a ProjectManagement
|
V1alpha1RoleMapping |
DevopsAlaudaIoV1alpha1Api.readArtifactRegistryRoles(String name,
String pretty,
String projects)
read roles of the specified ArtifactRegistry
|
V1alpha1RoleMapping |
DevopsAlaudaIoV1alpha1Api.readCodeQualityToolRoles(String name,
String pretty,
String projects)
read roles of the specified CodeQualityTool
|
V1alpha1RoleMapping |
DevopsAlaudaIoV1alpha1Api.readCodeRepoServiceRoles(String name,
String pretty,
String projects)
read roles of the specified CodeRepoService
|
V1alpha1RoleMapping |
DevopsAlaudaIoV1alpha1Api.readImageRegistryRoles(String name,
String pretty,
String projects)
read roles of the specified ImageRegistry
|
V1alpha1RoleMapping |
DevopsAlaudaIoV1alpha1Api.readProjectManagementRoles(String name,
String pretty,
String projects)
read roles of the specified ProjectManagement
|
| Modifier and Type | Method and Description |
|---|---|
io.kubernetes.client.ApiResponse<V1alpha1RoleMapping> |
DevopsAlaudaIoV1alpha1Api.createArtifactRegistryRolesWithHttpInfo(String name,
V1alpha1RoleMapping body,
String pretty,
String dryRun,
Boolean includeUninitialized)
create roles of an ArtifactRegistry
|
io.kubernetes.client.ApiResponse<V1alpha1RoleMapping> |
DevopsAlaudaIoV1alpha1Api.createCodeQualityToolRolesWithHttpInfo(String name,
V1alpha1RoleMapping body,
String pretty,
String dryRun,
Boolean includeUninitialized)
create roles of a CodeQualityTool
|
io.kubernetes.client.ApiResponse<V1alpha1RoleMapping> |
DevopsAlaudaIoV1alpha1Api.createCodeRepoServiceRolesWithHttpInfo(String name,
V1alpha1RoleMapping body,
String pretty,
String dryRun,
Boolean includeUninitialized)
create roles of a CodeRepoService
|
io.kubernetes.client.ApiResponse<V1alpha1RoleMapping> |
DevopsAlaudaIoV1alpha1Api.createImageRegistryRolesWithHttpInfo(String name,
V1alpha1RoleMapping body,
String pretty,
String dryRun,
Boolean includeUninitialized)
create roles of an ImageRegistry
|
io.kubernetes.client.ApiResponse<V1alpha1RoleMapping> |
DevopsAlaudaIoV1alpha1Api.createProjectManagementRolesWithHttpInfo(String name,
V1alpha1RoleMapping body,
String pretty,
String dryRun,
Boolean includeUninitialized)
create roles of a ProjectManagement
|
io.kubernetes.client.ApiResponse<V1alpha1RoleMapping> |
DevopsAlaudaIoV1alpha1Api.readArtifactRegistryRolesWithHttpInfo(String name,
String pretty,
String projects)
read roles of the specified ArtifactRegistry
|
io.kubernetes.client.ApiResponse<V1alpha1RoleMapping> |
DevopsAlaudaIoV1alpha1Api.readCodeQualityToolRolesWithHttpInfo(String name,
String pretty,
String projects)
read roles of the specified CodeQualityTool
|
io.kubernetes.client.ApiResponse<V1alpha1RoleMapping> |
DevopsAlaudaIoV1alpha1Api.readCodeRepoServiceRolesWithHttpInfo(String name,
String pretty,
String projects)
read roles of the specified CodeRepoService
|
io.kubernetes.client.ApiResponse<V1alpha1RoleMapping> |
DevopsAlaudaIoV1alpha1Api.readImageRegistryRolesWithHttpInfo(String name,
String pretty,
String projects)
read roles of the specified ImageRegistry
|
io.kubernetes.client.ApiResponse<V1alpha1RoleMapping> |
DevopsAlaudaIoV1alpha1Api.readProjectManagementRolesWithHttpInfo(String name,
String pretty,
String projects)
read roles of the specified ProjectManagement
|
| Modifier and Type | Method and Description |
|---|---|
V1alpha1RoleMapping |
DevopsAlaudaIoV1alpha1Api.createArtifactRegistryRoles(String name,
V1alpha1RoleMapping body,
String pretty,
String dryRun,
Boolean includeUninitialized)
create roles of an ArtifactRegistry
|
com.squareup.okhttp.Call |
DevopsAlaudaIoV1alpha1Api.createArtifactRegistryRolesAsync(String name,
V1alpha1RoleMapping body,
String pretty,
String dryRun,
Boolean includeUninitialized,
io.kubernetes.client.ApiCallback<V1alpha1RoleMapping> callback)
(asynchronously)
create roles of an ArtifactRegistry
|
com.squareup.okhttp.Call |
DevopsAlaudaIoV1alpha1Api.createArtifactRegistryRolesCall(String name,
V1alpha1RoleMapping body,
String pretty,
String dryRun,
Boolean includeUninitialized,
io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener,
io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createArtifactRegistryRoles
|
io.kubernetes.client.ApiResponse<V1alpha1RoleMapping> |
DevopsAlaudaIoV1alpha1Api.createArtifactRegistryRolesWithHttpInfo(String name,
V1alpha1RoleMapping body,
String pretty,
String dryRun,
Boolean includeUninitialized)
create roles of an ArtifactRegistry
|
V1alpha1RoleMapping |
DevopsAlaudaIoV1alpha1Api.createCodeQualityToolRoles(String name,
V1alpha1RoleMapping body,
String pretty,
String dryRun,
Boolean includeUninitialized)
create roles of a CodeQualityTool
|
com.squareup.okhttp.Call |
DevopsAlaudaIoV1alpha1Api.createCodeQualityToolRolesAsync(String name,
V1alpha1RoleMapping body,
String pretty,
String dryRun,
Boolean includeUninitialized,
io.kubernetes.client.ApiCallback<V1alpha1RoleMapping> callback)
(asynchronously)
create roles of a CodeQualityTool
|
com.squareup.okhttp.Call |
DevopsAlaudaIoV1alpha1Api.createCodeQualityToolRolesCall(String name,
V1alpha1RoleMapping body,
String pretty,
String dryRun,
Boolean includeUninitialized,
io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener,
io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createCodeQualityToolRoles
|
io.kubernetes.client.ApiResponse<V1alpha1RoleMapping> |
DevopsAlaudaIoV1alpha1Api.createCodeQualityToolRolesWithHttpInfo(String name,
V1alpha1RoleMapping body,
String pretty,
String dryRun,
Boolean includeUninitialized)
create roles of a CodeQualityTool
|
V1alpha1RoleMapping |
DevopsAlaudaIoV1alpha1Api.createCodeRepoServiceRoles(String name,
V1alpha1RoleMapping body,
String pretty,
String dryRun,
Boolean includeUninitialized)
create roles of a CodeRepoService
|
com.squareup.okhttp.Call |
DevopsAlaudaIoV1alpha1Api.createCodeRepoServiceRolesAsync(String name,
V1alpha1RoleMapping body,
String pretty,
String dryRun,
Boolean includeUninitialized,
io.kubernetes.client.ApiCallback<V1alpha1RoleMapping> callback)
(asynchronously)
create roles of a CodeRepoService
|
com.squareup.okhttp.Call |
DevopsAlaudaIoV1alpha1Api.createCodeRepoServiceRolesCall(String name,
V1alpha1RoleMapping body,
String pretty,
String dryRun,
Boolean includeUninitialized,
io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener,
io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createCodeRepoServiceRoles
|
io.kubernetes.client.ApiResponse<V1alpha1RoleMapping> |
DevopsAlaudaIoV1alpha1Api.createCodeRepoServiceRolesWithHttpInfo(String name,
V1alpha1RoleMapping body,
String pretty,
String dryRun,
Boolean includeUninitialized)
create roles of a CodeRepoService
|
V1alpha1RoleMapping |
DevopsAlaudaIoV1alpha1Api.createImageRegistryRoles(String name,
V1alpha1RoleMapping body,
String pretty,
String dryRun,
Boolean includeUninitialized)
create roles of an ImageRegistry
|
com.squareup.okhttp.Call |
DevopsAlaudaIoV1alpha1Api.createImageRegistryRolesAsync(String name,
V1alpha1RoleMapping body,
String pretty,
String dryRun,
Boolean includeUninitialized,
io.kubernetes.client.ApiCallback<V1alpha1RoleMapping> callback)
(asynchronously)
create roles of an ImageRegistry
|
com.squareup.okhttp.Call |
DevopsAlaudaIoV1alpha1Api.createImageRegistryRolesCall(String name,
V1alpha1RoleMapping body,
String pretty,
String dryRun,
Boolean includeUninitialized,
io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener,
io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createImageRegistryRoles
|
io.kubernetes.client.ApiResponse<V1alpha1RoleMapping> |
DevopsAlaudaIoV1alpha1Api.createImageRegistryRolesWithHttpInfo(String name,
V1alpha1RoleMapping body,
String pretty,
String dryRun,
Boolean includeUninitialized)
create roles of an ImageRegistry
|
V1alpha1RoleMapping |
DevopsAlaudaIoV1alpha1Api.createProjectManagementRoles(String name,
V1alpha1RoleMapping body,
String pretty,
String dryRun,
Boolean includeUninitialized)
create roles of a ProjectManagement
|
com.squareup.okhttp.Call |
DevopsAlaudaIoV1alpha1Api.createProjectManagementRolesAsync(String name,
V1alpha1RoleMapping body,
String pretty,
String dryRun,
Boolean includeUninitialized,
io.kubernetes.client.ApiCallback<V1alpha1RoleMapping> callback)
(asynchronously)
create roles of a ProjectManagement
|
com.squareup.okhttp.Call |
DevopsAlaudaIoV1alpha1Api.createProjectManagementRolesCall(String name,
V1alpha1RoleMapping body,
String pretty,
String dryRun,
Boolean includeUninitialized,
io.kubernetes.client.ProgressResponseBody.ProgressListener progressListener,
io.kubernetes.client.ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createProjectManagementRoles
|
io.kubernetes.client.ApiResponse<V1alpha1RoleMapping> |
DevopsAlaudaIoV1alpha1Api.createProjectManagementRolesWithHttpInfo(String name,
V1alpha1RoleMapping body,
String pretty,
String dryRun,
Boolean includeUninitialized)
create roles of a ProjectManagement
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
DevopsAlaudaIoV1alpha1Api.createArtifactRegistryRolesAsync(String name,
V1alpha1RoleMapping body,
String pretty,
String dryRun,
Boolean includeUninitialized,
io.kubernetes.client.ApiCallback<V1alpha1RoleMapping> callback)
(asynchronously)
create roles of an ArtifactRegistry
|
com.squareup.okhttp.Call |
DevopsAlaudaIoV1alpha1Api.createCodeQualityToolRolesAsync(String name,
V1alpha1RoleMapping body,
String pretty,
String dryRun,
Boolean includeUninitialized,
io.kubernetes.client.ApiCallback<V1alpha1RoleMapping> callback)
(asynchronously)
create roles of a CodeQualityTool
|
com.squareup.okhttp.Call |
DevopsAlaudaIoV1alpha1Api.createCodeRepoServiceRolesAsync(String name,
V1alpha1RoleMapping body,
String pretty,
String dryRun,
Boolean includeUninitialized,
io.kubernetes.client.ApiCallback<V1alpha1RoleMapping> callback)
(asynchronously)
create roles of a CodeRepoService
|
com.squareup.okhttp.Call |
DevopsAlaudaIoV1alpha1Api.createImageRegistryRolesAsync(String name,
V1alpha1RoleMapping body,
String pretty,
String dryRun,
Boolean includeUninitialized,
io.kubernetes.client.ApiCallback<V1alpha1RoleMapping> callback)
(asynchronously)
create roles of an ImageRegistry
|
com.squareup.okhttp.Call |
DevopsAlaudaIoV1alpha1Api.createProjectManagementRolesAsync(String name,
V1alpha1RoleMapping body,
String pretty,
String dryRun,
Boolean includeUninitialized,
io.kubernetes.client.ApiCallback<V1alpha1RoleMapping> callback)
(asynchronously)
create roles of a ProjectManagement
|
com.squareup.okhttp.Call |
DevopsAlaudaIoV1alpha1Api.readArtifactRegistryRolesAsync(String name,
String pretty,
String projects,
io.kubernetes.client.ApiCallback<V1alpha1RoleMapping> callback)
(asynchronously)
read roles of the specified ArtifactRegistry
|
com.squareup.okhttp.Call |
DevopsAlaudaIoV1alpha1Api.readCodeQualityToolRolesAsync(String name,
String pretty,
String projects,
io.kubernetes.client.ApiCallback<V1alpha1RoleMapping> callback)
(asynchronously)
read roles of the specified CodeQualityTool
|
com.squareup.okhttp.Call |
DevopsAlaudaIoV1alpha1Api.readCodeRepoServiceRolesAsync(String name,
String pretty,
String projects,
io.kubernetes.client.ApiCallback<V1alpha1RoleMapping> callback)
(asynchronously)
read roles of the specified CodeRepoService
|
com.squareup.okhttp.Call |
DevopsAlaudaIoV1alpha1Api.readImageRegistryRolesAsync(String name,
String pretty,
String projects,
io.kubernetes.client.ApiCallback<V1alpha1RoleMapping> callback)
(asynchronously)
read roles of the specified ImageRegistry
|
com.squareup.okhttp.Call |
DevopsAlaudaIoV1alpha1Api.readProjectManagementRolesAsync(String name,
String pretty,
String projects,
io.kubernetes.client.ApiCallback<V1alpha1RoleMapping> callback)
(asynchronously)
read roles of the specified ProjectManagement
|
| Modifier and Type | Method and Description |
|---|---|
V1alpha1RoleMapping |
V1alpha1RoleMapping.addSpecItem(V1alpha1ProjectUserRoleOperation specItem) |
V1alpha1RoleMapping |
V1alpha1RoleMapping.apiVersion(String apiVersion) |
V1alpha1RoleMapping |
V1alpha1RoleMappingBuilder.build() |
V1alpha1RoleMapping |
V1alpha1RoleMapping.kind(String kind) |
V1alpha1RoleMapping |
V1alpha1RoleMapping.spec(List<V1alpha1ProjectUserRoleOperation> spec) |
| Constructor and Description |
|---|
V1alpha1RoleMappingBuilder(V1alpha1RoleMapping instance) |
V1alpha1RoleMappingBuilder(V1alpha1RoleMapping instance,
Boolean validationEnabled) |
V1alpha1RoleMappingBuilder(V1alpha1RoleMappingFluent<?> fluent,
V1alpha1RoleMapping instance) |
V1alpha1RoleMappingBuilder(V1alpha1RoleMappingFluent<?> fluent,
V1alpha1RoleMapping instance,
Boolean validationEnabled) |
V1alpha1RoleMappingFluentImpl(V1alpha1RoleMapping instance) |
Copyright © 2019. All rights reserved.