Skip to content

Commit 4238c3f

Browse files
authored
Merge pull request #3220 from camilamacedo86/update-design-status
📖 update the status of the proposals in the repo
2 parents 6f56fbf + 8bebf73 commit 4238c3f

7 files changed

+28
-15
lines changed

designs/code-generate-image-plugin.md

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,6 @@
1-
---
2-
title: Neat-Enhancement-Idea
3-
authors:
4-
- "@camilamacedo86"
5-
reviewers:
6-
- TBD
7-
approvers:
8-
- TBD
9-
creation-date: 2020-11-09
10-
last-updated: 2021-02-14
11-
status: implementable
12-
---
1+
| Authors | Creation Date | Status | Extra |
2+
|---------------|---------------|-------------|---|
3+
| @camilamacedo86 | 2021-02-14 | Implemented | [deploy-image-plugin-v1-alpha](https://book.kubebuilder.io/plugins/deploy-image-plugin-v1-alpha.html) |
134

145
# New Plugin (`deploy-image.go.kubebuilder.io/v1beta1`) to generate code
156

designs/crd_version_conversion.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
# API Versioning in Kubebuilder
1+
| Authors | Creation Date | Status | Extra |
2+
|---------------|---------------|-------------|-------|
3+
| @droot | 01/30/2019| implementable | - |
24

3-
Authors: @droot
4-
Last Updated on: 01/30/2019
5+
# API Versioning in Kubebuilder
56

67
This document describes high level design and workflow for supporting multiple versions in an API built using Kubebuilder. Multi-version support was added as an alpha feature in kubernetes project in 1.13 release. Here are links to some recommended reading material.
78

designs/extensible-cli-and-scaffolding-plugins-phase-1-5.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
| Authors | Creation Date | Status | Extra |
2+
|---------------|---------------|-------------|-----------------------------------------------------------------|
3+
| @adirio | Mar 9, 2021 | Implemented | [Plugins doc](https://book.kubebuilder.io/plugins/plugins.html) |
4+
15
# Extensible CLI and Scaffolding Plugins - Phase 1.5
26

37
Continuation of [Extensible CLI and Scaffolding Plugins](./extensible-cli-and-scaffolding-plugins-phase-1.md).

designs/extensible-cli-and-scaffolding-plugins-phase-1.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2+
| Authors | Creation Date | Status | Extra |
3+
|---------------|---------------|-------------|-----------------------------------------------------------------|
4+
| @estroz,@joelanford | Dec 10, 2019 | Implemented | [Plugins doc](https://book.kubebuilder.io/plugins/plugins.html) |
5+
16
# Extensible CLI and Scaffolding Plugins
27

38
## Overview

designs/extensible-cli-and-scaffolding-plugins-phase-2.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
| Authors | Creation Date | Status | Extra |
2+
|---------------|---------------|-------------|-----------------------------------------------------------------|
3+
| @rashmigottipati | Mar 9, 2021 | partial implemented | [Plugins doc](https://book.kubebuilder.io/plugins/plugins.html) |
4+
15
# Extensible CLI and Scaffolding Plugins - Phase 2
26

37
## Overview

designs/integrating-kubebuilder-and-osdk.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
| Authors | Creation Date | Status | Extra |
2+
|---------------|---------------|-------------|-------|
3+
| @joelanford | Sep 6, 2019 | implemented | - |
4+
15
Integrating Kubebuilder and Operator SDK
26
========================================
37

designs/simplified-scaffolding.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
| Authors | Creation Date | Status | Extra |
2+
|---------------|---------------|-------------|---|
3+
| @DirectXMan12 | Mar 6, 2019 | Implemented | - |
4+
15
Simplified Builder-Based Scaffolding
26
====================================
37

0 commit comments

Comments
 (0)