Package org.cdk8s.plus24.k8s
Enum IoK8SApimachineryPkgApisMetaV1DeleteOptionsKind
- java.lang.Object
-
- java.lang.Enum<IoK8SApimachineryPkgApisMetaV1DeleteOptionsKind>
-
- org.cdk8s.plus24.k8s.IoK8SApimachineryPkgApisMetaV1DeleteOptionsKind
-
- All Implemented Interfaces:
Serializable
,Comparable<IoK8SApimachineryPkgApisMetaV1DeleteOptionsKind>
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-28T00:25:43.977Z") @Stability(Stable) public enum IoK8SApimachineryPkgApisMetaV1DeleteOptionsKind extends Enum<IoK8SApimachineryPkgApisMetaV1DeleteOptionsKind>
Kind is a string value representing the REST resource this object represents.Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
-
-
Enum Constant Summary
Enum Constants Enum Constant Description DELETE_OPTIONS
DeleteOptions.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IoK8SApimachineryPkgApisMetaV1DeleteOptionsKind
valueOf(String name)
Returns the enum constant of this type with the specified name.static IoK8SApimachineryPkgApisMetaV1DeleteOptionsKind[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
DELETE_OPTIONS
@Stability(Stable) public static final IoK8SApimachineryPkgApisMetaV1DeleteOptionsKind DELETE_OPTIONS
DeleteOptions.
-
-
Method Detail
-
values
public static IoK8SApimachineryPkgApisMetaV1DeleteOptionsKind[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (IoK8SApimachineryPkgApisMetaV1DeleteOptionsKind c : IoK8SApimachineryPkgApisMetaV1DeleteOptionsKind.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static IoK8SApimachineryPkgApisMetaV1DeleteOptionsKind valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
-