Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.07 KB

PlayKubeReport.md

File metadata and controls

25 lines (15 loc) · 1.07 KB

PlayKubeReport

Properties

Name Type Description Notes
exitCode Integer If set, exit with the specified exit code. [optional]
pods List<PlayKubePod> Pods - pods created by play kube. [optional]
rmReport List<PodRmReport> [optional]
secretRmReport List<SecretRmReport> [optional]
secrets List<PlaySecret> Secrets - secrets created by play kube [optional]
serviceContainerID String ServiceContainerID - ID of the service container if one is created [optional]
stopReport List<PodStopReport> [optional]
volumeRmReport List<VolumeRmReport> [optional]
volumes List<PlayKubeVolume> Volumes - volumes created by play kube. [optional]

Implemented Interfaces

  • Serializable