|
1 |
| -// Copyright (c) 2020, 2024, Oracle and/or its affiliates. |
| 1 | +// Copyright (c) 2020, 2025, Oracle and/or its affiliates. |
2 | 2 | // Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
|
3 | 3 |
|
4 | 4 | package oracle.weblogic.kubernetes.actions.impl.primitive;
|
@@ -415,6 +415,7 @@ public static boolean deleteDeployment(String namespace, String name) throws Api
|
415 | 415 | PRETTY, // String | If 'true', then the output is pretty printed.
|
416 | 416 | null, // String | When present, indicates that modifications should not be persisted.
|
417 | 417 | GRACE_PERIOD, // Integer | The duration in seconds before the object should be deleted.
|
| 418 | + null, |
418 | 419 | null, // Boolean | Deprecated: use the PropagationPolicy.
|
419 | 420 | FOREGROUND, // String | Whether and how garbage collection will be performed.
|
420 | 421 | null // V1DeleteOptions.
|
@@ -505,6 +506,7 @@ public static String getPodLog(String name,
|
505 | 506 | PRETTY, // pretty print output
|
506 | 507 | previous, // Boolean, Return previous terminated container logs
|
507 | 508 | sinceSeconds, // relative time (seconds) before the current time from which to show logs
|
| 509 | + null, |
508 | 510 | null, // number of lines from the end of the logs to show
|
509 | 511 | null // Boolean, add timestamp at the beginning of every line of log output
|
510 | 512 | );
|
@@ -2653,6 +2655,7 @@ public static boolean deleteReplicaSet(String namespace, String name) throws Api
|
2653 | 2655 | PRETTY, // String | pretty print output.
|
2654 | 2656 | null, // String | When present, indicates that modifications should not be persisted.
|
2655 | 2657 | GRACE_PERIOD, // Integer | The duration in seconds before the object should be deleted.
|
| 2658 | + null, |
2656 | 2659 | null, // Boolean | Deprecated: use the PropagationPolicy.
|
2657 | 2660 | FOREGROUND, // String | Whether and how garbage collection will be performed.
|
2658 | 2661 | null // V1DeleteOptions.
|
@@ -2899,6 +2902,7 @@ public static boolean deleteNamespacedRoleBinding(String namespace, String name)
|
2899 | 2902 | PRETTY, // String | pretty print output.
|
2900 | 2903 | null, // String | When present, indicates that modifications should not be persisted.
|
2901 | 2904 | GRACE_PERIOD, // Integer | The duration in seconds before the object should be deleted.
|
| 2905 | + null, |
2902 | 2906 | null, // Boolean | Deprecated: use the PropagationPolicy.
|
2903 | 2907 | FOREGROUND, // String | Whether and how garbage collection will be performed.
|
2904 | 2908 | null // V1DeleteOptions.
|
@@ -2988,6 +2992,7 @@ public static boolean deleteClusterRole(String name) throws ApiException {
|
2988 | 2992 | PRETTY, // String | pretty print output.
|
2989 | 2993 | null, // String | When present, indicates that modifications should not be persisted.
|
2990 | 2994 | GRACE_PERIOD, // Integer | The duration in seconds before the object should be deleted.
|
| 2995 | + null, |
2991 | 2996 | null, // Boolean | Deprecated: use the PropagationPolicy.
|
2992 | 2997 | FOREGROUND, // String | Whether and how garbage collection will be performed.
|
2993 | 2998 | null // V1DeleteOptions.
|
@@ -3046,6 +3051,7 @@ public static boolean deleteNamespacedRole(String namespace, String name) throws
|
3046 | 3051 | PRETTY, // String | pretty print output.
|
3047 | 3052 | null, // String | When present, indicates that modifications should not be persisted.
|
3048 | 3053 | GRACE_PERIOD, // Integer | The duration in seconds before the object should be deleted.
|
| 3054 | + null, |
3049 | 3055 | null, // Boolean | Deprecated: use the PropagationPolicy.
|
3050 | 3056 | FOREGROUND, // String | Whether and how garbage collection will be performed.
|
3051 | 3057 | null // V1DeleteOptions.
|
@@ -3204,6 +3210,7 @@ public static boolean deleteIngress(String name, String namespace) throws ApiExc
|
3204 | 3210 | PRETTY, // String | If 'true', then the output is pretty printed.
|
3205 | 3211 | null, // String | dry run or permanent change
|
3206 | 3212 | GRACE_PERIOD, // Integer | The duration in seconds before the object should be deleted.
|
| 3213 | + null, |
3207 | 3214 | null, // Boolean | Deprecated: use the PropagationPolicy.
|
3208 | 3215 | BACKGROUND, // String | Whether and how garbage collection will be performed.
|
3209 | 3216 | null // V1DeleteOptions.
|
|
0 commit comments