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

Provider api #183

Closed
wants to merge 3 commits into from
Closed

Provider api #183

wants to merge 3 commits into from

Conversation

greghaynes
Copy link
Contributor

No description provided.

@cmoulliard
Copy link
Contributor

Can you please add an issue with the description about the PR ?

@nimakaviani
Copy link
Contributor

nimakaviani commented Mar 25, 2024

@cmoulliard, I believe this is the issue the PR is for: #161

@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.14.0
controller-gen.kubebuilder.io/version: v0.12.0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks like you need to bump the version of your controller gen. are you using an older version of idpbuilder or is there any other reason to have this older version used?

Comment on lines -22 to +24
description: |-
APIVersion defines the versioned schema of this representation of an object.
Servers should convert recognized schemas to the latest internal value, and
may reject unrecognized values.
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
description: 'APIVersion defines the versioned schema of this representation
of an object. Servers should convert recognized schemas to the latest
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

these diffs will go away if a newer version of controller gen is used

Comment on lines +14 to +16
type KindConfig struct {
KindConfigPath string
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

better to move the KindConfig definition under pkg/k8s/providers/kind for it to be self contained

@nabuskey
Copy link
Contributor

Closing this due to inactivity. Feel free to reopen.

@nabuskey nabuskey closed this Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants