Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion crds/sme.sap.com_capapplications.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ spec:
required:
- btp
- btpAppName
- globalAccountId
type: object
status:
properties:
Expand Down
14 changes: 7 additions & 7 deletions pkg/apis/sme.sap.com/v1alpha1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,16 +87,16 @@ type CAPApplicationList struct {

// CAPApplicationSpec defines the desired state of CAPApplication
type CAPApplicationSpec struct {
// Domains used by the application (new)
// Reference to `Domain` resources used by the application
DomainRefs []DomainRef `json:"domainRefs,omitempty"`
// [DEPRECATED] Domains used by the application // Will be removed in future versions
// Deprecated: Domains used by the application. Will be removed in future versions, use `DomainRefs` instead
Domains ApplicationDomains `json:"domains,omitempty"`
// SAP BTP Global Account Identifier where services are entitles for the current application
// Will soon be deprecated, use ProviderSubaccountId instead
GlobalAccountId string `json:"globalAccountId"`
// The subaccount ID in which the application is provided (will soon replace GlobalAccountId)
// Deprecated: SAP BTP Global Account Identifier where services are entitled for the current application
// Will be removed in future versions, use `ProviderSubaccountId` instead
GlobalAccountId string `json:"globalAccountId,omitempty"`
// The subaccount ID in which the application is provided (will soon replace `GlobalAccountId``)
ProviderSubaccountId string `json:"providerSubaccountId,omitempty"`
// Short name for the application (similar to BTP XSAPPNAME)
// Short name for the application (BTP XSAPPNAME)
BTPAppName string `json:"btpAppName"`
// Provider subaccount where application services are created
Provider *BTPTenantIdentification `json:"provider,omitempty"`
Expand Down

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