
org.cdk8s.plus31.k8s.IoK8SApimachineryPkgApisMetaV1DeleteOptionsKind Maven / Gradle / Ivy
package org.cdk8s.plus31.k8s;
/**
* 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
*/
@javax.annotation.Generated(value = "jsii-pacmak/1.105.0 (build 0a2adcb)", date = "2024-11-15T12:15:24.978Z")
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
@software.amazon.jsii.Jsii(module = org.cdk8s.plus31.$Module.class, fqn = "cdk8s-plus-31.k8s.IoK8SApimachineryPkgApisMetaV1DeleteOptionsKind")
public enum IoK8SApimachineryPkgApisMetaV1DeleteOptionsKind {
/**
* DeleteOptions.
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
DELETE_OPTIONS,
}