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

Apply namespace objects before everything else #812

Merged
merged 1 commit into from
Oct 25, 2017

Conversation

tamarakaufler
Copy link
Contributor

@tamarakaufler tamarakaufler commented Oct 25, 2017

When creating a kubernetes object which lives in a non-default namespace, the namespace must already exist. This set of changes ensures we apply namespace objects before everything else to prevent that class of error.

Fixes #812

return r
}

func mockResourceWithIgnorePolicy(kind, namespace, name string) rscIgnorePolicy {

This comment was marked as abuse.

This comment was marked as abuse.

@tamarakaufler tamarakaufler force-pushed the 756b-include-errors-in-sync-events branch from 02f34d0 to 0052d31 Compare October 25, 2017 15:29
@tamarakaufler tamarakaufler merged commit 65c823b into master Oct 25, 2017
@samb1729
Copy link
Contributor

@tamarakaufler delete your branch :)

@tamarakaufler tamarakaufler deleted the 756b-include-errors-in-sync-events branch October 26, 2017 09:39
@samb1729 samb1729 changed the title 756b include errors in sync events Apply namespace objects before everything else Mar 23, 2018
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.

2 participants