Skip to content

Commit

Permalink
add service catalog - provisioned product
Browse files Browse the repository at this point in the history
Signed-off-by: teeverr <[email protected]>

empty commit, try to unstuck
  • Loading branch information
teeverr committed Jul 18, 2023
1 parent d4e127f commit 9b399a3
Show file tree
Hide file tree
Showing 21 changed files with 4,490 additions and 8 deletions.
84 changes: 84 additions & 0 deletions apis/servicecatalog/generator-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
---
ignore:
resource_names:
- Constraint
- PortfolioShare
- Portfolio
- Cluster
- Product
- ProvisionedProductPlan
- ProvisioningArtifact
- ServiceAction
- TagOption
field_paths:
- ProvisionProductInput.ProvisionToken
- UpdateProvisioningParameter.UsePreviousValue
- UpdateProvisioningPreferences.StackSetOperationType
- UpdateProvisionedProductInput.ProvisionedProductId
- TerminateProvisionedProductInput.ProvisionedProductId
shape_names:
- ProvisionedProductPlanSummary
- ProvisionedProductPlanDetails
operations:
ProvisionProduct:
operation_type:
- Create
resource_name: ProvisionedProduct
UpdateProvisionedProduct:
operation_type:
- Update
resource_name: ProvisionedProduct
DescribeProvisionedProduct:
operation_type:
- Read
resource_name: ProvisionedProduct
TerminateProvisionedProduct:
operation_type:
- Delete
resource_name: ProvisionedProduct
resources:
ProvisionedProduct:
exceptions:
errors:
404:
code: ResourceNotFoundException
fields:
Outputs:
is_read_only: true
custom_field:
map_of: RecordOutput
Arn:
is_read_only: true
from:
operation: DescribeProvisionedProduct
path: ProvisionedProductDetail.Arn
CreatedTime:
is_read_only: true
from:
operation: DescribeProvisionedProduct
path: ProvisionedProductDetail.CreatedTime
LastProvisioningRecordId:
is_read_only: true
from:
operation: DescribeProvisionedProduct
path: ProvisionedProductDetail.LastProvisioningRecordId
LaunchRoleArn:
is_read_only: true
from:
operation: DescribeProvisionedProduct
path: ProvisionedProductDetail.LaunchRoleArn
Status:
is_read_only: true
from:
operation: DescribeProvisionedProduct
path: ProvisionedProductDetail.Status
StatusMessage:
is_read_only: true
from:
operation: DescribeProvisionedProduct
path: ProvisionedProductDetail.StatusMessage
renames:
operations:
ProvisionProduct:
input_fields:
ProvisionedProductName: Name
4 changes: 4 additions & 0 deletions apis/servicecatalog/v1alpha1/custom_types.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
package v1alpha1

// CustomProvisionedProductParameters includes the custom fields.
type CustomProvisionedProductParameters struct{}
24 changes: 24 additions & 0 deletions apis/servicecatalog/v1alpha1/zz_doc.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9b399a3

Please sign in to comment.