description: AppGroup is a collection of Pods belonging to the same application.
properties:
apiVersion:
description: 'APIVersion defines the versioned schema of this representation
of an object. Servers should convert recognized schemas to the latest
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
type: string
kind:
description: 'Kind is a string value representing the REST resource this
object represents. Servers may infer this from the endpoint the client
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
type: string
metadata:
type: object
spec:
description: AppGroupSpec defines the number of Pods and which Pods belong
to the group.
properties:
numMembers:
description: NumMembers defines the number of Pods belonging to the
App Group
format: int32
minimum: 1
type: integer
topologySortingAlgorithm:
description: The preferred Topology Sorting Algorithm
type: string
workloads:
description: Workloads defines the workloads belonging to the group
items:
description: AppGroupWorkload represents the Workloads belonging
to the App Group.
properties:
dependencies:
description: Dependencies of the Workload.
items:
description: DependenciesInfo contains information about one