WorkloadControllerAspectApiDTO

Description

Inherits From

This DTO inherits from EntityAspect

Optional Parameters

controllerType
  • type: string

  • description: Information about workload controller type.

  • enum: ['CRON_JOB_INFO', 'CUSTOM_CONTROLLER_INFO', 'DAEMON_SET_INFO', 'DEPLOYMENT_INFO', 'JOB_INFO', 'REPLICA_SET_INFO', 'REPLICATION_CONTROLLER_INFO', 'STATEFUL_SET_INFO']

customControllerType
  • type: string

  • description: Information about custom controller type. Only set when the controllerType is CUSTOM_CONTROLLER_INFO.

controllerReplicaCount
  • type: integer

  • format: int32

  • description: The number of active replicas controlled by the workload controller.