Package-level declarations

Types

Link copied to clipboard

PodPreset is a policy resource that defines additional runtime requirements for a Pod.

Link copied to clipboard
data class PodPresetArgs(val apiVersion: Output<String>? = null, val kind: Output<String>? = null, val metadata: Output<ObjectMetaArgs>? = null, val spec: Output<PodPresetSpecArgs>? = null) : ConvertibleToJava<PodPresetArgs>

PodPreset is a policy resource that defines additional runtime requirements for a Pod.

Link copied to clipboard
Link copied to clipboard

PodPresetList is a list of PodPreset objects.

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

PodPresetList is a list of PodPreset objects.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

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. PodPreset is a policy resource that defines additional runtime requirements for a Pod.

Link copied to clipboard
data class PodPresetPatchArgs(val apiVersion: Output<String>? = null, val kind: Output<String>? = null, val metadata: Output<ObjectMetaPatchArgs>? = null, val spec: Output<PodPresetSpecPatchArgs>? = null) : ConvertibleToJava<PodPresetPatchArgs>

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. PodPreset is a policy resource that defines additional runtime requirements for a Pod.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
suspend fun podPreset(name: String, block: suspend PodPresetResourceBuilder.() -> Unit): PodPreset
Link copied to clipboard
Link copied to clipboard