Lifecycle

Lifecycle
Lifecycle
JSON Example
{
    "preStop": {
        "tcpSocket": {
            "port": "string"
        },
        "exec": {
            "command": [
                "string"
            ]
        },
        "httpGet": {
            "path": "string",
            "scheme": "string",
            "port": "string",
            "host": "string"
        }
    },
    "podStart": {
        "tcpSocket": {
            "port": "string"
        },
        "exec": {
            "command": [
                "string"
            ]
        },
        "httpGet": {
            "path": "string",
            "scheme": "string",
            "port": "string",
            "host": "string"
        }
    }
}
preStop
Optional

preStop

podStart
Optional

podStart

Property Of