Package-level declarations

Types

Link copied to clipboard
class PodDisruptionBudget : KotlinCustomResource

PodDisruptionBudget is an object to define the max disruption that can be caused to a collection of pods

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

PodDisruptionBudget is an object to define the max disruption that can be caused to a collection of pods

Link copied to clipboard
class PodDisruptionBudgetList : KotlinCustomResource

PodDisruptionBudgetList is a collection of PodDisruptionBudgets.

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

PodDisruptionBudgetList is a collection of PodDisruptionBudgets.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class PodDisruptionBudgetPatch : 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. PodDisruptionBudget is an object to define the max disruption that can be caused to a collection of pods

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

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. PodDisruptionBudget is an object to define the max disruption that can be caused to a collection of pods

Link copied to clipboard
class PodSecurityPolicy : KotlinCustomResource

PodSecurityPolicy governs the ability to make requests that affect the Security Context that will be applied to a pod and container.

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

PodSecurityPolicy governs the ability to make requests that affect the Security Context that will be applied to a pod and container.

Link copied to clipboard
class PodSecurityPolicyList : KotlinCustomResource

PodSecurityPolicyList is a list of PodSecurityPolicy objects.

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

PodSecurityPolicyList is a list of PodSecurityPolicy objects.

Link copied to clipboard
Link copied to clipboard
object PodSecurityPolicyMapper : ResourceMapper<PodSecurityPolicy>
Link copied to clipboard
class PodSecurityPolicyPatch : 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. PodSecurityPolicy governs the ability to make requests that affect the Security Context that will be applied to a pod and container.

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

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. PodSecurityPolicy governs the ability to make requests that affect the Security Context that will be applied to a pod and container.

Link copied to clipboard

Functions