apps.v1.customDeploymentStrategyParams
"CustomDeploymentStrategyParams are the input to the Custom deployment strategy."
Index
fn withCommand(command)
fn withCommandMixin(command)
fn withEnvironment(environment)
fn withEnvironmentMixin(environment)
fn withImage(image)
Fields
fn withCommand
withCommand(command)
"Command is optional and overrides CMD in the container Image."
fn withCommandMixin
withCommandMixin(command)
"Command is optional and overrides CMD in the container Image."
Note: This function appends passed data to existing values
fn withEnvironment
withEnvironment(environment)
"Environment holds the environment which will be given to the container for Image."
fn withEnvironmentMixin
withEnvironmentMixin(environment)
"Environment holds the environment which will be given to the container for Image."
Note: This function appends passed data to existing values
fn withImage
withImage(image)
"Image specifies a Docker image which can carry out a deployment."