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

WIP: API docs for LKE NodePool labels and taints #953

Conversation

mrogers950
Copy link

This PR adds docs for the upcoming LKE API feature of adding Kubernetes labels and taints to node pools.

@mrogers950 mrogers950 changed the title API docs for LKE NodePool labels and taints WIP: API docs for LKE NodePool labels and taints May 28, 2024
@mrogers950
Copy link
Author

Just tagging as WIP for now to ensure we don't merge before the feature

type: string
minLength: 1
maxLength: 63
pattern: '^([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9]${1,63}'
Copy link
Author

Choose a reason for hiding this comment

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

note for reviewers: I'm not sure about including the pattern as it's specified because it doesn't take into account the third bullet point in the description below, which changes the length and allowed pattern on the prefix.

Copy link
Collaborator

Choose a reason for hiding this comment

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

The syntax {1,63} placed after $, I'm not sure that's correct..

Can I remove ${1,63} from the syntax? 

@wildmanonline
Copy link
Collaborator

Closing this in favor of #954

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants