Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Allow colons in the name component of resource IDs #1282

Merged
merged 1 commit into from
Aug 10, 2018

Conversation

squaremo
Copy link
Member

@squaremo squaremo commented Aug 9, 2018

There are published manifests that people want to be use with flux,
but use colons in resource names. Kubernetes admits these, so we may
as well too.

Fixes #1277. Will need to be vendored into weaveworks/service before being included in a release (ideally well before, say immediately after merging this).

There are published manifests that people want to be use with flux,
but use colons in resource names. Kubernetes admits these, so we may
as well too.
@squaremo squaremo requested a review from rndstr August 9, 2018 16:03
Copy link
Contributor

@rndstr rndstr left a comment

Choose a reason for hiding this comment

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

Nice!

{"legacy", "namespace/service"},
{"dots", "namespace:kind/name.with.dots"},
{"colons", "namespace:kind/name:with:colons"},
{"punctuation in general", "name-space:ki_nd/punc_tu:a.tion-rules"},

This comment was marked as abuse.

This comment was marked as abuse.

This comment was marked as abuse.

This comment was marked as abuse.

This comment was marked as abuse.

This comment was marked as abuse.

This comment was marked as abuse.

This comment was marked as abuse.

Copy link

@nicolerenee nicolerenee left a comment

Choose a reason for hiding this comment

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

See in line comments

@squaremo squaremo merged commit 082bbe8 into master Aug 10, 2018
@squaremo squaremo deleted the issue/1277-allow-later-colons branch August 10, 2018 10:12
squaremo added a commit to weaveworks/service that referenced this pull request Aug 31, 2018
In particular, to get fluxcd/flux#1282
which allows colons in resource names; if we don't have that change
here, we'll get events from fluxd that we can't parse.
squaremo added a commit to weaveworks/service that referenced this pull request Aug 31, 2018
In particular, to get fluxcd/flux#1282
which allows colons in resource names; if we don't have that change
here, we'll get events from fluxd that we can't parse.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants