Skip to content

Feat: Allow Kubernetes generateName#492

Open
brycelowe wants to merge 2 commits into
homeport:mainfrom
brycelowe:bjl/feat/allow-kubernetes-generate-name
Open

Feat: Allow Kubernetes generateName#492
brycelowe wants to merge 2 commits into
homeport:mainfrom
brycelowe:bjl/feat/allow-kubernetes-generate-name

Conversation

@brycelowe

Copy link
Copy Markdown

Kubernetes provides the ability to create objects with generateName, which acts as a prefix and the suffix is added by the api-server and returned to the client. I discovered while attempting to diff my manifest using dyff that this seems unsupported at the moment.

I'm proposing adding a new flag here to maintain backwards compatibility that will enable matching on generateName.

Closes #491

@brycelowe brycelowe changed the title feat: allow kubernetes generateName Feat: Allow Kubernetes generateName Jun 7, 2025
@brycelowe brycelowe force-pushed the bjl/feat/allow-kubernetes-generate-name branch from ed82fca to b922b6f Compare July 15, 2025 03:47
Bryce Lowe added 2 commits July 19, 2025 13:32
Kubernetes provides the ability to create objects with generateName, which acts as a prefix and the suffix is added by the api-server and returned to the client.  I discovered while attempting to diff my manifest using dyff that this seems unsupported at the moment.

I'm proposing adding a new flag here to maintain backwards compatibility that will enable matching on generateName.
@brycelowe brycelowe force-pushed the bjl/feat/allow-kubernetes-generate-name branch from b922b6f to c06da71 Compare July 19, 2025 20:32
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.

Support Kubernetes generateName

1 participant