Package-level declarations

Types

Link copied to clipboard
class Status : KotlinCustomResource

Status is a return value for calls that don't return other objects.

Link copied to clipboard
data class StatusArgs(val apiVersion: Output<String>? = null, val code: Output<Int>? = null, val details: Output<StatusDetailsArgs>? = null, val kind: Output<String>? = null, val message: Output<String>? = null, val metadata: Output<ListMetaArgs>? = null, val reason: Output<String>? = null) : ConvertibleToJava<StatusArgs>

Status is a return value for calls that don't return other objects.

Link copied to clipboard

Builder for StatusArgs.

Link copied to clipboard
object StatusMapper : ResourceMapper<Status>
Link copied to clipboard
class StatusPatch : 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. Status is a return value for calls that don't return other objects.

Link copied to clipboard
data class StatusPatchArgs(val apiVersion: Output<String>? = null, val code: Output<Int>? = null, val details: Output<StatusDetailsPatchArgs>? = null, val kind: Output<String>? = null, val message: Output<String>? = null, val metadata: Output<ListMetaPatchArgs>? = null, val reason: Output<String>? = null) : ConvertibleToJava<StatusPatchArgs>

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. Status is a return value for calls that don't return other objects.

Link copied to clipboard
Link copied to clipboard
object StatusPatchMapper : ResourceMapper<StatusPatch>
Link copied to clipboard
Link copied to clipboard

Builder for Status.

Functions

Link copied to clipboard
fun status(name: String): Status
suspend fun status(name: String, block: suspend StatusResourceBuilder.() -> Unit): Status
Link copied to clipboard
suspend fun statusPatch(name: String, block: suspend StatusPatchResourceBuilder.() -> Unit): StatusPatch