Fix the issue of parsing json string of kubernetes secret
This commit is contained in:
@@ -20,14 +20,14 @@ typedef struct admissionregistration_v1_webhook_client_config_t admissionregistr
|
||||
|
||||
|
||||
typedef struct admissionregistration_v1_webhook_client_config_t {
|
||||
char ca_bundle; //Byte
|
||||
char *ca_bundle; //ByteArray
|
||||
struct admissionregistration_v1_service_reference_t *service; //model
|
||||
char *url; // string
|
||||
|
||||
} admissionregistration_v1_webhook_client_config_t;
|
||||
|
||||
admissionregistration_v1_webhook_client_config_t *admissionregistration_v1_webhook_client_config_create(
|
||||
char ca_bundle,
|
||||
char *ca_bundle,
|
||||
admissionregistration_v1_service_reference_t *service,
|
||||
char *url
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user