Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 796 Bytes

File metadata and controls

21 lines (11 loc) · 796 Bytes

PlayKubePod

Properties

Name Type Description Notes
containerErrors List<String> ContainerErrors - any errors that occurred while starting containers in the pod. [optional]
containers List<String> Containers - the IDs of the containers running in the created pod. [optional]
ID String ID - ID of the pod created as a result of play kube. [optional]
initContainers List<String> InitContainers - the IDs of the init containers to be run in the created pod. [optional]
logs List<String> Logs - non-fatal errors and log messages while processing. [optional]

Implemented Interfaces

  • Serializable