Skip to content
This repository was archived by the owner on Mar 11, 2022. It is now read-only.

deploy/crds: new Resource Handling Modes: Create, Replace, Delete (#203)#223

Merged
seanmalloy merged 4 commits intoKohlsTechnology:masterfrom
akavel:many-modes
Dec 23, 2019
Merged

deploy/crds: new Resource Handling Modes: Create, Replace, Delete (#203)#223
seanmalloy merged 4 commits intoKohlsTechnology:masterfrom
akavel:many-modes

Conversation

@akavel
Copy link
Copy Markdown

@akavel akavel commented Dec 23, 2019

Description

Add support for new resource handling modes: Create, Replace, Delete.
They correspond to same-named subcommands of kubectl.

This feature is intended to allow a more fine-grained and explicit
management of resources for users who need it (instead of Apply).

Fixes #203

Type of change

  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist

  • Unit tests and e2e tests updated
  • Documentation updated

Mateusz Czapliński added 4 commits December 23, 2019 15:49
…r.sh

Move a comment that was incorrectly placed after KohlsTechnology#215 (it should have
been moved together with the code it describes).
)

Rename ResourceHandlingMode form CreateOrMerge to Apply.

First phase of fixing KohlsTechnology#203.
…hlsTechnology#203)

Add support for new resource handling modes: Create, Replace, Delete.
They correspond to same-named subcommands of kubectl.

This feature is intended to allow a more fine-grained and explicit
management of resources for users who need it (instead of Apply).

Fixes KohlsTechnology#203.
…#203)

Add a test for the recently added resource handling modes: Create,
Replace, Delete.

Related to KohlsTechnology#203.
@seanmalloy seanmalloy self-requested a review December 23, 2019 15:16
@seanmalloy seanmalloy added this to the v0.1.0 milestone Dec 23, 2019
@seanmalloy seanmalloy merged commit b0c143a into KohlsTechnology:master Dec 23, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Development

Successfully merging this pull request may close these issues.

Finalize Resource Handling Modes For v1alpha1

2 participants