18
18
// create a MutatingWebhookConfiguration
19
19
//
20
20
v1_mutating_webhook_configuration_t *
21
- AdmissionregistrationV1API_createMutatingWebhookConfiguration (apiClient_t * apiClient , v1_mutating_webhook_configuration_t * body , char * pretty , char * dryRun , char * fieldManager , char * fieldValidation );
21
+ AdmissionregistrationV1API_createMutatingWebhookConfiguration (apiClient_t * apiClient , v1_mutating_webhook_configuration_t * body , char * pretty , char * dryRun , char * fieldManager , char * fieldValidation );
22
22
23
23
24
24
// create a ValidatingWebhookConfiguration
25
25
//
26
26
v1_validating_webhook_configuration_t *
27
- AdmissionregistrationV1API_createValidatingWebhookConfiguration (apiClient_t * apiClient , v1_validating_webhook_configuration_t * body , char * pretty , char * dryRun , char * fieldManager , char * fieldValidation );
27
+ AdmissionregistrationV1API_createValidatingWebhookConfiguration (apiClient_t * apiClient , v1_validating_webhook_configuration_t * body , char * pretty , char * dryRun , char * fieldManager , char * fieldValidation );
28
28
29
29
30
30
// delete collection of MutatingWebhookConfiguration
31
31
//
32
32
v1_status_t *
33
- AdmissionregistrationV1API_deleteCollectionMutatingWebhookConfiguration (apiClient_t * apiClient , char * pretty , char * _continue , char * dryRun , char * fieldSelector , int gracePeriodSeconds , char * labelSelector , int limit , int orphanDependents , char * propagationPolicy , char * resourceVersion , char * resourceVersionMatch , int sendInitialEvents , int timeoutSeconds , v1_delete_options_t * body );
33
+ AdmissionregistrationV1API_deleteCollectionMutatingWebhookConfiguration (apiClient_t * apiClient , char * pretty , char * _continue , char * dryRun , char * fieldSelector , int * gracePeriodSeconds , char * labelSelector , int * limit , int * orphanDependents , char * propagationPolicy , char * resourceVersion , char * resourceVersionMatch , int * sendInitialEvents , int * timeoutSeconds , v1_delete_options_t * body );
34
34
35
35
36
36
// delete collection of ValidatingWebhookConfiguration
37
37
//
38
38
v1_status_t *
39
- AdmissionregistrationV1API_deleteCollectionValidatingWebhookConfiguration (apiClient_t * apiClient , char * pretty , char * _continue , char * dryRun , char * fieldSelector , int gracePeriodSeconds , char * labelSelector , int limit , int orphanDependents , char * propagationPolicy , char * resourceVersion , char * resourceVersionMatch , int sendInitialEvents , int timeoutSeconds , v1_delete_options_t * body );
39
+ AdmissionregistrationV1API_deleteCollectionValidatingWebhookConfiguration (apiClient_t * apiClient , char * pretty , char * _continue , char * dryRun , char * fieldSelector , int * gracePeriodSeconds , char * labelSelector , int * limit , int * orphanDependents , char * propagationPolicy , char * resourceVersion , char * resourceVersionMatch , int * sendInitialEvents , int * timeoutSeconds , v1_delete_options_t * body );
40
40
41
41
42
42
// delete a MutatingWebhookConfiguration
43
43
//
44
44
v1_status_t *
45
- AdmissionregistrationV1API_deleteMutatingWebhookConfiguration (apiClient_t * apiClient , char * name , char * pretty , char * dryRun , int gracePeriodSeconds , int orphanDependents , char * propagationPolicy , v1_delete_options_t * body );
45
+ AdmissionregistrationV1API_deleteMutatingWebhookConfiguration (apiClient_t * apiClient , char * name , char * pretty , char * dryRun , int * gracePeriodSeconds , int * orphanDependents , char * propagationPolicy , v1_delete_options_t * body );
46
46
47
47
48
48
// delete a ValidatingWebhookConfiguration
49
49
//
50
50
v1_status_t *
51
- AdmissionregistrationV1API_deleteValidatingWebhookConfiguration (apiClient_t * apiClient , char * name , char * pretty , char * dryRun , int gracePeriodSeconds , int orphanDependents , char * propagationPolicy , v1_delete_options_t * body );
51
+ AdmissionregistrationV1API_deleteValidatingWebhookConfiguration (apiClient_t * apiClient , char * name , char * pretty , char * dryRun , int * gracePeriodSeconds , int * orphanDependents , char * propagationPolicy , v1_delete_options_t * body );
52
52
53
53
54
54
// get available resources
@@ -60,48 +60,48 @@ AdmissionregistrationV1API_getAPIResources(apiClient_t *apiClient);
60
60
// list or watch objects of kind MutatingWebhookConfiguration
61
61
//
62
62
v1_mutating_webhook_configuration_list_t *
63
- AdmissionregistrationV1API_listMutatingWebhookConfiguration (apiClient_t * apiClient , char * pretty , int allowWatchBookmarks , char * _continue , char * fieldSelector , char * labelSelector , int limit , char * resourceVersion , char * resourceVersionMatch , int sendInitialEvents , int timeoutSeconds , int watch );
63
+ AdmissionregistrationV1API_listMutatingWebhookConfiguration (apiClient_t * apiClient , char * pretty , int * allowWatchBookmarks , char * _continue , char * fieldSelector , char * labelSelector , int * limit , char * resourceVersion , char * resourceVersionMatch , int * sendInitialEvents , int * timeoutSeconds , int * watch );
64
64
65
65
66
66
// list or watch objects of kind ValidatingWebhookConfiguration
67
67
//
68
68
v1_validating_webhook_configuration_list_t *
69
- AdmissionregistrationV1API_listValidatingWebhookConfiguration (apiClient_t * apiClient , char * pretty , int allowWatchBookmarks , char * _continue , char * fieldSelector , char * labelSelector , int limit , char * resourceVersion , char * resourceVersionMatch , int sendInitialEvents , int timeoutSeconds , int watch );
69
+ AdmissionregistrationV1API_listValidatingWebhookConfiguration (apiClient_t * apiClient , char * pretty , int * allowWatchBookmarks , char * _continue , char * fieldSelector , char * labelSelector , int * limit , char * resourceVersion , char * resourceVersionMatch , int * sendInitialEvents , int * timeoutSeconds , int * watch );
70
70
71
71
72
72
// partially update the specified MutatingWebhookConfiguration
73
73
//
74
74
v1_mutating_webhook_configuration_t *
75
- AdmissionregistrationV1API_patchMutatingWebhookConfiguration (apiClient_t * apiClient , char * name , object_t * body , char * pretty , char * dryRun , char * fieldManager , char * fieldValidation , int force );
75
+ AdmissionregistrationV1API_patchMutatingWebhookConfiguration (apiClient_t * apiClient , char * name , object_t * body , char * pretty , char * dryRun , char * fieldManager , char * fieldValidation , int * force );
76
76
77
77
78
78
// partially update the specified ValidatingWebhookConfiguration
79
79
//
80
80
v1_validating_webhook_configuration_t *
81
- AdmissionregistrationV1API_patchValidatingWebhookConfiguration (apiClient_t * apiClient , char * name , object_t * body , char * pretty , char * dryRun , char * fieldManager , char * fieldValidation , int force );
81
+ AdmissionregistrationV1API_patchValidatingWebhookConfiguration (apiClient_t * apiClient , char * name , object_t * body , char * pretty , char * dryRun , char * fieldManager , char * fieldValidation , int * force );
82
82
83
83
84
84
// read the specified MutatingWebhookConfiguration
85
85
//
86
86
v1_mutating_webhook_configuration_t *
87
- AdmissionregistrationV1API_readMutatingWebhookConfiguration (apiClient_t * apiClient , char * name , char * pretty );
87
+ AdmissionregistrationV1API_readMutatingWebhookConfiguration (apiClient_t * apiClient , char * name , char * pretty );
88
88
89
89
90
90
// read the specified ValidatingWebhookConfiguration
91
91
//
92
92
v1_validating_webhook_configuration_t *
93
- AdmissionregistrationV1API_readValidatingWebhookConfiguration (apiClient_t * apiClient , char * name , char * pretty );
93
+ AdmissionregistrationV1API_readValidatingWebhookConfiguration (apiClient_t * apiClient , char * name , char * pretty );
94
94
95
95
96
96
// replace the specified MutatingWebhookConfiguration
97
97
//
98
98
v1_mutating_webhook_configuration_t *
99
- AdmissionregistrationV1API_replaceMutatingWebhookConfiguration (apiClient_t * apiClient , char * name , v1_mutating_webhook_configuration_t * body , char * pretty , char * dryRun , char * fieldManager , char * fieldValidation );
99
+ AdmissionregistrationV1API_replaceMutatingWebhookConfiguration (apiClient_t * apiClient , char * name , v1_mutating_webhook_configuration_t * body , char * pretty , char * dryRun , char * fieldManager , char * fieldValidation );
100
100
101
101
102
102
// replace the specified ValidatingWebhookConfiguration
103
103
//
104
104
v1_validating_webhook_configuration_t *
105
- AdmissionregistrationV1API_replaceValidatingWebhookConfiguration (apiClient_t * apiClient , char * name , v1_validating_webhook_configuration_t * body , char * pretty , char * dryRun , char * fieldManager , char * fieldValidation );
105
+ AdmissionregistrationV1API_replaceValidatingWebhookConfiguration (apiClient_t * apiClient , char * name , v1_validating_webhook_configuration_t * body , char * pretty , char * dryRun , char * fieldManager , char * fieldValidation );
106
106
107
107
0 commit comments