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

moving Tenant scheduler to correct location #1627

Merged
merged 1 commit into from
Jun 16, 2023

Conversation

charris-ca
Copy link
Contributor

@charris-ca charris-ca commented Jun 7, 2023

Scheduler in the tenant resource was under metadata.scheduler. This fails when specifying any scheduler. Moving it to .scheduler according to the CRD schema.

Schema Reference:

      schema:
        openAPIV3Schema:
          properties:
            apiVersion:
              type: string
            kind:
              type: string
            metadata:
              type: object
            scheduler:
              properties:
                name:
                  type: string

Copy link
Contributor

@jiuker jiuker left a comment

Choose a reason for hiding this comment

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

good catch

@harshavardhana harshavardhana merged commit 40f13d5 into minio:master Jun 16, 2023
24 checks passed
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.

None yet

3 participants