-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Rename application package to builder #66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor nits. Feel free to self-merge it after addressing those.
limitations under the License. | ||
*/ | ||
|
||
// Package builder provides wraps other controller-runtime libraries and exposes simple |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove 'provides'
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
// An application is a Controller that implements the operational logic for an application. It is often used | ||
// to take off-the-shelf OSS applications, and make them Kubernetes native. | ||
// Application Controllers are most useful for stateful applications such as Cassandra, Etcd and MySQL | ||
// which contain operation logic for sharding, backup and restore, upgrade / downgrade, etc. | ||
package application |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We are keeping this around ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just for documentation
New changes are detected. LGTM label has been removed. |
Rename application package to builder
standardize kubebuilder codegeneration labels to have +kubebuilder: prefix
No description provided.