Giter VIP home page Giter VIP logo

Comments (2)

TomerFi avatar TomerFi commented on June 2, 2024

To illustrate the goal of this task, note this self-explanatory warning from a random deploy process:

Warning: cluster.open-cluster-management.io/v1beta1 ManagedClusterSetBinding is deprecated;
use cluster.open-cluster-management.io/v1beta2 ManagedClusterSetBinding

To avoid this specific warning in deployment based on our snippets or templates, we need to:

1- Update the various templates, i.e. the Git Subscription template.

2- Add a new snippets here, i.e. :

{
	"managedclustersetbinding-v1beta1": {
            ...
	},
	"managedclustersetbinding-v1beta2": {
            ...
	}
}

In regards to the snippets, we should also decide whether or not we want to keep the old v1beta1 version.

I think this is the CRD for ManagedClustersetBinding.

from ocm-vscode-extension.

TomerFi avatar TomerFi commented on June 2, 2024

To illustrate the second goal of this task, we can take a look at the Subscription CRD, we can see properties such as overrides, packageFilter, and packageOverrides which has little to no representation in our snippets.

This is just an example, other resource kinds has other missing properties that might be useful to users.
We can discuss different properties for different kinds and decide together which, if any, we want to include in our snippets.

from ocm-vscode-extension.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.