This repository has been archived by the owner on Nov 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This will add a new key `appversion' which will get reflected in the
metadata(as key-pair in annotation) of deployment, job and deploymentConfig. It is optional and also empty value of `appversion` will not be added to metadata #407 Formatted code according to gofmt Added annotations to all the objects in resources.go, changed the type of appversion to string, declared a constant for appversion Formatted according to gofmt Added generalized method for all objects and removed type switch Formatted according to gofmt This will accpet input of appversion of any kind like integer or float or string without quotes Here using a special type to allow marshalling and git commit -am Fallback to previous implementation, using Type as string and adding annotations in different places and user have to give input in quotes in case of int or float
- Loading branch information
1 parent
9ce3f49
commit b8a4279
Showing
6 changed files
with
44 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters