Package-level declarations

Types

Link copied to clipboard
class PriorityClass : KotlinCustomResource

PriorityClass defines mapping from a priority class name to the priority integer value. The value can be any valid integer.

Link copied to clipboard
data class PriorityClassArgs(val apiVersion: Output<String>? = null, val description: Output<String>? = null, val globalDefault: Output<Boolean>? = null, val kind: Output<String>? = null, val metadata: Output<ObjectMetaArgs>? = null, val preemptionPolicy: Output<String>? = null, val value: Output<Int>? = null) : ConvertibleToJava<PriorityClassArgs>

PriorityClass defines mapping from a priority class name to the priority integer value. The value can be any valid integer.

Link copied to clipboard
Link copied to clipboard
class PriorityClassList : KotlinCustomResource

PriorityClassList is a collection of priority classes.

Link copied to clipboard
data class PriorityClassListArgs(val apiVersion: Output<String>? = null, val items: Output<List<PriorityClassArgs>>? = null, val kind: Output<String>? = null, val metadata: Output<ListMetaArgs>? = null) : ConvertibleToJava<PriorityClassListArgs>

PriorityClassList is a collection of priority classes.

Link copied to clipboard
object PriorityClassListMapper : ResourceMapper<PriorityClassList>
Link copied to clipboard
object PriorityClassMapper : ResourceMapper<PriorityClass>
Link copied to clipboard
class PriorityClassPatch : KotlinCustomResource

Patch resources are used to modify existing Kubernetes resources by using Server-Side Apply updates. The name of the resource must be specified, but all other properties are optional. More than one patch may be applied to the same resource, and a random FieldManager name will be used for each Patch resource. Conflicts will result in an error by default, but can be forced using the "pulumi.com/patchForce" annotation. See the Server-Side Apply Docs for additional information about using Server-Side Apply to manage Kubernetes resources with Pulumi. PriorityClass defines mapping from a priority class name to the priority integer value. The value can be any valid integer.

Link copied to clipboard
data class PriorityClassPatchArgs(val apiVersion: Output<String>? = null, val description: Output<String>? = null, val globalDefault: Output<Boolean>? = null, val kind: Output<String>? = null, val metadata: Output<ObjectMetaPatchArgs>? = null, val preemptionPolicy: Output<String>? = null, val value: Output<Int>? = null) : ConvertibleToJava<PriorityClassPatchArgs>

Patch resources are used to modify existing Kubernetes resources by using Server-Side Apply updates. The name of the resource must be specified, but all other properties are optional. More than one patch may be applied to the same resource, and a random FieldManager name will be used for each Patch resource. Conflicts will result in an error by default, but can be forced using the "pulumi.com/patchForce" annotation. See the Server-Side Apply Docs for additional information about using Server-Side Apply to manage Kubernetes resources with Pulumi. PriorityClass defines mapping from a priority class name to the priority integer value. The value can be any valid integer.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard