Skip to content

Commit

Permalink
Merge pull request #2161 from MisterMX/refactor/ack-custom-status
Browse files Browse the repository at this point in the history
  • Loading branch information
MisterMX authored Feb 3, 2025
2 parents 90927aa + 975a141 commit ea64121
Show file tree
Hide file tree
Showing 234 changed files with 2,989 additions and 0 deletions.
60 changes: 60 additions & 0 deletions apis/apigateway/v1alpha1/custom_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ import (
// CustomAPIKeyParameters includes the custom fields of APIKey
type CustomAPIKeyParameters struct{}

// CustomAPIKeyObservation includes the custom status fields of APIKey.
type CustomAPIKeyObservation struct{}

// CustomAuthorizerParameters includes the custom fields of Authorizer
type CustomAuthorizerParameters struct {
// RestAPIID is the ID for the RestAPI.
Expand All @@ -25,6 +28,9 @@ type CustomAuthorizerParameters struct {
RestAPIIDSelector *xpv1.Selector `json:"restApiIdSelector,omitempty"`
}

// CustomAuthorizerObservation includes the custom status fields of Authorizer.
type CustomAuthorizerObservation struct{}

// CustomBasePathMappingParameters includes the custom fields of BasePathMapping
type CustomBasePathMappingParameters struct {
// RestAPIID is the ID for the RestAPI.
Expand All @@ -43,6 +49,9 @@ type CustomBasePathMappingParameters struct {
RestAPIIDSelector *xpv1.Selector `json:"restApiIdSelector,omitempty"`
}

// CustomBasePathMappingObservation includes the custom status fields of BasePathMapping.
type CustomBasePathMappingObservation struct{}

// CustomDeploymentParameters includes the custom fields of Deployment
type CustomDeploymentParameters struct {
// RestAPIID is the ID for the RestAPI.
Expand All @@ -61,6 +70,9 @@ type CustomDeploymentParameters struct {
RestAPIIDSelector *xpv1.Selector `json:"restApiIdSelector,omitempty"`
}

// CustomDeploymentObservation includes the custom status fields of Deployment.
type CustomDeploymentObservation struct{}

// CustomDocumentationPartParameters includes the custom fields of DocumentationPart
type CustomDocumentationPartParameters struct {
// RestAPIID is the ID for the RestAPI.
Expand All @@ -79,6 +91,9 @@ type CustomDocumentationPartParameters struct {
RestAPIIDSelector *xpv1.Selector `json:"restApiIdSelector,omitempty"`
}

// CustomDocumentationPartObservation includes the custom status fields of DocumentationPart.
type CustomDocumentationPartObservation struct{}

// CustomDocumentationVersionParameters includes the custom fields of DocumentationVersion
type CustomDocumentationVersionParameters struct {
// RestAPIID is the ID for the RestAPI.
Expand All @@ -97,6 +112,9 @@ type CustomDocumentationVersionParameters struct {
RestAPIIDSelector *xpv1.Selector `json:"restApiIdSelector,omitempty"`
}

// CustomDocumentationVersionObservation includes the custom status fields of DocumentationVersion.
type CustomDocumentationVersionObservation struct{}

// CustomModelParameters includes the custom fields of Model
type CustomModelParameters struct {
// RestAPIID is the ID for the RestAPI.
Expand All @@ -115,6 +133,9 @@ type CustomModelParameters struct {
RestAPIIDSelector *xpv1.Selector `json:"restApiIdSelector,omitempty"`
}

// CustomModelObservation includes the custom status fields of Model.
type CustomModelObservation struct{}

// CustomRequestValidatorParameters includes the custom fields of RequestValidator
type CustomRequestValidatorParameters struct {
// RestAPIID is the ID for the RestAPI.
Expand All @@ -133,6 +154,9 @@ type CustomRequestValidatorParameters struct {
RestAPIIDSelector *xpv1.Selector `json:"restApiIdSelector,omitempty"`
}

// CustomRequestValidatorObservation includes the custom status fields of RequestValidator.
type CustomRequestValidatorObservation struct{}

// CustomResourceParameters includes the custom fields of Resource
type CustomResourceParameters struct {
// RestAPIID is the ID for the RestAPI.
Expand Down Expand Up @@ -166,9 +190,15 @@ type CustomResourceParameters struct {
ParentResourceIDSelector *xpv1.Selector `json:"parentResourceIdSelector,omitempty"`
}

// CustomResourceObservation includes the custom status fields of Resource.
type CustomResourceObservation struct{}

// CustomRestAPIParameters includes the custom fields of RestAPI
type CustomRestAPIParameters struct{}

// CustomRestAPIObservation includes the custom status fields of RestAPI.
type CustomRestAPIObservation struct{}

// CustomUsagePlanKeyParameters includes the custom fields of UsagePlanKey
type CustomUsagePlanKeyParameters struct {
// UsagePlanID is the ID for the UsagePlan.
Expand All @@ -187,6 +217,9 @@ type CustomUsagePlanKeyParameters struct {
UsagePlanIDSelector *xpv1.Selector `json:"restApiIdSelector,omitempty"`
}

// CustomUsagePlanKeyObservation includes the custom status fields of UsagePlanKey.
type CustomUsagePlanKeyObservation struct{}

// CustomUsagePlanAPIStage includes the custom fields of UsagePlan.APIStages
type CustomUsagePlanAPIStage struct {
// RestAPIID is the ID for the RestAPI.
Expand Down Expand Up @@ -215,9 +248,15 @@ type CustomUsagePlanParameters struct {
APIStages []*CustomUsagePlanAPIStage `json:"apiStages,omitempty"`
}

// CustomUsagePlanObservation includes the custom status fields of UsagePlan.
type CustomUsagePlanObservation struct{}

// CustomVPCLinkParameters includes the custom fields of VPCLink
type CustomVPCLinkParameters struct{}

// CustomVPCLinkObservation includes the custom status fields of VPCLink.
type CustomVPCLinkObservation struct{}

// CustomStageCanarySettings includes the custom field Stage.CanarySettings
type CustomStageCanarySettings struct {
// DeploymentID is the ID for the Deployment.
Expand Down Expand Up @@ -277,6 +316,9 @@ type CustomStageParameters struct {
CanarySettings *CustomStageCanarySettings `json:"canarySettings,omitempty"`
}

// CustomStageObservation includes the custom status fields of Stage.
type CustomStageObservation struct{}

// CustomMethodParameters includes the custom fields of Method
type CustomMethodParameters struct {
// RestAPIID is the ID for the RestAPI.
Expand Down Expand Up @@ -340,6 +382,9 @@ type CustomMethodParameters struct {
RequestValidatorIDSelector *xpv1.Selector `json:"requestValidatorIdSelector,omitempty"`
}

// CustomMethodObservation includes the custom status fields of Method.
type CustomMethodObservation struct{}

// CustomMethodResponseParameters includes the custom fields of MethodResponse
type CustomMethodResponseParameters struct {
// RestAPIID is the ID for the RestAPI.
Expand Down Expand Up @@ -372,6 +417,9 @@ type CustomMethodResponseParameters struct {
ResourceIDSelector *xpv1.Selector `json:"resourceIdSelector,omitempty"`
}

// CustomMethodResponseObservation includes the custom status fields of MethodResponse.
type CustomMethodResponseObservation struct{}

// CustomGatewayResponseParameters includes the custom fields of GatewayResponse
type CustomGatewayResponseParameters struct {
// RestAPIID is the ID for the RestAPI.
Expand All @@ -390,6 +438,9 @@ type CustomGatewayResponseParameters struct {
RestAPIIDSelector *xpv1.Selector `json:"restApiIdSelector,omitempty"`
}

// CustomGatewayResponseObservation includes the custom status fields of GatewayResponse.
type CustomGatewayResponseObservation struct{}

// CustomIntegrationResponseParameters includes the custom fields of IntegrationResponse
type CustomIntegrationResponseParameters struct {
// RestAPIID is the ID for the RestAPI.
Expand Down Expand Up @@ -423,6 +474,9 @@ type CustomIntegrationResponseParameters struct {
ResourceIDSelector *xpv1.Selector `json:"resourceIdSelector,omitempty"`
}

// CustomIntegrationResponseObservation includes the custom status fields of IntegrationResponse.
type CustomIntegrationResponseObservation struct{}

// CustomIntegrationParameters includes the custom fields of Integration
type CustomIntegrationParameters struct {
// RestAPIID is the ID for the RestAPI.
Expand Down Expand Up @@ -456,5 +510,11 @@ type CustomIntegrationParameters struct {
ResourceIDSelector *xpv1.Selector `json:"resourceIdSelector,omitempty"`
}

// CustomIntegrationObservation includes the custom status fields of Integration.
type CustomIntegrationObservation struct{}

// CustomDomainNameParameters includes the custom fields of DomainName
type CustomDomainNameParameters struct{}

// CustomDomainNameObservation includes the custom status fields of DomainName.
type CustomDomainNameObservation struct{}
2 changes: 2 additions & 0 deletions apis/apigateway/v1alpha1/zz_api_key.go

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

2 changes: 2 additions & 0 deletions apis/apigateway/v1alpha1/zz_authorizer.go

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

2 changes: 2 additions & 0 deletions apis/apigateway/v1alpha1/zz_base_path_mapping.go

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

2 changes: 2 additions & 0 deletions apis/apigateway/v1alpha1/zz_deployment.go

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

2 changes: 2 additions & 0 deletions apis/apigateway/v1alpha1/zz_documentation_part.go

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

2 changes: 2 additions & 0 deletions apis/apigateway/v1alpha1/zz_documentation_version.go

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

2 changes: 2 additions & 0 deletions apis/apigateway/v1alpha1/zz_domain_name.go

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

2 changes: 2 additions & 0 deletions apis/apigateway/v1alpha1/zz_gateway_response.go

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

Loading

0 comments on commit ea64121

Please sign in to comment.