Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languageactionscript3
titlesoa.json for type=daemon
{
    "type": "daemon",
	"subType": "cronJob",
    "name": "kubernetes",
    "group": "damongroup",
	"description": "This is the description of your cronJob daemon",

	"tagstab": {
["tag1", "tag2"], 	"attributes": { 		"att1main": ["att1.1"kubernetes_cronjob",
"att1.2"], 		"att2": ["att2.1", "att2.2"] 	}, 	"programsub": ["soajs"],Subtype_Daemon"
  	"tab": {},

    	"mainport": "kubernetes cronjob"4100,
    	"subversion": "Subtype Daemon"
  	}1",

	"documentation": {
		"readme": "/doc/markupfile",
		"release": "/doc/markupfile"
	},

	//Search criteria
	"tags": ["tag1", "port": 4100,
    "version": "1",

	"tag2"],
	"attributes": {
		"att1": ["att1.1", "att1.2"],
		"att2": ["att2.1", "att2.2"]
	},
	"program": ["soajs"],

	//Configuration
	"maintenance": {
        "port": {
            "type": "inherit"
        },
        "readiness": "/heartbeat"
    },
    "prerequisites": {
        "cpu": " ",
        "memory": " "
    },

	//Custom profile
 	"profile": {
        //free to add whatever you want
    }
}

...