apiVersion property
The API version of the owner resource.
Examples:
- 'v1' for core resources
- 'apps/v1' for Deployments, StatefulSets
- 'batch/v1' for Jobs
Implementation
@JsonKey(includeIfNull: false)
String? apiVersion;
The API version of the owner resource.
Examples:
@JsonKey(includeIfNull: false)
String? apiVersion;