Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(ec2): Add Capacity Reservations #1871

Conversation

philipp-hinteregger
Copy link

@philipp-hinteregger philipp-hinteregger commented Sep 12, 2023

Description of your changes

Fixes #1836

I have:

  • Read and followed Crossplane's contribution process.
  • Run make reviewable test to ensure this PR is ready for review.

How has this code been tested

apiVersion: ec2.aws.crossplane.io/v1alpha1
kind: CapacityReservation
metadata:
  name: sample-reservation
spec:
  forProvider:
    region: us-east-1
    availabilityZone: us-east-1a
    instanceCount: 1
    instanceType: t3a.nano
    instancePlatform: "Linux/UNIX"
  providerConfigRef:
    name: example

philipp-hinteregger and others added 12 commits September 12, 2023 10:37
…ation controller setup

Signed-off-by: Philipp Hinteregger <[email protected]>
Signed-off-by: Philipp Hinteregger <[email protected]>
Signed-off-by: Philipp Hinteregger <[email protected]>
@MisterMX
Copy link
Collaborator

@philipp-hinteregger can you rebase this on the latest master?

Copy link

Crossplane does not currently have enough maintainers to address every issue and pull request. This pull request has been automatically marked as stale because it has had no activity in the last 90 days. It will be closed in 14 days if no further activity occurs. Adding a comment starting with /fresh will mark this PR as not stale.

@github-actions github-actions bot added the stale label Jan 22, 2024
@github-actions github-actions bot closed this Feb 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add CapacityReservation from EC2 API
3 participants