Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 11 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save kunal-kushwaha/0bcacc0afd3a1908c58fd998a806261c to your computer and use it in GitHub Desktop.
Save kunal-kushwaha/0bcacc0afd3a1908c58fd998a806261c to your computer and use it in GitHub Desktop.
Work product submission for GSoC 2019 project

Google Summer of Code 2019 Work Product Submission

Student: Kunal Kushwaha (@kunal-kushwaha)
Organisation: JBoss
Project: Adding support for missing resources & missing test coverage in Kubernetes-Client


Overview of Work Done

(Click on the title for link to PR)

Test Coverage for missing resources

Provided missing test coverage for resources in kubernetes-client -

Support for missing resources

Added support for missing resources in kubernetes-client -

  • SelfSubjectAccessReview & SelfSubjectRulesReview : SelfSubjectAccessReview checks whether or the current user can perform an action. Not filling in a spec.namespace means "in all namespaces". SelfSubjectRulesReview enumerates the set of actions the current user can perform within a namespace. SelfSubjectRulesReview should be used by UIs to show/hide actions, or to quickly let an end user reason about their permissions.
  • ServiceCatalog : Service Catalog is an extension API that enables applications running in Kubernetes clusters to easily use external managed software offerings, such as a datastore service offered by a cloud provider. It provides a way to list, provision, and bind with external Managed Services from Service Brokers without needing detailed knowledge about how those services are created or managed.
  • TemplateInstance : TemplateInstance requests and records the instantiation of a Template. TemplateInstance is part of an experimental API.

Other Contributions

Other contributions include -


All the changes made have been documented in CHANGELOG.md


Blogs

Blogs I wrote during the GSoC period -


Thanks.

@DivvSaxena
Copy link

Hey @kunal-kushwaha I was interested in reading your blogs but your links are broken here , Just wanted to give this feedbacks!

@balaji-sivasakthi
Copy link

Great Works, @kunal-kushwaha

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment