@@ -141,7 +141,6 @@ public <R extends HasMetadata> R serverSideApply(R resource) {
141141 * @param <R> the resource type
142142 * @return the applied resource as returned by the API server
143143 */
144- @ Experimental (API_MIGHT_CHANGE )
145144 public <R extends HasMetadata > R serverSideApply (R resource , Options options ) {
146145 return resourcePatch (
147146 resource ,
@@ -185,7 +184,6 @@ public <R extends HasMetadata> R serverSideApply(
185184 * @param <R> the resource type
186185 * @return the applied resource as returned by the API server
187186 */
188- @ Experimental (API_MIGHT_CHANGE )
189187 public <R extends HasMetadata > R serverSideApply (
190188 R resource , InformerEventSource <R , P > informerEventSource , Options options ) {
191189 if (informerEventSource == null ) {
@@ -347,7 +345,6 @@ public <R extends HasMetadata> R update(R resource) {
347345 * @param <R> the resource type
348346 * @return the updated resource as returned by the API server
349347 */
350- @ Experimental (API_MIGHT_CHANGE )
351348 public <R extends HasMetadata > R update (R desired , Options options ) {
352349 return resourcePatch (desired , r -> context .getClient ().resource (r ).update (), options );
353350 }
@@ -378,7 +375,6 @@ public <R extends HasMetadata> R update(
378375 * @param <R> the resource type
379376 * @return the updated resource as returned by the API server
380377 */
381- @ Experimental (API_MIGHT_CHANGE )
382378 public <R extends HasMetadata > R update (
383379 R resource , InformerEventSource <R , P > informerEventSource , Options options ) {
384380 if (informerEventSource == null ) {
0 commit comments