diff --git a/kubernetes/src/main/java/io/kubernetes/client/openapi/ApiCallback.java b/kubernetes/src/main/java/io/kubernetes/client/openapi/ApiCallback.java
index 3cb9d6a2ba..6dac807a7c 100644
--- a/kubernetes/src/main/java/io/kubernetes/client/openapi/ApiCallback.java
+++ b/kubernetes/src/main/java/io/kubernetes/client/openapi/ApiCallback.java
@@ -1,16 +1,15 @@
/*
- * Kubernetes
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
- *
- * The version of the OpenAPI document: release-1.30
- *
- *
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
- * https://openapi-generator.tech
- * Do not edit the class manually.
- */
-
-
+Copyright 2024 The Kubernetes Authors.
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+http://www.apache.org/licenses/LICENSE-2.0
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+*/
package io.kubernetes.client.openapi;
import java.io.IOException;
diff --git a/kubernetes/src/main/java/io/kubernetes/client/openapi/ApiClient.java b/kubernetes/src/main/java/io/kubernetes/client/openapi/ApiClient.java
index 4d5271bcc9..a18ccfe6d4 100644
--- a/kubernetes/src/main/java/io/kubernetes/client/openapi/ApiClient.java
+++ b/kubernetes/src/main/java/io/kubernetes/client/openapi/ApiClient.java
@@ -1,16 +1,15 @@
/*
- * Kubernetes
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
- *
- * The version of the OpenAPI document: release-1.30
- *
- *
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
- * https://openapi-generator.tech
- * Do not edit the class manually.
- */
-
-
+Copyright 2024 The Kubernetes Authors.
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+http://www.apache.org/licenses/LICENSE-2.0
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+*/
package io.kubernetes.client.openapi;
import okhttp3.*;
@@ -1410,10 +1409,10 @@ public String guessContentTypeFromFile(File file) {
/**
* Add a Content-Disposition Header for the given key and file to the MultipartBody Builder.
*
- * @param mpBuilder MultipartBody.Builder
+ * @param mpBuilder MultipartBody.Builder
* @param key The key of the Header element
* @param file The file to add to the Header
- */
+ */
private void addPartToMultiPartBuilder(MultipartBody.Builder mpBuilder, String key, File file) {
Headers partHeaders = Headers.of("Content-Disposition", "form-data; name=\"" + key + "\"; filename=\"" + file.getName() + "\"");
MediaType mediaType = MediaType.parse(guessContentTypeFromFile(file));
diff --git a/kubernetes/src/main/java/io/kubernetes/client/openapi/ApiException.java b/kubernetes/src/main/java/io/kubernetes/client/openapi/ApiException.java
index db48fb77cd..0ec7bcf746 100644
--- a/kubernetes/src/main/java/io/kubernetes/client/openapi/ApiException.java
+++ b/kubernetes/src/main/java/io/kubernetes/client/openapi/ApiException.java
@@ -1,16 +1,15 @@
/*
- * Kubernetes
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
- *
- * The version of the OpenAPI document: release-1.30
- *
- *
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
- * https://openapi-generator.tech
- * Do not edit the class manually.
- */
-
-
+Copyright 2024 The Kubernetes Authors.
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+http://www.apache.org/licenses/LICENSE-2.0
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+*/
package io.kubernetes.client.openapi;
import java.util.Map;
diff --git a/kubernetes/src/main/java/io/kubernetes/client/openapi/ApiResponse.java b/kubernetes/src/main/java/io/kubernetes/client/openapi/ApiResponse.java
index fe527046da..3228aa6911 100644
--- a/kubernetes/src/main/java/io/kubernetes/client/openapi/ApiResponse.java
+++ b/kubernetes/src/main/java/io/kubernetes/client/openapi/ApiResponse.java
@@ -1,16 +1,15 @@
/*
- * Kubernetes
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
- *
- * The version of the OpenAPI document: release-1.30
- *
- *
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
- * https://openapi-generator.tech
- * Do not edit the class manually.
- */
-
-
+Copyright 2024 The Kubernetes Authors.
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+http://www.apache.org/licenses/LICENSE-2.0
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+*/
package io.kubernetes.client.openapi;
import java.util.List;
@@ -59,7 +58,7 @@ public int getStatusCode() {
/**
*
Get the headers
.
*
- * @return a {@link java.util.Map} of headers
+ * @return a {@link java.util.Map} of headers
*/
public Map> getHeaders() {
return headers;
diff --git a/kubernetes/src/main/java/io/kubernetes/client/openapi/Configuration.java b/kubernetes/src/main/java/io/kubernetes/client/openapi/Configuration.java
index 7402b695f8..56badfd7bc 100644
--- a/kubernetes/src/main/java/io/kubernetes/client/openapi/Configuration.java
+++ b/kubernetes/src/main/java/io/kubernetes/client/openapi/Configuration.java
@@ -1,16 +1,15 @@
/*
- * Kubernetes
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
- *
- * The version of the OpenAPI document: release-1.30
- *
- *
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
- * https://openapi-generator.tech
- * Do not edit the class manually.
- */
-
-
+Copyright 2024 The Kubernetes Authors.
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+http://www.apache.org/licenses/LICENSE-2.0
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+*/
package io.kubernetes.client.openapi;
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-09T20:15:56.920539Z[Etc/UTC]", comments = "Generator version: 7.6.0")
diff --git a/kubernetes/src/main/java/io/kubernetes/client/openapi/GzipRequestInterceptor.java b/kubernetes/src/main/java/io/kubernetes/client/openapi/GzipRequestInterceptor.java
index 1cde47526e..7b0cf738c6 100644
--- a/kubernetes/src/main/java/io/kubernetes/client/openapi/GzipRequestInterceptor.java
+++ b/kubernetes/src/main/java/io/kubernetes/client/openapi/GzipRequestInterceptor.java
@@ -1,16 +1,15 @@
/*
- * Kubernetes
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
- *
- * The version of the OpenAPI document: release-1.30
- *
- *
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
- * https://openapi-generator.tech
- * Do not edit the class manually.
- */
-
-
+Copyright 2024 The Kubernetes Authors.
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+http://www.apache.org/licenses/LICENSE-2.0
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+*/
package io.kubernetes.client.openapi;
import okhttp3.*;
diff --git a/kubernetes/src/main/java/io/kubernetes/client/openapi/JSON.java b/kubernetes/src/main/java/io/kubernetes/client/openapi/JSON.java
index 096c6a7623..8d0f4c47dd 100644
--- a/kubernetes/src/main/java/io/kubernetes/client/openapi/JSON.java
+++ b/kubernetes/src/main/java/io/kubernetes/client/openapi/JSON.java
@@ -1,16 +1,15 @@
/*
- * Kubernetes
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
- *
- * The version of the OpenAPI document: release-1.30
- *
- *
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
- * https://openapi-generator.tech
- * Do not edit the class manually.
- */
-
-
+Copyright 2024 The Kubernetes Authors.
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+http://www.apache.org/licenses/LICENSE-2.0
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+*/
package io.kubernetes.client.openapi;
import com.fasterxml.jackson.databind.util.StdDateFormat;
diff --git a/kubernetes/src/main/java/io/kubernetes/client/openapi/Pair.java b/kubernetes/src/main/java/io/kubernetes/client/openapi/Pair.java
index c26664ffa1..a15dd8142f 100644
--- a/kubernetes/src/main/java/io/kubernetes/client/openapi/Pair.java
+++ b/kubernetes/src/main/java/io/kubernetes/client/openapi/Pair.java
@@ -1,16 +1,15 @@
/*
- * Kubernetes
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
- *
- * The version of the OpenAPI document: release-1.30
- *
- *
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
- * https://openapi-generator.tech
- * Do not edit the class manually.
- */
-
-
+Copyright 2024 The Kubernetes Authors.
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+http://www.apache.org/licenses/LICENSE-2.0
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+*/
package io.kubernetes.client.openapi;
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-09T20:15:56.920539Z[Etc/UTC]", comments = "Generator version: 7.6.0")
diff --git a/kubernetes/src/main/java/io/kubernetes/client/openapi/ProgressRequestBody.java b/kubernetes/src/main/java/io/kubernetes/client/openapi/ProgressRequestBody.java
index d3f827fec2..e042f2088d 100644
--- a/kubernetes/src/main/java/io/kubernetes/client/openapi/ProgressRequestBody.java
+++ b/kubernetes/src/main/java/io/kubernetes/client/openapi/ProgressRequestBody.java
@@ -1,16 +1,15 @@
/*
- * Kubernetes
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
- *
- * The version of the OpenAPI document: release-1.30
- *
- *
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
- * https://openapi-generator.tech
- * Do not edit the class manually.
- */
-
-
+Copyright 2024 The Kubernetes Authors.
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+http://www.apache.org/licenses/LICENSE-2.0
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+*/
package io.kubernetes.client.openapi;
import okhttp3.MediaType;
diff --git a/kubernetes/src/main/java/io/kubernetes/client/openapi/ProgressResponseBody.java b/kubernetes/src/main/java/io/kubernetes/client/openapi/ProgressResponseBody.java
index ec7ede1333..c239f01743 100644
--- a/kubernetes/src/main/java/io/kubernetes/client/openapi/ProgressResponseBody.java
+++ b/kubernetes/src/main/java/io/kubernetes/client/openapi/ProgressResponseBody.java
@@ -1,16 +1,15 @@
/*
- * Kubernetes
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
- *
- * The version of the OpenAPI document: release-1.30
- *
- *
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
- * https://openapi-generator.tech
- * Do not edit the class manually.
- */
-
-
+Copyright 2024 The Kubernetes Authors.
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+http://www.apache.org/licenses/LICENSE-2.0
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+*/
package io.kubernetes.client.openapi;
import okhttp3.MediaType;
diff --git a/kubernetes/src/main/java/io/kubernetes/client/openapi/ServerConfiguration.java b/kubernetes/src/main/java/io/kubernetes/client/openapi/ServerConfiguration.java
index c640684ba3..dcc9e1e226 100644
--- a/kubernetes/src/main/java/io/kubernetes/client/openapi/ServerConfiguration.java
+++ b/kubernetes/src/main/java/io/kubernetes/client/openapi/ServerConfiguration.java
@@ -1,3 +1,15 @@
+/*
+Copyright 2024 The Kubernetes Authors.
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+http://www.apache.org/licenses/LICENSE-2.0
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+*/
package io.kubernetes.client.openapi;
import java.util.Map;
diff --git a/kubernetes/src/main/java/io/kubernetes/client/openapi/ServerVariable.java b/kubernetes/src/main/java/io/kubernetes/client/openapi/ServerVariable.java
index 90b15235ef..492e7a9b95 100644
--- a/kubernetes/src/main/java/io/kubernetes/client/openapi/ServerVariable.java
+++ b/kubernetes/src/main/java/io/kubernetes/client/openapi/ServerVariable.java
@@ -1,3 +1,15 @@
+/*
+Copyright 2024 The Kubernetes Authors.
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+http://www.apache.org/licenses/LICENSE-2.0
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+*/
package io.kubernetes.client.openapi;
import java.util.HashSet;
diff --git a/kubernetes/src/main/java/io/kubernetes/client/openapi/StringUtil.java b/kubernetes/src/main/java/io/kubernetes/client/openapi/StringUtil.java
index b954525ca8..855f984370 100644
--- a/kubernetes/src/main/java/io/kubernetes/client/openapi/StringUtil.java
+++ b/kubernetes/src/main/java/io/kubernetes/client/openapi/StringUtil.java
@@ -1,16 +1,15 @@
/*
- * Kubernetes
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
- *
- * The version of the OpenAPI document: release-1.30
- *
- *
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
- * https://openapi-generator.tech
- * Do not edit the class manually.
- */
-
-
+Copyright 2024 The Kubernetes Authors.
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+http://www.apache.org/licenses/LICENSE-2.0
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+*/
package io.kubernetes.client.openapi;
import java.util.Collection;
diff --git a/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/AdmissionregistrationApi.java b/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/AdmissionregistrationApi.java
index 80d3cb62a1..59cdbb0f7a 100644
--- a/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/AdmissionregistrationApi.java
+++ b/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/AdmissionregistrationApi.java
@@ -1,16 +1,15 @@
/*
- * Kubernetes
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
- *
- * The version of the OpenAPI document: release-1.30
- *
- *
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
- * https://openapi-generator.tech
- * Do not edit the class manually.
- */
-
-
+Copyright 2024 The Kubernetes Authors.
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+http://www.apache.org/licenses/LICENSE-2.0
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+*/
package io.kubernetes.client.openapi.apis;
import io.kubernetes.client.openapi.ApiCallback;
@@ -209,7 +208,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws
}
/**
- *
+ *
* get information of a group
* @return APIgetAPIGroupRequest
* @http.response.details
diff --git a/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/AdmissionregistrationV1Api.java b/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/AdmissionregistrationV1Api.java
index b984f99af4..02d11b6810 100644
--- a/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/AdmissionregistrationV1Api.java
+++ b/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/AdmissionregistrationV1Api.java
@@ -1,16 +1,15 @@
/*
- * Kubernetes
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
- *
- * The version of the OpenAPI document: release-1.30
- *
- *
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
- * https://openapi-generator.tech
- * Do not edit the class manually.
- */
-
-
+Copyright 2024 The Kubernetes Authors.
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+http://www.apache.org/licenses/LICENSE-2.0
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+*/
package io.kubernetes.client.openapi.apis;
import io.kubernetes.client.openapi.ApiCallback;
@@ -296,7 +295,7 @@ public okhttp3.Call executeAsync(final ApiCallback
}
/**
- *
+ *
* create a ValidatingAdmissionPolicy
* @param body (required)
* @return APIcreateValidatingAdmissionPolicyRequest
@@ -754,7 +753,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws A
}
/**
- *
+ *
* delete collection of MutatingWebhookConfiguration
* @return APIdeleteCollectionMutatingWebhookConfigurationRequest
* @http.response.details
@@ -1700,7 +1699,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws A
}
/**
- *
+ *
* delete collection of ValidatingAdmissionPolicy
* @return APIdeleteCollectionValidatingAdmissionPolicyRequest
* @http.response.details
@@ -2057,7 +2056,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws A
}
/**
- *
+ *
* delete collection of ValidatingAdmissionPolicyBinding
* @return APIdeleteCollectionValidatingAdmissionPolicyBindingRequest
* @http.response.details
@@ -2414,7 +2413,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws A
}
/**
- *
+ *
* delete collection of ValidatingWebhookConfiguration
* @return APIdeleteCollectionValidatingWebhookConfigurationRequest
* @http.response.details
@@ -2663,7 +2662,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws A
}
/**
- *
+ *
* delete a MutatingWebhookConfiguration
* @param name name of the MutatingWebhookConfiguration (required)
* @return APIdeleteMutatingWebhookConfigurationRequest
@@ -2914,7 +2913,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws A
}
/**
- *
+ *
* delete a ValidatingAdmissionPolicy
* @param name name of the ValidatingAdmissionPolicy (required)
* @return APIdeleteValidatingAdmissionPolicyRequest
@@ -3165,7 +3164,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws A
}
/**
- *
+ *
* delete a ValidatingAdmissionPolicyBinding
* @param name name of the ValidatingAdmissionPolicyBinding (required)
* @return APIdeleteValidatingAdmissionPolicyBindingRequest
@@ -3416,7 +3415,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws A
}
/**
- *
+ *
* delete a ValidatingWebhookConfiguration
* @param name name of the ValidatingWebhookConfiguration (required)
* @return APIdeleteValidatingWebhookConfigurationRequest
@@ -3568,7 +3567,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback)
}
/**
- *
+ *
* get available resources
* @return APIgetAPIResourcesRequest
* @http.response.details
@@ -3885,7 +3884,7 @@ public okhttp3.Call executeAsync(final ApiCallback
}
/**
- *
+ *
* partially update the specified ValidatingAdmissionPolicy
* @param name name of the ValidatingAdmissionPolicy (required)
* @param body (required)
@@ -5577,7 +5576,7 @@ public okhttp3.Call executeAsync(final ApiCallback
}
/**
- *
+ *
* partially update status of the specified ValidatingAdmissionPolicy
* @param name name of the ValidatingAdmissionPolicy (required)
* @param body (required)
@@ -6073,7 +6072,7 @@ public okhttp3.Call executeAsync(final ApiCallback
}
/**
- *
+ *
* read the specified ValidatingAdmissionPolicy
* @param name name of the ValidatingAdmissionPolicy (required)
* @return APIreadValidatingAdmissionPolicyRequest
@@ -6597,7 +6596,7 @@ public okhttp3.Call executeAsync(final ApiCallback
}
/**
- *
+ *
* read status of the specified ValidatingAdmissionPolicy
* @param name name of the ValidatingAdmissionPolicy (required)
* @return APIreadValidatingAdmissionPolicyStatusRequest
@@ -6945,7 +6944,7 @@ public okhttp3.Call executeAsync(final ApiCallback
}
/**
- *
+ *
* replace the specified ValidatingAdmissionPolicy
* @param name name of the ValidatingAdmissionPolicy (required)
* @param body (required)
@@ -7642,7 +7641,7 @@ public okhttp3.Call executeAsync(final ApiCallback
}
/**
- *
+ *
* replace status of the specified ValidatingAdmissionPolicy
* @param name name of the ValidatingAdmissionPolicy (required)
* @param body (required)
@@ -8108,7 +8107,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws A
}
/**
- *
+ *
* delete collection of ValidatingAdmissionPolicy
* @return APIdeleteCollectionValidatingAdmissionPolicyRequest
* @http.response.details
@@ -1238,7 +1237,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws A
}
/**
- *
+ *
* delete collection of ValidatingAdmissionPolicyBinding
* @return APIdeleteCollectionValidatingAdmissionPolicyBindingRequest
* @http.response.details
@@ -1487,7 +1486,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws A
}
/**
- *
+ *
* delete a ValidatingAdmissionPolicy
* @param name name of the ValidatingAdmissionPolicy (required)
* @return APIdeleteValidatingAdmissionPolicyRequest
@@ -1738,7 +1737,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws A
}
/**
- *
+ *
* delete a ValidatingAdmissionPolicyBinding
* @param name name of the ValidatingAdmissionPolicyBinding (required)
* @return APIdeleteValidatingAdmissionPolicyBindingRequest
@@ -1890,7 +1889,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback)
}
/**
- *
+ *
* get available resources
* @return APIgetAPIResourcesRequest
* @http.response.details
@@ -2207,7 +2206,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws A
}
/**
- *
+ *
* delete collection of ValidatingAdmissionPolicy
* @return APIdeleteCollectionValidatingAdmissionPolicyRequest
* @http.response.details
@@ -1238,7 +1237,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws A
}
/**
- *
+ *
* delete collection of ValidatingAdmissionPolicyBinding
* @return APIdeleteCollectionValidatingAdmissionPolicyBindingRequest
* @http.response.details
@@ -1487,7 +1486,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws A
}
/**
- *
+ *
* delete a ValidatingAdmissionPolicy
* @param name name of the ValidatingAdmissionPolicy (required)
* @return APIdeleteValidatingAdmissionPolicyRequest
@@ -1738,7 +1737,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws A
}
/**
- *
+ *
* delete a ValidatingAdmissionPolicyBinding
* @param name name of the ValidatingAdmissionPolicyBinding (required)
* @return APIdeleteValidatingAdmissionPolicyBindingRequest
@@ -1890,7 +1889,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback)
}
/**
- *
+ *
* get available resources
* @return APIgetAPIResourcesRequest
* @http.response.details
@@ -2207,7 +2206,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws
}
/**
- *
+ *
* get information of a group
* @return APIgetAPIGroupRequest
* @http.response.details
diff --git a/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/ApiextensionsV1Api.java b/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/ApiextensionsV1Api.java
index 86a2c092bf..992bbb0928 100644
--- a/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/ApiextensionsV1Api.java
+++ b/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/ApiextensionsV1Api.java
@@ -1,16 +1,15 @@
/*
- * Kubernetes
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
- *
- * The version of the OpenAPI document: release-1.30
- *
- *
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
- * https://openapi-generator.tech
- * Do not edit the class manually.
- */
-
-
+Copyright 2024 The Kubernetes Authors.
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+http://www.apache.org/licenses/LICENSE-2.0
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+*/
package io.kubernetes.client.openapi.apis;
import io.kubernetes.client.openapi.ApiCallback;
@@ -290,7 +289,7 @@ public okhttp3.Call executeAsync(final ApiCallback _
}
/**
- *
+ *
* create a CustomResourceDefinition
* @param body (required)
* @return APIcreateCustomResourceDefinitionRequest
@@ -650,7 +649,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws A
}
/**
- *
+ *
* delete collection of CustomResourceDefinition
* @return APIdeleteCollectionCustomResourceDefinitionRequest
* @http.response.details
@@ -899,7 +898,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws A
}
/**
- *
+ *
* delete a CustomResourceDefinition
* @param name name of the CustomResourceDefinition (required)
* @return APIdeleteCustomResourceDefinitionRequest
@@ -1051,7 +1050,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback)
}
/**
- *
+ *
* get available resources
* @return APIgetAPIResourcesRequest
* @http.response.details
@@ -1368,7 +1367,7 @@ public okhttp3.Call executeAsync(final ApiCallback _
}
/**
- *
+ *
* partially update the specified CustomResourceDefinition
* @param name name of the CustomResourceDefinition (required)
* @param body (required)
@@ -1861,7 +1860,7 @@ public okhttp3.Call executeAsync(final ApiCallback _
}
/**
- *
+ *
* partially update status of the specified CustomResourceDefinition
* @param name name of the CustomResourceDefinition (required)
* @param body (required)
@@ -2037,7 +2036,7 @@ public okhttp3.Call executeAsync(final ApiCallback _
}
/**
- *
+ *
* read the specified CustomResourceDefinition
* @param name name of the CustomResourceDefinition (required)
* @return APIreadCustomResourceDefinitionRequest
@@ -2211,7 +2210,7 @@ public okhttp3.Call executeAsync(final ApiCallback _
}
/**
- *
+ *
* read status of the specified CustomResourceDefinition
* @param name name of the CustomResourceDefinition (required)
* @return APIreadCustomResourceDefinitionStatusRequest
@@ -2442,7 +2441,7 @@ public okhttp3.Call executeAsync(final ApiCallback _
}
/**
- *
+ *
* replace the specified CustomResourceDefinition
* @param name name of the CustomResourceDefinition (required)
* @param body (required)
@@ -2675,7 +2674,7 @@ public okhttp3.Call executeAsync(final ApiCallback _
}
/**
- *
+ *
* replace status of the specified CustomResourceDefinition
* @param name name of the CustomResourceDefinition (required)
* @param body (required)
diff --git a/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/ApiregistrationApi.java b/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/ApiregistrationApi.java
index bf85b944b7..832fc258bb 100644
--- a/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/ApiregistrationApi.java
+++ b/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/ApiregistrationApi.java
@@ -1,16 +1,15 @@
/*
- * Kubernetes
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
- *
- * The version of the OpenAPI document: release-1.30
- *
- *
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
- * https://openapi-generator.tech
- * Do not edit the class manually.
- */
-
-
+Copyright 2024 The Kubernetes Authors.
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+http://www.apache.org/licenses/LICENSE-2.0
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+*/
package io.kubernetes.client.openapi.apis;
import io.kubernetes.client.openapi.ApiCallback;
@@ -209,7 +208,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws
}
/**
- *
+ *
* get information of a group
* @return APIgetAPIGroupRequest
* @http.response.details
diff --git a/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/ApiregistrationV1Api.java b/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/ApiregistrationV1Api.java
index 3eab2b3b63..00102cc259 100644
--- a/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/ApiregistrationV1Api.java
+++ b/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/ApiregistrationV1Api.java
@@ -1,16 +1,15 @@
/*
- * Kubernetes
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
- *
- * The version of the OpenAPI document: release-1.30
- *
- *
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
- * https://openapi-generator.tech
- * Do not edit the class manually.
- */
-
-
+Copyright 2024 The Kubernetes Authors.
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+http://www.apache.org/licenses/LICENSE-2.0
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+*/
package io.kubernetes.client.openapi.apis;
import io.kubernetes.client.openapi.ApiCallback;
@@ -290,7 +289,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) thro
}
/**
- *
+ *
* create an APIService
* @param body (required)
* @return APIcreateAPIServiceRequest
@@ -542,7 +541,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws A
}
/**
- *
+ *
* delete an APIService
* @param name name of the APIService (required)
* @return APIdeleteAPIServiceRequest
@@ -901,7 +900,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws A
}
/**
- *
+ *
* delete collection of APIService
* @return APIdeleteCollectionAPIServiceRequest
* @http.response.details
@@ -1051,7 +1050,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback)
}
/**
- *
+ *
* get available resources
* @return APIgetAPIResourcesRequest
* @http.response.details
@@ -1368,7 +1367,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback)
}
/**
- *
+ *
* list or watch objects of kind APIService
* @return APIlistAPIServiceRequest
* @http.response.details
@@ -1613,7 +1612,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) thro
}
/**
- *
+ *
* partially update the specified APIService
* @param name name of the APIService (required)
* @param body (required)
@@ -1861,7 +1860,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) thro
}
/**
- *
+ *
* partially update status of the specified APIService
* @param name name of the APIService (required)
* @param body (required)
@@ -2037,7 +2036,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) thro
}
/**
- *
+ *
* read the specified APIService
* @param name name of the APIService (required)
* @return APIreadAPIServiceRequest
@@ -2211,7 +2210,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) thro
}
/**
- *
+ *
* read status of the specified APIService
* @param name name of the APIService (required)
* @return APIreadAPIServiceStatusRequest
@@ -2442,7 +2441,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) thro
}
/**
- *
+ *
* replace the specified APIService
* @param name name of the APIService (required)
* @param body (required)
@@ -2675,7 +2674,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) thro
}
/**
- *
+ *
* replace status of the specified APIService
* @param name name of the APIService (required)
* @param body (required)
diff --git a/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/ApisApi.java b/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/ApisApi.java
index ebcf06f705..1362148023 100644
--- a/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/ApisApi.java
+++ b/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/ApisApi.java
@@ -1,16 +1,15 @@
/*
- * Kubernetes
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
- *
- * The version of the OpenAPI document: release-1.30
- *
- *
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
- * https://openapi-generator.tech
- * Do not edit the class manually.
- */
-
-
+Copyright 2024 The Kubernetes Authors.
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+http://www.apache.org/licenses/LICENSE-2.0
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+*/
package io.kubernetes.client.openapi.apis;
import io.kubernetes.client.openapi.ApiCallback;
@@ -209,7 +208,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) th
}
/**
- *
+ *
* get available API versions
* @return APIgetAPIVersionsRequest
* @http.response.details
diff --git a/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/AppsApi.java b/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/AppsApi.java
index c6c8e0aff0..76609a3477 100644
--- a/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/AppsApi.java
+++ b/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/AppsApi.java
@@ -1,16 +1,15 @@
/*
- * Kubernetes
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
- *
- * The version of the OpenAPI document: release-1.30
- *
- *
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
- * https://openapi-generator.tech
- * Do not edit the class manually.
- */
-
-
+Copyright 2024 The Kubernetes Authors.
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+http://www.apache.org/licenses/LICENSE-2.0
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+*/
package io.kubernetes.client.openapi.apis;
import io.kubernetes.client.openapi.ApiCallback;
@@ -209,7 +208,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws
}
/**
- *
+ *
* get information of a group
* @return APIgetAPIGroupRequest
* @http.response.details
diff --git a/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/AppsV1Api.java b/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/AppsV1Api.java
index d4ed3ab229..0eb9868d26 100644
--- a/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/AppsV1Api.java
+++ b/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/AppsV1Api.java
@@ -1,16 +1,15 @@
/*
- * Kubernetes
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
- *
- * The version of the OpenAPI document: release-1.30
- *
- *
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
- * https://openapi-generator.tech
- * Do not edit the class manually.
- */
-
-
+Copyright 2024 The Kubernetes Authors.
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+http://www.apache.org/licenses/LICENSE-2.0
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+*/
package io.kubernetes.client.openapi.apis;
import io.kubernetes.client.openapi.ApiCallback;
@@ -307,7 +306,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callba
}
/**
- *
+ *
* create a ControllerRevision
* @param namespace object name and auth scope, such as for teams and projects (required)
* @param body (required)
@@ -545,7 +544,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throw
}
/**
- *
+ *
* create a DaemonSet
* @param namespace object name and auth scope, such as for teams and projects (required)
* @param body (required)
@@ -783,7 +782,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) thro
}
/**
- *
+ *
* create a Deployment
* @param namespace object name and auth scope, such as for teams and projects (required)
* @param body (required)
@@ -1021,7 +1020,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) thro
}
/**
- *
+ *
* create a ReplicaSet
* @param namespace object name and auth scope, such as for teams and projects (required)
* @param body (required)
@@ -1259,7 +1258,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) thr
}
/**
- *
+ *
* create a StatefulSet
* @param namespace object name and auth scope, such as for teams and projects (required)
* @param body (required)
@@ -1628,7 +1627,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws A
}
/**
- *
+ *
* delete collection of ControllerRevision
* @param namespace object name and auth scope, such as for teams and projects (required)
* @return APIdeleteCollectionNamespacedControllerRevisionRequest
@@ -1994,7 +1993,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws A
}
/**
- *
+ *
* delete collection of DaemonSet
* @param namespace object name and auth scope, such as for teams and projects (required)
* @return APIdeleteCollectionNamespacedDaemonSetRequest
@@ -2360,7 +2359,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws A
}
/**
- *
+ *
* delete collection of Deployment
* @param namespace object name and auth scope, such as for teams and projects (required)
* @return APIdeleteCollectionNamespacedDeploymentRequest
@@ -2726,7 +2725,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws A
}
/**
- *
+ *
* delete collection of ReplicaSet
* @param namespace object name and auth scope, such as for teams and projects (required)
* @return APIdeleteCollectionNamespacedReplicaSetRequest
@@ -3092,7 +3091,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws A
}
/**
- *
+ *
* delete collection of StatefulSet
* @param namespace object name and auth scope, such as for teams and projects (required)
* @return APIdeleteCollectionNamespacedStatefulSetRequest
@@ -3350,7 +3349,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws A
}
/**
- *
+ *
* delete a ControllerRevision
* @param name name of the ControllerRevision (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -3610,7 +3609,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws A
}
/**
- *
+ *
* delete a DaemonSet
* @param name name of the DaemonSet (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -3870,7 +3869,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws A
}
/**
- *
+ *
* delete a Deployment
* @param name name of the Deployment (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -4130,7 +4129,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws A
}
/**
- *
+ *
* delete a ReplicaSet
* @param name name of the ReplicaSet (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -4390,7 +4389,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws A
}
/**
- *
+ *
* delete a StatefulSet
* @param name name of the StatefulSet (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -4543,7 +4542,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback)
}
/**
- *
+ *
* get available resources
* @return APIgetAPIResourcesRequest
* @http.response.details
@@ -4860,7 +4859,7 @@ public okhttp3.Call executeAsync(final ApiCallback _ca
}
/**
- *
+ *
* list or watch objects of kind ControllerRevision
* @return APIlistControllerRevisionForAllNamespacesRequest
* @http.response.details
@@ -5177,7 +5176,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) t
}
/**
- *
+ *
* list or watch objects of kind DaemonSet
* @return APIlistDaemonSetForAllNamespacesRequest
* @http.response.details
@@ -5494,7 +5493,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback)
}
/**
- *
+ *
* list or watch objects of kind Deployment
* @return APIlistDeploymentForAllNamespacesRequest
* @http.response.details
@@ -5819,7 +5818,7 @@ public okhttp3.Call executeAsync(final ApiCallback _ca
}
/**
- *
+ *
* list or watch objects of kind ControllerRevision
* @param namespace object name and auth scope, such as for teams and projects (required)
* @return APIlistNamespacedControllerRevisionRequest
@@ -6145,7 +6144,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) t
}
/**
- *
+ *
* list or watch objects of kind DaemonSet
* @param namespace object name and auth scope, such as for teams and projects (required)
* @return APIlistNamespacedDaemonSetRequest
@@ -6471,7 +6470,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback)
}
/**
- *
+ *
* list or watch objects of kind Deployment
* @param namespace object name and auth scope, such as for teams and projects (required)
* @return APIlistNamespacedDeploymentRequest
@@ -6797,7 +6796,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback)
}
/**
- *
+ *
* list or watch objects of kind ReplicaSet
* @param namespace object name and auth scope, such as for teams and projects (required)
* @return APIlistNamespacedReplicaSetRequest
@@ -7123,7 +7122,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback)
}
/**
- *
+ *
* list or watch objects of kind StatefulSet
* @param namespace object name and auth scope, such as for teams and projects (required)
* @return APIlistNamespacedStatefulSetRequest
@@ -7441,7 +7440,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback)
}
/**
- *
+ *
* list or watch objects of kind ReplicaSet
* @return APIlistReplicaSetForAllNamespacesRequest
* @http.response.details
@@ -7758,7 +7757,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback)
}
/**
- *
+ *
* list or watch objects of kind StatefulSet
* @return APIlistStatefulSetForAllNamespacesRequest
* @http.response.details
@@ -8011,7 +8010,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callba
}
/**
- *
+ *
* partially update the specified ControllerRevision
* @param name name of the ControllerRevision (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -8268,7 +8267,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throw
}
/**
- *
+ *
* partially update the specified DaemonSet
* @param name name of the DaemonSet (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -8525,7 +8524,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throw
}
/**
- *
+ *
* partially update status of the specified DaemonSet
* @param name name of the DaemonSet (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -8782,7 +8781,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) thro
}
/**
- *
+ *
* partially update the specified Deployment
* @param name name of the Deployment (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -9039,7 +9038,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws Ap
}
/**
- *
+ *
* partially update scale of the specified Deployment
* @param name name of the Scale (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -9296,7 +9295,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) thro
}
/**
- *
+ *
* partially update status of the specified Deployment
* @param name name of the Deployment (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -9553,7 +9552,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) thro
}
/**
- *
+ *
* partially update the specified ReplicaSet
* @param name name of the ReplicaSet (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -9810,7 +9809,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws Ap
}
/**
- *
+ *
* partially update scale of the specified ReplicaSet
* @param name name of the Scale (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -10067,7 +10066,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) thro
}
/**
- *
+ *
* partially update status of the specified ReplicaSet
* @param name name of the ReplicaSet (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -10324,7 +10323,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) thr
}
/**
- *
+ *
* partially update the specified StatefulSet
* @param name name of the StatefulSet (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -10581,7 +10580,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws Ap
}
/**
- *
+ *
* partially update scale of the specified StatefulSet
* @param name name of the Scale (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -10838,7 +10837,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) thr
}
/**
- *
+ *
* partially update status of the specified StatefulSet
* @param name name of the StatefulSet (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -11023,7 +11022,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callba
}
/**
- *
+ *
* read the specified ControllerRevision
* @param name name of the ControllerRevision (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -11206,7 +11205,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throw
}
/**
- *
+ *
* read the specified DaemonSet
* @param name name of the DaemonSet (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -11389,7 +11388,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throw
}
/**
- *
+ *
* read status of the specified DaemonSet
* @param name name of the DaemonSet (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -11572,7 +11571,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) thro
}
/**
- *
+ *
* read the specified Deployment
* @param name name of the Deployment (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -11755,7 +11754,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws Ap
}
/**
- *
+ *
* read scale of the specified Deployment
* @param name name of the Scale (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -11938,7 +11937,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) thro
}
/**
- *
+ *
* read status of the specified Deployment
* @param name name of the Deployment (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -12121,7 +12120,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) thro
}
/**
- *
+ *
* read the specified ReplicaSet
* @param name name of the ReplicaSet (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -12304,7 +12303,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws Ap
}
/**
- *
+ *
* read scale of the specified ReplicaSet
* @param name name of the Scale (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -12487,7 +12486,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) thro
}
/**
- *
+ *
* read status of the specified ReplicaSet
* @param name name of the ReplicaSet (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -12670,7 +12669,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) thr
}
/**
- *
+ *
* read the specified StatefulSet
* @param name name of the StatefulSet (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -12853,7 +12852,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws Ap
}
/**
- *
+ *
* read scale of the specified StatefulSet
* @param name name of the Scale (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -13036,7 +13035,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) thr
}
/**
- *
+ *
* read status of the specified StatefulSet
* @param name name of the StatefulSet (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -13276,7 +13275,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callba
}
/**
- *
+ *
* replace the specified ControllerRevision
* @param name name of the ControllerRevision (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -13518,7 +13517,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throw
}
/**
- *
+ *
* replace the specified DaemonSet
* @param name name of the DaemonSet (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -13760,7 +13759,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throw
}
/**
- *
+ *
* replace status of the specified DaemonSet
* @param name name of the DaemonSet (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -14002,7 +14001,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) thro
}
/**
- *
+ *
* replace the specified Deployment
* @param name name of the Deployment (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -14244,7 +14243,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws Ap
}
/**
- *
+ *
* replace scale of the specified Deployment
* @param name name of the Scale (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -14486,7 +14485,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) thro
}
/**
- *
+ *
* replace status of the specified Deployment
* @param name name of the Deployment (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -14728,7 +14727,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) thro
}
/**
- *
+ *
* replace the specified ReplicaSet
* @param name name of the ReplicaSet (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -14970,7 +14969,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws Ap
}
/**
- *
+ *
* replace scale of the specified ReplicaSet
* @param name name of the Scale (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -15212,7 +15211,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) thro
}
/**
- *
+ *
* replace status of the specified ReplicaSet
* @param name name of the ReplicaSet (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -15454,7 +15453,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) thr
}
/**
- *
+ *
* replace the specified StatefulSet
* @param name name of the StatefulSet (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -15696,7 +15695,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws Ap
}
/**
- *
+ *
* replace scale of the specified StatefulSet
* @param name name of the Scale (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -15938,7 +15937,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) thr
}
/**
- *
+ *
* replace status of the specified StatefulSet
* @param name name of the StatefulSet (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
diff --git a/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/AuthenticationApi.java b/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/AuthenticationApi.java
index 91ccad4367..9c79b0ad5e 100644
--- a/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/AuthenticationApi.java
+++ b/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/AuthenticationApi.java
@@ -1,16 +1,15 @@
/*
- * Kubernetes
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
- *
- * The version of the OpenAPI document: release-1.30
- *
- *
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
- * https://openapi-generator.tech
- * Do not edit the class manually.
- */
-
-
+Copyright 2024 The Kubernetes Authors.
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+http://www.apache.org/licenses/LICENSE-2.0
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+*/
package io.kubernetes.client.openapi.apis;
import io.kubernetes.client.openapi.ApiCallback;
@@ -209,7 +208,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws
}
/**
- *
+ *
* get information of a group
* @return APIgetAPIGroupRequest
* @http.response.details
diff --git a/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/AuthenticationV1Api.java b/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/AuthenticationV1Api.java
index c9747df77d..9d533f9464 100644
--- a/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/AuthenticationV1Api.java
+++ b/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/AuthenticationV1Api.java
@@ -1,16 +1,15 @@
/*
- * Kubernetes
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
- *
- * The version of the OpenAPI document: release-1.30
- *
- *
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
- * https://openapi-generator.tech
- * Do not edit the class manually.
- */
-
-
+Copyright 2024 The Kubernetes Authors.
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+http://www.apache.org/licenses/LICENSE-2.0
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+*/
package io.kubernetes.client.openapi.apis;
import io.kubernetes.client.openapi.ApiCallback;
@@ -287,7 +286,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callbac
}
/**
- *
+ *
* create a SelfSubjectReview
* @param body (required)
* @return APIcreateSelfSubjectReviewRequest
@@ -516,7 +515,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) thr
}
/**
- *
+ *
* create a TokenReview
* @param body (required)
* @return APIcreateTokenReviewRequest
@@ -669,7 +668,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback)
}
/**
- *
+ *
* get available resources
* @return APIgetAPIResourcesRequest
* @http.response.details
diff --git a/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/AuthenticationV1alpha1Api.java b/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/AuthenticationV1alpha1Api.java
index 86126970c8..1be19de38a 100644
--- a/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/AuthenticationV1alpha1Api.java
+++ b/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/AuthenticationV1alpha1Api.java
@@ -1,16 +1,15 @@
/*
- * Kubernetes
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
- *
- * The version of the OpenAPI document: release-1.30
- *
- *
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
- * https://openapi-generator.tech
- * Do not edit the class manually.
- */
-
-
+Copyright 2024 The Kubernetes Authors.
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+http://www.apache.org/licenses/LICENSE-2.0
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+*/
package io.kubernetes.client.openapi.apis;
import io.kubernetes.client.openapi.ApiCallback;
@@ -286,7 +285,7 @@ public okhttp3.Call executeAsync(final ApiCallback _c
}
/**
- *
+ *
* create a SelfSubjectReview
* @param body (required)
* @return APIcreateSelfSubjectReviewRequest
@@ -439,7 +438,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback)
}
/**
- *
+ *
* get available resources
* @return APIgetAPIResourcesRequest
* @http.response.details
diff --git a/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/AuthenticationV1beta1Api.java b/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/AuthenticationV1beta1Api.java
index 5e629f3824..504bfee37c 100644
--- a/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/AuthenticationV1beta1Api.java
+++ b/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/AuthenticationV1beta1Api.java
@@ -1,16 +1,15 @@
/*
- * Kubernetes
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
- *
- * The version of the OpenAPI document: release-1.30
- *
- *
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
- * https://openapi-generator.tech
- * Do not edit the class manually.
- */
-
-
+Copyright 2024 The Kubernetes Authors.
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+http://www.apache.org/licenses/LICENSE-2.0
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+*/
package io.kubernetes.client.openapi.apis;
import io.kubernetes.client.openapi.ApiCallback;
@@ -286,7 +285,7 @@ public okhttp3.Call executeAsync(final ApiCallback _ca
}
/**
- *
+ *
* create a SelfSubjectReview
* @param body (required)
* @return APIcreateSelfSubjectReviewRequest
@@ -439,7 +438,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback)
}
/**
- *
+ *
* get available resources
* @return APIgetAPIResourcesRequest
* @http.response.details
diff --git a/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/AuthorizationApi.java b/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/AuthorizationApi.java
index 63566761c4..1b465b2b48 100644
--- a/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/AuthorizationApi.java
+++ b/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/AuthorizationApi.java
@@ -1,16 +1,15 @@
/*
- * Kubernetes
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
- *
- * The version of the OpenAPI document: release-1.30
- *
- *
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
- * https://openapi-generator.tech
- * Do not edit the class manually.
- */
-
-
+Copyright 2024 The Kubernetes Authors.
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+http://www.apache.org/licenses/LICENSE-2.0
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+*/
package io.kubernetes.client.openapi.apis;
import io.kubernetes.client.openapi.ApiCallback;
@@ -209,7 +208,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws
}
/**
- *
+ *
* get information of a group
* @return APIgetAPIGroupRequest
* @http.response.details
diff --git a/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/AuthorizationV1Api.java b/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/AuthorizationV1Api.java
index 65c23ec558..8ed96109c5 100644
--- a/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/AuthorizationV1Api.java
+++ b/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/AuthorizationV1Api.java
@@ -1,16 +1,15 @@
/*
- * Kubernetes
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
- *
- * The version of the OpenAPI document: release-1.30
- *
- *
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
- * https://openapi-generator.tech
- * Do not edit the class manually.
- */
-
-
+Copyright 2024 The Kubernetes Authors.
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+http://www.apache.org/licenses/LICENSE-2.0
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+*/
package io.kubernetes.client.openapi.apis;
import io.kubernetes.client.openapi.ApiCallback;
@@ -297,7 +296,7 @@ public okhttp3.Call executeAsync(final ApiCallback _
}
/**
- *
+ *
* create a LocalSubjectAccessReview
* @param namespace object name and auth scope, such as for teams and projects (required)
* @param body (required)
@@ -527,7 +526,7 @@ public okhttp3.Call executeAsync(final ApiCallback _c
}
/**
- *
+ *
* create a SelfSubjectAccessReview
* @param body (required)
* @return APIcreateSelfSubjectAccessReviewRequest
@@ -756,7 +755,7 @@ public okhttp3.Call executeAsync(final ApiCallback _ca
}
/**
- *
+ *
* create a SelfSubjectRulesReview
* @param body (required)
* @return APIcreateSelfSubjectRulesReviewRequest
@@ -985,7 +984,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callb
}
/**
- *
+ *
* create a SubjectAccessReview
* @param body (required)
* @return APIcreateSubjectAccessReviewRequest
@@ -1138,7 +1137,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback)
}
/**
- *
+ *
* get available resources
* @return APIgetAPIResourcesRequest
* @http.response.details
diff --git a/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/AutoscalingApi.java b/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/AutoscalingApi.java
index 2ac3de2653..fa11861915 100644
--- a/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/AutoscalingApi.java
+++ b/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/AutoscalingApi.java
@@ -1,16 +1,15 @@
/*
- * Kubernetes
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
- *
- * The version of the OpenAPI document: release-1.30
- *
- *
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
- * https://openapi-generator.tech
- * Do not edit the class manually.
- */
-
-
+Copyright 2024 The Kubernetes Authors.
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+http://www.apache.org/licenses/LICENSE-2.0
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+*/
package io.kubernetes.client.openapi.apis;
import io.kubernetes.client.openapi.ApiCallback;
@@ -209,7 +208,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws
}
/**
- *
+ *
* get information of a group
* @return APIgetAPIGroupRequest
* @http.response.details
diff --git a/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/AutoscalingV1Api.java b/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/AutoscalingV1Api.java
index 9c5055471a..53d6cb6080 100644
--- a/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/AutoscalingV1Api.java
+++ b/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/AutoscalingV1Api.java
@@ -1,16 +1,15 @@
/*
- * Kubernetes
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
- *
- * The version of the OpenAPI document: release-1.30
- *
- *
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
- * https://openapi-generator.tech
- * Do not edit the class manually.
- */
-
-
+Copyright 2024 The Kubernetes Authors.
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+http://www.apache.org/licenses/LICENSE-2.0
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+*/
package io.kubernetes.client.openapi.apis;
import io.kubernetes.client.openapi.ApiCallback;
@@ -298,7 +297,7 @@ public okhttp3.Call executeAsync(final ApiCallback _c
}
/**
- *
+ *
* create a HorizontalPodAutoscaler
* @param namespace object name and auth scope, such as for teams and projects (required)
* @param body (required)
@@ -667,7 +666,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws A
}
/**
- *
+ *
* delete collection of HorizontalPodAutoscaler
* @param namespace object name and auth scope, such as for teams and projects (required)
* @return APIdeleteCollectionNamespacedHorizontalPodAutoscalerRequest
@@ -925,7 +924,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws A
}
/**
- *
+ *
* delete a HorizontalPodAutoscaler
* @param name name of the HorizontalPodAutoscaler (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -1078,7 +1077,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback)
}
/**
- *
+ *
* get available resources
* @return APIgetAPIResourcesRequest
* @http.response.details
@@ -1395,7 +1394,7 @@ public okhttp3.Call executeAsync(final ApiCallback _c
}
/**
- *
+ *
* partially update the specified HorizontalPodAutoscaler
* @param name name of the HorizontalPodAutoscaler (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -2231,7 +2230,7 @@ public okhttp3.Call executeAsync(final ApiCallback _c
}
/**
- *
+ *
* partially update status of the specified HorizontalPodAutoscaler
* @param name name of the HorizontalPodAutoscaler (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -2416,7 +2415,7 @@ public okhttp3.Call executeAsync(final ApiCallback _c
}
/**
- *
+ *
* read the specified HorizontalPodAutoscaler
* @param name name of the HorizontalPodAutoscaler (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -2599,7 +2598,7 @@ public okhttp3.Call executeAsync(final ApiCallback _c
}
/**
- *
+ *
* read status of the specified HorizontalPodAutoscaler
* @param name name of the HorizontalPodAutoscaler (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -2839,7 +2838,7 @@ public okhttp3.Call executeAsync(final ApiCallback _c
}
/**
- *
+ *
* replace the specified HorizontalPodAutoscaler
* @param name name of the HorizontalPodAutoscaler (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -3081,7 +3080,7 @@ public okhttp3.Call executeAsync(final ApiCallback _c
}
/**
- *
+ *
* replace status of the specified HorizontalPodAutoscaler
* @param name name of the HorizontalPodAutoscaler (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
diff --git a/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/AutoscalingV2Api.java b/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/AutoscalingV2Api.java
index be161b4ab6..9ab942f1f5 100644
--- a/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/AutoscalingV2Api.java
+++ b/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/AutoscalingV2Api.java
@@ -1,16 +1,15 @@
/*
- * Kubernetes
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
- *
- * The version of the OpenAPI document: release-1.30
- *
- *
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
- * https://openapi-generator.tech
- * Do not edit the class manually.
- */
-
-
+Copyright 2024 The Kubernetes Authors.
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+http://www.apache.org/licenses/LICENSE-2.0
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+*/
package io.kubernetes.client.openapi.apis;
import io.kubernetes.client.openapi.ApiCallback;
@@ -298,7 +297,7 @@ public okhttp3.Call executeAsync(final ApiCallback _c
}
/**
- *
+ *
* create a HorizontalPodAutoscaler
* @param namespace object name and auth scope, such as for teams and projects (required)
* @param body (required)
@@ -667,7 +666,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws A
}
/**
- *
+ *
* delete collection of HorizontalPodAutoscaler
* @param namespace object name and auth scope, such as for teams and projects (required)
* @return APIdeleteCollectionNamespacedHorizontalPodAutoscalerRequest
@@ -925,7 +924,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws A
}
/**
- *
+ *
* delete a HorizontalPodAutoscaler
* @param name name of the HorizontalPodAutoscaler (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -1078,7 +1077,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback)
}
/**
- *
+ *
* get available resources
* @return APIgetAPIResourcesRequest
* @http.response.details
@@ -1395,7 +1394,7 @@ public okhttp3.Call executeAsync(final ApiCallback _c
}
/**
- *
+ *
* partially update the specified HorizontalPodAutoscaler
* @param name name of the HorizontalPodAutoscaler (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -2231,7 +2230,7 @@ public okhttp3.Call executeAsync(final ApiCallback _c
}
/**
- *
+ *
* partially update status of the specified HorizontalPodAutoscaler
* @param name name of the HorizontalPodAutoscaler (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -2416,7 +2415,7 @@ public okhttp3.Call executeAsync(final ApiCallback _c
}
/**
- *
+ *
* read the specified HorizontalPodAutoscaler
* @param name name of the HorizontalPodAutoscaler (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -2599,7 +2598,7 @@ public okhttp3.Call executeAsync(final ApiCallback _c
}
/**
- *
+ *
* read status of the specified HorizontalPodAutoscaler
* @param name name of the HorizontalPodAutoscaler (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -2839,7 +2838,7 @@ public okhttp3.Call executeAsync(final ApiCallback _c
}
/**
- *
+ *
* replace the specified HorizontalPodAutoscaler
* @param name name of the HorizontalPodAutoscaler (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -3081,7 +3080,7 @@ public okhttp3.Call executeAsync(final ApiCallback _c
}
/**
- *
+ *
* replace status of the specified HorizontalPodAutoscaler
* @param name name of the HorizontalPodAutoscaler (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
diff --git a/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/BatchApi.java b/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/BatchApi.java
index b9b1692e22..714eb18ca7 100644
--- a/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/BatchApi.java
+++ b/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/BatchApi.java
@@ -1,16 +1,15 @@
/*
- * Kubernetes
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
- *
- * The version of the OpenAPI document: release-1.30
- *
- *
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
- * https://openapi-generator.tech
- * Do not edit the class manually.
- */
-
-
+Copyright 2024 The Kubernetes Authors.
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+http://www.apache.org/licenses/LICENSE-2.0
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+*/
package io.kubernetes.client.openapi.apis;
import io.kubernetes.client.openapi.ApiCallback;
@@ -209,7 +208,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws
}
/**
- *
+ *
* get information of a group
* @return APIgetAPIGroupRequest
* @http.response.details
diff --git a/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/BatchV1Api.java b/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/BatchV1Api.java
index 33fbfda7e2..50a09b0fae 100644
--- a/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/BatchV1Api.java
+++ b/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/BatchV1Api.java
@@ -1,16 +1,15 @@
/*
- * Kubernetes
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
- *
- * The version of the OpenAPI document: release-1.30
- *
- *
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
- * https://openapi-generator.tech
- * Do not edit the class manually.
- */
-
-
+Copyright 2024 The Kubernetes Authors.
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+http://www.apache.org/licenses/LICENSE-2.0
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+*/
package io.kubernetes.client.openapi.apis;
import io.kubernetes.client.openapi.ApiCallback;
@@ -300,7 +299,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws
}
/**
- *
+ *
* create a CronJob
* @param namespace object name and auth scope, such as for teams and projects (required)
* @param body (required)
@@ -538,7 +537,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws ApiE
}
/**
- *
+ *
* create a Job
* @param namespace object name and auth scope, such as for teams and projects (required)
* @param body (required)
@@ -907,7 +906,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws A
}
/**
- *
+ *
* delete collection of CronJob
* @param namespace object name and auth scope, such as for teams and projects (required)
* @return APIdeleteCollectionNamespacedCronJobRequest
@@ -1273,7 +1272,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws A
}
/**
- *
+ *
* delete collection of Job
* @param namespace object name and auth scope, such as for teams and projects (required)
* @return APIdeleteCollectionNamespacedJobRequest
@@ -1531,7 +1530,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws A
}
/**
- *
+ *
* delete a CronJob
* @param name name of the CronJob (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -1791,7 +1790,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws A
}
/**
- *
+ *
* delete a Job
* @param name name of the Job (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -1944,7 +1943,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback)
}
/**
- *
+ *
* get available resources
* @return APIgetAPIResourcesRequest
* @http.response.details
@@ -2261,7 +2260,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) thr
}
/**
- *
+ *
* list or watch objects of kind CronJob
* @return APIlistCronJobForAllNamespacesRequest
* @http.response.details
@@ -2578,7 +2577,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws
}
/**
- *
+ *
* list or watch objects of kind Job
* @return APIlistJobForAllNamespacesRequest
* @http.response.details
@@ -2903,7 +2902,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) thr
}
/**
- *
+ *
* list or watch objects of kind CronJob
* @param namespace object name and auth scope, such as for teams and projects (required)
* @return APIlistNamespacedCronJobRequest
@@ -3229,7 +3228,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws
}
/**
- *
+ *
* list or watch objects of kind Job
* @param namespace object name and auth scope, such as for teams and projects (required)
* @return APIlistNamespacedJobRequest
@@ -3483,7 +3482,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws
}
/**
- *
+ *
* partially update the specified CronJob
* @param name name of the CronJob (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -3740,7 +3739,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws
}
/**
- *
+ *
* partially update status of the specified CronJob
* @param name name of the CronJob (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -3997,7 +3996,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws ApiE
}
/**
- *
+ *
* partially update the specified Job
* @param name name of the Job (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -4254,7 +4253,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws ApiE
}
/**
- *
+ *
* partially update status of the specified Job
* @param name name of the Job (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -4439,7 +4438,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws
}
/**
- *
+ *
* read the specified CronJob
* @param name name of the CronJob (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -4622,7 +4621,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws
}
/**
- *
+ *
* read status of the specified CronJob
* @param name name of the CronJob (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -4805,7 +4804,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws ApiE
}
/**
- *
+ *
* read the specified Job
* @param name name of the Job (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -4988,7 +4987,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws ApiE
}
/**
- *
+ *
* read status of the specified Job
* @param name name of the Job (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -5228,7 +5227,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws
}
/**
- *
+ *
* replace the specified CronJob
* @param name name of the CronJob (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -5470,7 +5469,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws
}
/**
- *
+ *
* replace status of the specified CronJob
* @param name name of the CronJob (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -5712,7 +5711,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws ApiE
}
/**
- *
+ *
* replace the specified Job
* @param name name of the Job (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -5954,7 +5953,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws ApiE
}
/**
- *
+ *
* replace status of the specified Job
* @param name name of the Job (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
diff --git a/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/CertificatesApi.java b/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/CertificatesApi.java
index 068e52f811..acd53a9d2f 100644
--- a/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/CertificatesApi.java
+++ b/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/CertificatesApi.java
@@ -1,16 +1,15 @@
/*
- * Kubernetes
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
- *
- * The version of the OpenAPI document: release-1.30
- *
- *
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
- * https://openapi-generator.tech
- * Do not edit the class manually.
- */
-
-
+Copyright 2024 The Kubernetes Authors.
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+http://www.apache.org/licenses/LICENSE-2.0
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+*/
package io.kubernetes.client.openapi.apis;
import io.kubernetes.client.openapi.ApiCallback;
@@ -209,7 +208,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws
}
/**
- *
+ *
* get information of a group
* @return APIgetAPIGroupRequest
* @http.response.details
diff --git a/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/CertificatesV1Api.java b/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/CertificatesV1Api.java
index 7fcd1b5e30..b7551ce22d 100644
--- a/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/CertificatesV1Api.java
+++ b/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/CertificatesV1Api.java
@@ -1,16 +1,15 @@
/*
- * Kubernetes
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
- *
- * The version of the OpenAPI document: release-1.30
- *
- *
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
- * https://openapi-generator.tech
- * Do not edit the class manually.
- */
-
-
+Copyright 2024 The Kubernetes Authors.
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+http://www.apache.org/licenses/LICENSE-2.0
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+*/
package io.kubernetes.client.openapi.apis;
import io.kubernetes.client.openapi.ApiCallback;
@@ -290,7 +289,7 @@ public okhttp3.Call executeAsync(final ApiCallback
}
/**
- *
+ *
* create a CertificateSigningRequest
* @param body (required)
* @return APIcreateCertificateSigningRequestRequest
@@ -542,7 +541,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws A
}
/**
- *
+ *
* delete a CertificateSigningRequest
* @param name name of the CertificateSigningRequest (required)
* @return APIdeleteCertificateSigningRequestRequest
@@ -901,7 +900,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws A
}
/**
- *
+ *
* delete collection of CertificateSigningRequest
* @return APIdeleteCollectionCertificateSigningRequestRequest
* @http.response.details
@@ -1051,7 +1050,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback)
}
/**
- *
+ *
* get available resources
* @return APIgetAPIResourcesRequest
* @http.response.details
@@ -1368,7 +1367,7 @@ public okhttp3.Call executeAsync(final ApiCallback
}
/**
- *
+ *
* partially update the specified CertificateSigningRequest
* @param name name of the CertificateSigningRequest (required)
* @param body (required)
@@ -1861,7 +1860,7 @@ public okhttp3.Call executeAsync(final ApiCallback
}
/**
- *
+ *
* partially update approval of the specified CertificateSigningRequest
* @param name name of the CertificateSigningRequest (required)
* @param body (required)
@@ -2109,7 +2108,7 @@ public okhttp3.Call executeAsync(final ApiCallback
}
/**
- *
+ *
* partially update status of the specified CertificateSigningRequest
* @param name name of the CertificateSigningRequest (required)
* @param body (required)
@@ -2285,7 +2284,7 @@ public okhttp3.Call executeAsync(final ApiCallback
}
/**
- *
+ *
* read the specified CertificateSigningRequest
* @param name name of the CertificateSigningRequest (required)
* @return APIreadCertificateSigningRequestRequest
@@ -2459,7 +2458,7 @@ public okhttp3.Call executeAsync(final ApiCallback
}
/**
- *
+ *
* read approval of the specified CertificateSigningRequest
* @param name name of the CertificateSigningRequest (required)
* @return APIreadCertificateSigningRequestApprovalRequest
@@ -2633,7 +2632,7 @@ public okhttp3.Call executeAsync(final ApiCallback
}
/**
- *
+ *
* read status of the specified CertificateSigningRequest
* @param name name of the CertificateSigningRequest (required)
* @return APIreadCertificateSigningRequestStatusRequest
@@ -2864,7 +2863,7 @@ public okhttp3.Call executeAsync(final ApiCallback
}
/**
- *
+ *
* replace the specified CertificateSigningRequest
* @param name name of the CertificateSigningRequest (required)
* @param body (required)
@@ -3097,7 +3096,7 @@ public okhttp3.Call executeAsync(final ApiCallback
}
/**
- *
+ *
* replace approval of the specified CertificateSigningRequest
* @param name name of the CertificateSigningRequest (required)
* @param body (required)
@@ -3330,7 +3329,7 @@ public okhttp3.Call executeAsync(final ApiCallback
}
/**
- *
+ *
* replace status of the specified CertificateSigningRequest
* @param name name of the CertificateSigningRequest (required)
* @param body (required)
diff --git a/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/CertificatesV1alpha1Api.java b/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/CertificatesV1alpha1Api.java
index 707ca5f3d0..4a8bf32313 100644
--- a/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/CertificatesV1alpha1Api.java
+++ b/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/CertificatesV1alpha1Api.java
@@ -1,16 +1,15 @@
/*
- * Kubernetes
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
- *
- * The version of the OpenAPI document: release-1.30
- *
- *
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
- * https://openapi-generator.tech
- * Do not edit the class manually.
- */
-
-
+Copyright 2024 The Kubernetes Authors.
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+http://www.apache.org/licenses/LICENSE-2.0
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+*/
package io.kubernetes.client.openapi.apis;
import io.kubernetes.client.openapi.ApiCallback;
@@ -290,7 +289,7 @@ public okhttp3.Call executeAsync(final ApiCallback _
}
/**
- *
+ *
* create a ClusterTrustBundle
* @param body (required)
* @return APIcreateClusterTrustBundleRequest
@@ -542,7 +541,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws A
}
/**
- *
+ *
* delete a ClusterTrustBundle
* @param name name of the ClusterTrustBundle (required)
* @return APIdeleteClusterTrustBundleRequest
@@ -901,7 +900,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws A
}
/**
- *
+ *
* delete collection of ClusterTrustBundle
* @return APIdeleteCollectionClusterTrustBundleRequest
* @http.response.details
@@ -1051,7 +1050,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback)
}
/**
- *
+ *
* get available resources
* @return APIgetAPIResourcesRequest
* @http.response.details
@@ -1368,7 +1367,7 @@ public okhttp3.Call executeAsync(final ApiCallback _
}
/**
- *
+ *
* partially update the specified ClusterTrustBundle
* @param name name of the ClusterTrustBundle (required)
* @param body (required)
@@ -1789,7 +1788,7 @@ public okhttp3.Call executeAsync(final ApiCallback _
}
/**
- *
+ *
* read the specified ClusterTrustBundle
* @param name name of the ClusterTrustBundle (required)
* @return APIreadClusterTrustBundleRequest
@@ -2020,7 +2019,7 @@ public okhttp3.Call executeAsync(final ApiCallback _
}
/**
- *
+ *
* replace the specified ClusterTrustBundle
* @param name name of the ClusterTrustBundle (required)
* @param body (required)
diff --git a/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/CoordinationApi.java b/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/CoordinationApi.java
index 2739873249..a83c8c5015 100644
--- a/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/CoordinationApi.java
+++ b/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/CoordinationApi.java
@@ -1,16 +1,15 @@
/*
- * Kubernetes
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
- *
- * The version of the OpenAPI document: release-1.30
- *
- *
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
- * https://openapi-generator.tech
- * Do not edit the class manually.
- */
-
-
+Copyright 2024 The Kubernetes Authors.
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+http://www.apache.org/licenses/LICENSE-2.0
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+*/
package io.kubernetes.client.openapi.apis;
import io.kubernetes.client.openapi.ApiCallback;
@@ -209,7 +208,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws
}
/**
- *
+ *
* get information of a group
* @return APIgetAPIGroupRequest
* @http.response.details
diff --git a/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/CoordinationV1Api.java b/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/CoordinationV1Api.java
index fc05e10427..b698879c07 100644
--- a/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/CoordinationV1Api.java
+++ b/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/CoordinationV1Api.java
@@ -1,16 +1,15 @@
/*
- * Kubernetes
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
- *
- * The version of the OpenAPI document: release-1.30
- *
- *
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
- * https://openapi-generator.tech
- * Do not edit the class manually.
- */
-
-
+Copyright 2024 The Kubernetes Authors.
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+http://www.apache.org/licenses/LICENSE-2.0
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+*/
package io.kubernetes.client.openapi.apis;
import io.kubernetes.client.openapi.ApiCallback;
@@ -298,7 +297,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws Ap
}
/**
- *
+ *
* create a Lease
* @param namespace object name and auth scope, such as for teams and projects (required)
* @param body (required)
@@ -667,7 +666,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws A
}
/**
- *
+ *
* delete collection of Lease
* @param namespace object name and auth scope, such as for teams and projects (required)
* @return APIdeleteCollectionNamespacedLeaseRequest
@@ -925,7 +924,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws A
}
/**
- *
+ *
* delete a Lease
* @param name name of the Lease (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -1078,7 +1077,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback)
}
/**
- *
+ *
* get available resources
* @return APIgetAPIResourcesRequest
* @http.response.details
@@ -1395,7 +1394,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throw
}
/**
- *
+ *
* list or watch objects of kind Lease
* @return APIlistLeaseForAllNamespacesRequest
* @http.response.details
@@ -1720,7 +1719,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throw
}
/**
- *
+ *
* list or watch objects of kind Lease
* @param namespace object name and auth scope, such as for teams and projects (required)
* @return APIlistNamespacedLeaseRequest
@@ -1974,7 +1973,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws Ap
}
/**
- *
+ *
* partially update the specified Lease
* @param name name of the Lease (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -2159,7 +2158,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws Ap
}
/**
- *
+ *
* read the specified Lease
* @param name name of the Lease (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -2399,7 +2398,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws Ap
}
/**
- *
+ *
* replace the specified Lease
* @param name name of the Lease (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
diff --git a/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/CoreApi.java b/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/CoreApi.java
index af8070e2d3..578b022566 100644
--- a/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/CoreApi.java
+++ b/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/CoreApi.java
@@ -1,16 +1,15 @@
/*
- * Kubernetes
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
- *
- * The version of the OpenAPI document: release-1.30
- *
- *
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
- * https://openapi-generator.tech
- * Do not edit the class manually.
- */
-
-
+Copyright 2024 The Kubernetes Authors.
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+http://www.apache.org/licenses/LICENSE-2.0
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+*/
package io.kubernetes.client.openapi.apis;
import io.kubernetes.client.openapi.ApiCallback;
@@ -209,7 +208,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) thr
}
/**
- *
+ *
* get available API versions
* @return APIgetAPIVersionsRequest
* @http.response.details
diff --git a/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/CoreV1Api.java b/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/CoreV1Api.java
index 497365f252..9bfde77194 100644
--- a/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/CoreV1Api.java
+++ b/kubernetes/src/main/java/io/kubernetes/client/openapi/apis/CoreV1Api.java
@@ -1,16 +1,15 @@
/*
- * Kubernetes
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
- *
- * The version of the OpenAPI document: release-1.30
- *
- *
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
- * https://openapi-generator.tech
- * Do not edit the class manually.
- */
-
-
+Copyright 2024 The Kubernetes Authors.
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+http://www.apache.org/licenses/LICENSE-2.0
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+*/
package io.kubernetes.client.openapi.apis;
import io.kubernetes.client.openapi.ApiCallback;
@@ -277,7 +276,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws Api
}
/**
- *
+ *
* connect DELETE requests to proxy of Pod
* @param name name of the PodProxyOptions (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -466,7 +465,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws Api
}
/**
- *
+ *
* connect DELETE requests to proxy of Pod
* @param name name of the PodProxyOptions (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -648,7 +647,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws Api
}
/**
- *
+ *
* connect DELETE requests to proxy of Service
* @param name name of the ServiceProxyOptions (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -837,7 +836,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws Api
}
/**
- *
+ *
* connect DELETE requests to proxy of Service
* @param name name of the ServiceProxyOptions (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -1011,7 +1010,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws Api
}
/**
- *
+ *
* connect DELETE requests to proxy of Node
* @param name name of the NodeProxyOptions (required)
* @return APIconnectDeleteNodeProxyRequest
@@ -1191,7 +1190,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws Api
}
/**
- *
+ *
* connect DELETE requests to proxy of Node
* @param name name of the NodeProxyOptions (required)
* @param path path to the resource (required)
@@ -1432,7 +1431,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws Api
}
/**
- *
+ *
* connect GET requests to attach of Pod
* @param name name of the PodAttachOptions (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -1688,7 +1687,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws Api
}
/**
- *
+ *
* connect GET requests to exec of Pod
* @param name name of the PodExecOptions (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -1869,7 +1868,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws Api
}
/**
- *
+ *
* connect GET requests to portforward of Pod
* @param name name of the PodPortForwardOptions (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -2050,7 +2049,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws Api
}
/**
- *
+ *
* connect GET requests to proxy of Pod
* @param name name of the PodProxyOptions (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -2239,7 +2238,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws Api
}
/**
- *
+ *
* connect GET requests to proxy of Pod
* @param name name of the PodProxyOptions (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -2421,7 +2420,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws Api
}
/**
- *
+ *
* connect GET requests to proxy of Service
* @param name name of the ServiceProxyOptions (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -2610,7 +2609,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws Api
}
/**
- *
+ *
* connect GET requests to proxy of Service
* @param name name of the ServiceProxyOptions (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -2784,7 +2783,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws Api
}
/**
- *
+ *
* connect GET requests to proxy of Node
* @param name name of the NodeProxyOptions (required)
* @return APIconnectGetNodeProxyRequest
@@ -2964,7 +2963,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws Api
}
/**
- *
+ *
* connect GET requests to proxy of Node
* @param name name of the NodeProxyOptions (required)
* @param path path to the resource (required)
@@ -3145,7 +3144,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws Api
}
/**
- *
+ *
* connect HEAD requests to proxy of Pod
* @param name name of the PodProxyOptions (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -3334,7 +3333,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws Api
}
/**
- *
+ *
* connect HEAD requests to proxy of Pod
* @param name name of the PodProxyOptions (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -3516,7 +3515,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws Api
}
/**
- *
+ *
* connect HEAD requests to proxy of Service
* @param name name of the ServiceProxyOptions (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -3705,7 +3704,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws Api
}
/**
- *
+ *
* connect HEAD requests to proxy of Service
* @param name name of the ServiceProxyOptions (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -3879,7 +3878,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws Api
}
/**
- *
+ *
* connect HEAD requests to proxy of Node
* @param name name of the NodeProxyOptions (required)
* @return APIconnectHeadNodeProxyRequest
@@ -4059,7 +4058,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws Api
}
/**
- *
+ *
* connect HEAD requests to proxy of Node
* @param name name of the NodeProxyOptions (required)
* @param path path to the resource (required)
@@ -4240,7 +4239,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws Api
}
/**
- *
+ *
* connect OPTIONS requests to proxy of Pod
* @param name name of the PodProxyOptions (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -4429,7 +4428,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws Api
}
/**
- *
+ *
* connect OPTIONS requests to proxy of Pod
* @param name name of the PodProxyOptions (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -4611,7 +4610,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws Api
}
/**
- *
+ *
* connect OPTIONS requests to proxy of Service
* @param name name of the ServiceProxyOptions (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -4800,7 +4799,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws Api
}
/**
- *
+ *
* connect OPTIONS requests to proxy of Service
* @param name name of the ServiceProxyOptions (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -4974,7 +4973,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws Api
}
/**
- *
+ *
* connect OPTIONS requests to proxy of Node
* @param name name of the NodeProxyOptions (required)
* @return APIconnectOptionsNodeProxyRequest
@@ -5154,7 +5153,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws Api
}
/**
- *
+ *
* connect OPTIONS requests to proxy of Node
* @param name name of the NodeProxyOptions (required)
* @param path path to the resource (required)
@@ -5335,7 +5334,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws Api
}
/**
- *
+ *
* connect PATCH requests to proxy of Pod
* @param name name of the PodProxyOptions (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -5524,7 +5523,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws Api
}
/**
- *
+ *
* connect PATCH requests to proxy of Pod
* @param name name of the PodProxyOptions (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -5706,7 +5705,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws Api
}
/**
- *
+ *
* connect PATCH requests to proxy of Service
* @param name name of the ServiceProxyOptions (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -5895,7 +5894,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws Api
}
/**
- *
+ *
* connect PATCH requests to proxy of Service
* @param name name of the ServiceProxyOptions (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -6069,7 +6068,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws Api
}
/**
- *
+ *
* connect PATCH requests to proxy of Node
* @param name name of the NodeProxyOptions (required)
* @return APIconnectPatchNodeProxyRequest
@@ -6249,7 +6248,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws Api
}
/**
- *
+ *
* connect PATCH requests to proxy of Node
* @param name name of the NodeProxyOptions (required)
* @param path path to the resource (required)
@@ -6490,7 +6489,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws Api
}
/**
- *
+ *
* connect POST requests to attach of Pod
* @param name name of the PodAttachOptions (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -6746,7 +6745,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws Api
}
/**
- *
+ *
* connect POST requests to exec of Pod
* @param name name of the PodExecOptions (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -6927,7 +6926,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws Api
}
/**
- *
+ *
* connect POST requests to portforward of Pod
* @param name name of the PodPortForwardOptions (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -7108,7 +7107,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws Api
}
/**
- *
+ *
* connect POST requests to proxy of Pod
* @param name name of the PodProxyOptions (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -7297,7 +7296,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws Api
}
/**
- *
+ *
* connect POST requests to proxy of Pod
* @param name name of the PodProxyOptions (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -7479,7 +7478,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws Api
}
/**
- *
+ *
* connect POST requests to proxy of Service
* @param name name of the ServiceProxyOptions (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -7668,7 +7667,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws Api
}
/**
- *
+ *
* connect POST requests to proxy of Service
* @param name name of the ServiceProxyOptions (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -7842,7 +7841,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws Api
}
/**
- *
+ *
* connect POST requests to proxy of Node
* @param name name of the NodeProxyOptions (required)
* @return APIconnectPostNodeProxyRequest
@@ -8022,7 +8021,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws Api
}
/**
- *
+ *
* connect POST requests to proxy of Node
* @param name name of the NodeProxyOptions (required)
* @param path path to the resource (required)
@@ -8203,7 +8202,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws Api
}
/**
- *
+ *
* connect PUT requests to proxy of Pod
* @param name name of the PodProxyOptions (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -8392,7 +8391,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws Api
}
/**
- *
+ *
* connect PUT requests to proxy of Pod
* @param name name of the PodProxyOptions (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -8574,7 +8573,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws Api
}
/**
- *
+ *
* connect PUT requests to proxy of Service
* @param name name of the ServiceProxyOptions (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -8763,7 +8762,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws Api
}
/**
- *
+ *
* connect PUT requests to proxy of Service
* @param name name of the ServiceProxyOptions (required)
* @param namespace object name and auth scope, such as for teams and projects (required)
@@ -8937,7 +8936,7 @@ public okhttp3.Call executeAsync(final ApiCallback _callback) throws Api
}
/**
- *
+ *
* connect PUT requests to proxy of Node
* @param name name of the NodeProxyOptions (required)
* @return APIconnectPutNodeProxyRequest
@@ -9117,7 +9116,7 @@ public okhttp3.Call executeAsync(final ApiCallback