Package-level declarations

Types

Link copied to clipboard
class RuntimeClass : KotlinCustomResource

RuntimeClass defines a class of container runtime supported in the cluster. The RuntimeClass is used to determine which container runtime is used to run all containers in a pod. RuntimeClasses are manually defined by a user or cluster provisioner, and referenced in the PodSpec. The Kubelet is responsible for resolving the RuntimeClassName reference before running the pod. For more details, see https://kubernetes.io/docs/concepts/containers/runtime-class/

Link copied to clipboard
data class RuntimeClassArgs(val apiVersion: Output<String>? = null, val handler: Output<String>? = null, val kind: Output<String>? = null, val metadata: Output<ObjectMetaArgs>? = null, val overhead: Output<OverheadArgs>? = null, val scheduling: Output<SchedulingArgs>? = null) : ConvertibleToJava<RuntimeClassArgs>

RuntimeClass defines a class of container runtime supported in the cluster. The RuntimeClass is used to determine which container runtime is used to run all containers in a pod. RuntimeClasses are manually defined by a user or cluster provisioner, and referenced in the PodSpec. The Kubelet is responsible for resolving the RuntimeClassName reference before running the pod. For more details, see https://kubernetes.io/docs/concepts/containers/runtime-class/

Link copied to clipboard
Link copied to clipboard
class RuntimeClassList : KotlinCustomResource

RuntimeClassList is a list of RuntimeClass objects.

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

RuntimeClassList is a list of RuntimeClass objects.

Link copied to clipboard
object RuntimeClassListMapper : ResourceMapper<RuntimeClassList>
Link copied to clipboard
object RuntimeClassMapper : ResourceMapper<RuntimeClass>
Link copied to clipboard
class RuntimeClassPatch : 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. RuntimeClass defines a class of container runtime supported in the cluster. The RuntimeClass is used to determine which container runtime is used to run all containers in a pod. RuntimeClasses are manually defined by a user or cluster provisioner, and referenced in the PodSpec. The Kubelet is responsible for resolving the RuntimeClassName reference before running the pod. For more details, see https://kubernetes.io/docs/concepts/containers/runtime-class/

Link copied to clipboard
data class RuntimeClassPatchArgs(val apiVersion: Output<String>? = null, val handler: Output<String>? = null, val kind: Output<String>? = null, val metadata: Output<ObjectMetaPatchArgs>? = null, val overhead: Output<OverheadPatchArgs>? = null, val scheduling: Output<SchedulingPatchArgs>? = null) : ConvertibleToJava<RuntimeClassPatchArgs>

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. RuntimeClass defines a class of container runtime supported in the cluster. The RuntimeClass is used to determine which container runtime is used to run all containers in a pod. RuntimeClasses are manually defined by a user or cluster provisioner, and referenced in the PodSpec. The Kubelet is responsible for resolving the RuntimeClassName reference before running the pod. For more details, see https://kubernetes.io/docs/concepts/containers/runtime-class/

Link copied to clipboard
object RuntimeClassPatchMapper : ResourceMapper<RuntimeClassPatch>
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard