InitContainerPropertiesDefinition |
InitContainerPropertiesDefinition.withCommand(List<String> command) |
Set the command property: The command to execute within the init container in exec form.
|
InitContainerPropertiesDefinition |
InitContainerPropertiesDefinition.withEnvironmentVariables(List<EnvironmentVariable> environmentVariables) |
Set the environmentVariables property: The environment variables to set in the init container.
|
InitContainerPropertiesDefinition |
InitContainerPropertiesDefinition.withImage(String image) |
Set the image property: The image of the init container.
|
InitContainerPropertiesDefinition |
InitContainerPropertiesDefinition.withVolumeMounts(List<VolumeMount> volumeMounts) |
Set the volumeMounts property: The volume mounts available to the init container.
|