Container is created.Container using configuration from the provided ContainerConfiguration.Container that will be started as part of a
Kubernetes Pod by launching the specified Docker image.RelaxedNames for the given source camelCase source name.EntryPointStyle to use.ImagePullPolicy to use.RestartPolicy to use.
spring.cloud.deployer.kubernetes.volumes=[{name: testhostpath, hostPath: { path: '/test/override/hostPath' }},
{name: 'testpvc', persistentVolumeClaim: { claimName: 'testClaim', readOnly: 'true' }},
{name: 'testnfs', nfs: { server: '10.0.0.1:111', path: '/test/nfs' }}]
Volumes can be specified as deployer properties as well as app deployment properties.KubernetesAppDeployer.Scheduler SPI.RelaxedNames instance.name to an ImagePullPolicy by ignoring case, dashes, underscores
and so on in a relaxed fashion.EntryPointStyle to use.ImagePullPolicy to use.RestartPolicy to use.RunningPhaseDeploymentStateResolver implementation.Copyright © 2020 Pivotal Software, Inc.. All rights reserved.