Skip to content

Commit

Permalink
feat(bump): rebase and bump
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Haar <[email protected]>
  • Loading branch information
haarchri committed Aug 4, 2023
1 parent a8fe545 commit 7419056
Show file tree
Hide file tree
Showing 12 changed files with 261 additions and 27 deletions.
10 changes: 10 additions & 0 deletions apis/iam/v1alpha1/zz_generated.managed.go

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

10 changes: 10 additions & 0 deletions apis/s3control/v1alpha1/zz_generated.managed.go

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

10 changes: 10 additions & 0 deletions apis/servicediscovery/v1alpha1/zz_generated.managed.go

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

30 changes: 30 additions & 0 deletions apis/sesv2/v1alpha1/zz_generated.managed.go

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

2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ require (
k8s.io/api v0.27.3
k8s.io/apimachinery v0.27.3
k8s.io/client-go v0.27.3
k8s.io/utils v0.0.0-20230505201702-9f6742963106
sigs.k8s.io/controller-runtime v0.15.0
sigs.k8s.io/controller-tools v0.12.1
sigs.k8s.io/yaml v1.3.0
Expand Down Expand Up @@ -139,7 +140,6 @@ require (
k8s.io/component-base v0.27.3 // indirect
k8s.io/klog/v2 v2.100.1 // indirect
k8s.io/kube-openapi v0.0.0-20230525220651-2546d827e515 // indirect
k8s.io/utils v0.0.0-20230505201702-9f6742963106 // indirect
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
)
37 changes: 33 additions & 4 deletions package/crds/iam.aws.crossplane.io_servicelinkedroles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.11.1
creationTimestamp: null
controller-gen.kubebuilder.io/version: v0.12.1
name: servicelinkedroles.iam.aws.crossplane.io
spec:
group: iam.aws.crossplane.io
Expand Down Expand Up @@ -54,9 +53,13 @@ spec:
properties:
deletionPolicy:
default: Delete
description: DeletionPolicy specifies what will happen to the underlying
description: 'DeletionPolicy specifies what will happen to the underlying
external when this managed resource is deleted - either "Delete"
or "Orphan" the external resource.
or "Orphan" the external resource. This field is planned to be deprecated
in favor of the ManagementPolicies field in a future release. Currently,
both could be set independently and non-default values would be
honored if the feature flag is enabled. See the design doc for more
information: https://github.com/crossplane/crossplane/blob/499895a25d1a1a0ba1604944ef98ac7a1a71f197/design/design-doc-observe-only-resources.md?plain=1#L223'
enum:
- Orphan
- Delete
Expand Down Expand Up @@ -93,6 +96,32 @@ spec:
required:
- awsServiceName
type: object
managementPolicies:
default:
- '*'
description: 'THIS IS AN ALPHA FIELD. Do not use it in production.
It is not honored unless the relevant Crossplane feature flag is
enabled, and may be changed or removed without notice. ManagementPolicies
specify the array of actions Crossplane is allowed to take on the
managed and external resources. This field is planned to replace
the DeletionPolicy field in a future release. Currently, both could
be set independently and non-default values would be honored if
the feature flag is enabled. If both are custom, the DeletionPolicy
field will be ignored. See the design doc for more information:
https://github.com/crossplane/crossplane/blob/499895a25d1a1a0ba1604944ef98ac7a1a71f197/design/design-doc-observe-only-resources.md?plain=1#L223
and this one: https://github.com/crossplane/crossplane/blob/444267e84783136daa93568b364a5f01228cacbe/design/one-pager-ignore-changes.md'
items:
description: A ManagementAction represents an action that the Crossplane
controllers can take on an external resource.
enum:
- Observe
- Create
- Update
- Delete
- LateInitialize
- '*'
type: string
type: array
providerConfigRef:
default:
name: default
Expand Down
37 changes: 33 additions & 4 deletions package/crds/s3control.aws.crossplane.io_accesspoints.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.11.1
creationTimestamp: null
controller-gen.kubebuilder.io/version: v0.12.1
name: accesspoints.s3control.aws.crossplane.io
spec:
group: s3control.aws.crossplane.io
Expand Down Expand Up @@ -54,9 +53,13 @@ spec:
properties:
deletionPolicy:
default: Delete
description: DeletionPolicy specifies what will happen to the underlying
description: 'DeletionPolicy specifies what will happen to the underlying
external when this managed resource is deleted - either "Delete"
or "Orphan" the external resource.
or "Orphan" the external resource. This field is planned to be deprecated
in favor of the ManagementPolicies field in a future release. Currently,
both could be set independently and non-default values would be
honored if the feature flag is enabled. See the design doc for more
information: https://github.com/crossplane/crossplane/blob/499895a25d1a1a0ba1604944ef98ac7a1a71f197/design/design-doc-observe-only-resources.md?plain=1#L223'
enum:
- Orphan
- Delete
Expand Down Expand Up @@ -736,6 +739,32 @@ spec:
- accountID
- region
type: object
managementPolicies:
default:
- '*'
description: 'THIS IS AN ALPHA FIELD. Do not use it in production.
It is not honored unless the relevant Crossplane feature flag is
enabled, and may be changed or removed without notice. ManagementPolicies
specify the array of actions Crossplane is allowed to take on the
managed and external resources. This field is planned to replace
the DeletionPolicy field in a future release. Currently, both could
be set independently and non-default values would be honored if
the feature flag is enabled. If both are custom, the DeletionPolicy
field will be ignored. See the design doc for more information:
https://github.com/crossplane/crossplane/blob/499895a25d1a1a0ba1604944ef98ac7a1a71f197/design/design-doc-observe-only-resources.md?plain=1#L223
and this one: https://github.com/crossplane/crossplane/blob/444267e84783136daa93568b364a5f01228cacbe/design/one-pager-ignore-changes.md'
items:
description: A ManagementAction represents an action that the Crossplane
controllers can take on an external resource.
enum:
- Observe
- Create
- Update
- Delete
- LateInitialize
- '*'
type: string
type: array
providerConfigRef:
default:
name: default
Expand Down
37 changes: 33 additions & 4 deletions package/crds/servicediscovery.aws.crossplane.io_services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.11.1
creationTimestamp: null
controller-gen.kubebuilder.io/version: v0.12.1
name: services.servicediscovery.aws.crossplane.io
spec:
group: servicediscovery.aws.crossplane.io
Expand Down Expand Up @@ -54,9 +53,13 @@ spec:
properties:
deletionPolicy:
default: Delete
description: DeletionPolicy specifies what will happen to the underlying
description: 'DeletionPolicy specifies what will happen to the underlying
external when this managed resource is deleted - either "Delete"
or "Orphan" the external resource.
or "Orphan" the external resource. This field is planned to be deprecated
in favor of the ManagementPolicies field in a future release. Currently,
both could be set independently and non-default values would be
honored if the feature flag is enabled. See the design doc for more
information: https://github.com/crossplane/crossplane/blob/499895a25d1a1a0ba1604944ef98ac7a1a71f197/design/design-doc-observe-only-resources.md?plain=1#L223'
enum:
- Orphan
- Delete
Expand Down Expand Up @@ -250,6 +253,32 @@ spec:
- name
- region
type: object
managementPolicies:
default:
- '*'
description: 'THIS IS AN ALPHA FIELD. Do not use it in production.
It is not honored unless the relevant Crossplane feature flag is
enabled, and may be changed or removed without notice. ManagementPolicies
specify the array of actions Crossplane is allowed to take on the
managed and external resources. This field is planned to replace
the DeletionPolicy field in a future release. Currently, both could
be set independently and non-default values would be honored if
the feature flag is enabled. If both are custom, the DeletionPolicy
field will be ignored. See the design doc for more information:
https://github.com/crossplane/crossplane/blob/499895a25d1a1a0ba1604944ef98ac7a1a71f197/design/design-doc-observe-only-resources.md?plain=1#L223
and this one: https://github.com/crossplane/crossplane/blob/444267e84783136daa93568b364a5f01228cacbe/design/one-pager-ignore-changes.md'
items:
description: A ManagementAction represents an action that the Crossplane
controllers can take on an external resource.
enum:
- Observe
- Create
- Update
- Delete
- LateInitialize
- '*'
type: string
type: array
providerConfigRef:
default:
name: default
Expand Down
37 changes: 33 additions & 4 deletions package/crds/sesv2.aws.crossplane.io_configurationsets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.11.1
creationTimestamp: null
controller-gen.kubebuilder.io/version: v0.12.1
name: configurationsets.sesv2.aws.crossplane.io
spec:
group: sesv2.aws.crossplane.io
Expand Down Expand Up @@ -54,9 +53,13 @@ spec:
properties:
deletionPolicy:
default: Delete
description: DeletionPolicy specifies what will happen to the underlying
description: 'DeletionPolicy specifies what will happen to the underlying
external when this managed resource is deleted - either "Delete"
or "Orphan" the external resource.
or "Orphan" the external resource. This field is planned to be deprecated
in favor of the ManagementPolicies field in a future release. Currently,
both could be set independently and non-default values would be
honored if the feature flag is enabled. See the design doc for more
information: https://github.com/crossplane/crossplane/blob/499895a25d1a1a0ba1604944ef98ac7a1a71f197/design/design-doc-observe-only-resources.md?plain=1#L223'
enum:
- Orphan
- Delete
Expand Down Expand Up @@ -150,6 +153,32 @@ spec:
required:
- region
type: object
managementPolicies:
default:
- '*'
description: 'THIS IS AN ALPHA FIELD. Do not use it in production.
It is not honored unless the relevant Crossplane feature flag is
enabled, and may be changed or removed without notice. ManagementPolicies
specify the array of actions Crossplane is allowed to take on the
managed and external resources. This field is planned to replace
the DeletionPolicy field in a future release. Currently, both could
be set independently and non-default values would be honored if
the feature flag is enabled. If both are custom, the DeletionPolicy
field will be ignored. See the design doc for more information:
https://github.com/crossplane/crossplane/blob/499895a25d1a1a0ba1604944ef98ac7a1a71f197/design/design-doc-observe-only-resources.md?plain=1#L223
and this one: https://github.com/crossplane/crossplane/blob/444267e84783136daa93568b364a5f01228cacbe/design/one-pager-ignore-changes.md'
items:
description: A ManagementAction represents an action that the Crossplane
controllers can take on an external resource.
enum:
- Observe
- Create
- Update
- Delete
- LateInitialize
- '*'
type: string
type: array
providerConfigRef:
default:
name: default
Expand Down
Loading

0 comments on commit 7419056

Please sign in to comment.