Skip to content

Commit d4ec246

Browse files
authored
Merge pull request #3284 from camilamacedo86/deprecated-packages
✨ (API) deprecate kustomize/v1 and go/v3 packages
2 parents 99e275d + 820eeba commit d4ec246

File tree

11 files changed

+11
-0
lines changed

11 files changed

+11
-0
lines changed

pkg/plugins/common/kustomize/v1/api.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ See the License for the specific language governing permissions and
1414
limitations under the License.
1515
*/
1616

17+
//go:deprecated This package has been deprecated in favor of v2
1718
package v1
1819

1920
import (

pkg/plugins/common/kustomize/v1/create.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ See the License for the specific language governing permissions and
1414
limitations under the License.
1515
*/
1616

17+
//go:deprecated This package has been deprecated in favor of v2
1718
package v1
1819

1920
import (

pkg/plugins/common/kustomize/v1/init.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ See the License for the specific language governing permissions and
1414
limitations under the License.
1515
*/
1616

17+
//go:deprecated This package has been deprecated in favor of v2
1718
package v1
1819

1920
import (

pkg/plugins/common/kustomize/v1/plugin.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ See the License for the specific language governing permissions and
1414
limitations under the License.
1515
*/
1616

17+
//go:deprecated This package has been deprecated in favor of v2
1718
package v1
1819

1920
import (

pkg/plugins/common/kustomize/v1/webhook.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ See the License for the specific language governing permissions and
1414
limitations under the License.
1515
*/
1616

17+
//go:deprecated This package has been deprecated in favor of v2
1718
package v1
1819

1920
import (

pkg/plugins/golang/v3/api.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ See the License for the specific language governing permissions and
1414
limitations under the License.
1515
*/
1616

17+
//go:deprecated This package has been deprecated in favor of v4
1718
package v3
1819

1920
import (

pkg/plugins/golang/v3/commons.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ See the License for the specific language governing permissions and
1414
limitations under the License.
1515
*/
1616

17+
//go:deprecated This package has been deprecated in favor of v4
1718
package v3
1819

1920
import (

pkg/plugins/golang/v3/edit.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ See the License for the specific language governing permissions and
1414
limitations under the License.
1515
*/
1616

17+
//go:deprecated This package has been deprecated in favor of v4
1718
package v3
1819

1920
import (

pkg/plugins/golang/v3/init.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ See the License for the specific language governing permissions and
1414
limitations under the License.
1515
*/
1616

17+
//go:deprecated This package has been deprecated in favor of v4
1718
package v3
1819

1920
import (

pkg/plugins/golang/v3/plugin.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ See the License for the specific language governing permissions and
1414
limitations under the License.
1515
*/
1616

17+
//go:deprecated This package has been deprecated in favor of v4
1718
package v3
1819

1920
import (

0 commit comments

Comments
 (0)