Skip to content

apps.v1.customDeploymentStrategyParams

"CustomDeploymentStrategyParams are the input to the Custom deployment strategy."

Index

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 container image which can carry out a deployment."