1. The kubernetes-client/gen setting for c generator
2. The source code generated by OpenAPI c generator
16 lines
311 B
C
16 lines
311 B
C
#include <stdlib.h>
|
|
#include <stdio.h>
|
|
#include "../include/apiClient.h"
|
|
#include "../include/list.h"
|
|
#include "../external/cJSON.h"
|
|
#include "../include/keyValuePair.h"
|
|
#include "../model/v1_api_group.h"
|
|
|
|
|
|
// get information of a group
|
|
//
|
|
v1_api_group_t*
|
|
CoordinationAPI_getAPIGroup(apiClient_t *apiClient);
|
|
|
|
|