Package-level declarations

Types

Link copied to clipboard
class MutatingWebhookConfiguration : KotlinCustomResource

MutatingWebhookConfiguration describes the configuration of and admission webhook that accept or reject and may change the object.

Link copied to clipboard
data class MutatingWebhookConfigurationArgs(val apiVersion: Output<String>? = null, val kind: Output<String>? = null, val metadata: Output<ObjectMetaArgs>? = null, val webhooks: Output<List<MutatingWebhookArgs>>? = null) : ConvertibleToJava<MutatingWebhookConfigurationArgs>

MutatingWebhookConfiguration describes the configuration of and admission webhook that accept or reject and may change the object.

Link copied to clipboard
class MutatingWebhookConfigurationList : KotlinCustomResource

MutatingWebhookConfigurationList is a list of MutatingWebhookConfiguration.

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

MutatingWebhookConfigurationList is a list of MutatingWebhookConfiguration.

Link copied to clipboard
class MutatingWebhookConfigurationPatch : 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. MutatingWebhookConfiguration describes the configuration of and admission webhook that accept or reject and may change the object.

Link copied to clipboard
data class MutatingWebhookConfigurationPatchArgs(val apiVersion: Output<String>? = null, val kind: Output<String>? = null, val metadata: Output<ObjectMetaPatchArgs>? = null, val webhooks: Output<List<MutatingWebhookPatchArgs>>? = null) : ConvertibleToJava<MutatingWebhookConfigurationPatchArgs>

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. MutatingWebhookConfiguration describes the configuration of and admission webhook that accept or reject and may change the object.

Link copied to clipboard
class ValidatingAdmissionPolicy : KotlinCustomResource

ValidatingAdmissionPolicy describes the definition of an admission validation policy that accepts or rejects an object without changing it.

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

ValidatingAdmissionPolicy describes the definition of an admission validation policy that accepts or rejects an object without changing it.

Link copied to clipboard
class ValidatingAdmissionPolicyBinding : KotlinCustomResource

ValidatingAdmissionPolicyBinding binds the ValidatingAdmissionPolicy with paramerized resources. ValidatingAdmissionPolicyBinding and parameter CRDs together define how cluster administrators configure policies for clusters. For a given admission request, each binding will cause its policy to be evaluated N times, where N is 1 for policies/bindings that don't use params, otherwise N is the number of parameters selected by the binding. The CEL expressions of a policy must have a computed CEL cost below the maximum CEL budget. Each evaluation of the policy is given an independent CEL cost budget. Adding/removing policies, bindings, or params can not affect whether a given (policy, binding, param) combination is within its own CEL budget.

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

ValidatingAdmissionPolicyBinding binds the ValidatingAdmissionPolicy with paramerized resources. ValidatingAdmissionPolicyBinding and parameter CRDs together define how cluster administrators configure policies for clusters. For a given admission request, each binding will cause its policy to be evaluated N times, where N is 1 for policies/bindings that don't use params, otherwise N is the number of parameters selected by the binding. The CEL expressions of a policy must have a computed CEL cost below the maximum CEL budget. Each evaluation of the policy is given an independent CEL cost budget. Adding/removing policies, bindings, or params can not affect whether a given (policy, binding, param) combination is within its own CEL budget.

Link copied to clipboard
class ValidatingAdmissionPolicyBindingList : KotlinCustomResource

ValidatingAdmissionPolicyBindingList is a list of ValidatingAdmissionPolicyBinding.

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

ValidatingAdmissionPolicyBindingList is a list of ValidatingAdmissionPolicyBinding.

Link copied to clipboard
class ValidatingAdmissionPolicyBindingPatch : 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. ValidatingAdmissionPolicyBinding binds the ValidatingAdmissionPolicy with paramerized resources. ValidatingAdmissionPolicyBinding and parameter CRDs together define how cluster administrators configure policies for clusters. For a given admission request, each binding will cause its policy to be evaluated N times, where N is 1 for policies/bindings that don't use params, otherwise N is the number of parameters selected by the binding. The CEL expressions of a policy must have a computed CEL cost below the maximum CEL budget. Each evaluation of the policy is given an independent CEL cost budget. Adding/removing policies, bindings, or params can not affect whether a given (policy, binding, param) combination is within its own CEL budget.

data class ValidatingAdmissionPolicyBindingPatchArgs(val apiVersion: Output<String>? = null, val kind: Output<String>? = null, val metadata: Output<ObjectMetaPatchArgs>? = null, val spec: Output<ValidatingAdmissionPolicyBindingSpecPatchArgs>? = null) : ConvertibleToJava<ValidatingAdmissionPolicyBindingPatchArgs>

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. ValidatingAdmissionPolicyBinding binds the ValidatingAdmissionPolicy with paramerized resources. ValidatingAdmissionPolicyBinding and parameter CRDs together define how cluster administrators configure policies for clusters. For a given admission request, each binding will cause its policy to be evaluated N times, where N is 1 for policies/bindings that don't use params, otherwise N is the number of parameters selected by the binding. The CEL expressions of a policy must have a computed CEL cost below the maximum CEL budget. Each evaluation of the policy is given an independent CEL cost budget. Adding/removing policies, bindings, or params can not affect whether a given (policy, binding, param) combination is within its own CEL budget.

Link copied to clipboard
class ValidatingAdmissionPolicyList : KotlinCustomResource

ValidatingAdmissionPolicyList is a list of ValidatingAdmissionPolicy.

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

ValidatingAdmissionPolicyList is a list of ValidatingAdmissionPolicy.

Link copied to clipboard
class ValidatingAdmissionPolicyPatch : 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. ValidatingAdmissionPolicy describes the definition of an admission validation policy that accepts or rejects an object without changing it.

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

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. ValidatingAdmissionPolicy describes the definition of an admission validation policy that accepts or rejects an object without changing it.

Link copied to clipboard
class ValidatingWebhookConfiguration : KotlinCustomResource

ValidatingWebhookConfiguration describes the configuration of and admission webhook that accept or reject and object without changing it.

Link copied to clipboard
data class ValidatingWebhookConfigurationArgs(val apiVersion: Output<String>? = null, val kind: Output<String>? = null, val metadata: Output<ObjectMetaArgs>? = null, val webhooks: Output<List<ValidatingWebhookArgs>>? = null) : ConvertibleToJava<ValidatingWebhookConfigurationArgs>

ValidatingWebhookConfiguration describes the configuration of and admission webhook that accept or reject and object without changing it.

Link copied to clipboard
class ValidatingWebhookConfigurationList : KotlinCustomResource

ValidatingWebhookConfigurationList is a list of ValidatingWebhookConfiguration.

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

ValidatingWebhookConfigurationList is a list of ValidatingWebhookConfiguration.

Link copied to clipboard
class ValidatingWebhookConfigurationPatch : 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. ValidatingWebhookConfiguration describes the configuration of and admission webhook that accept or reject and object without changing it.

Link copied to clipboard
data class ValidatingWebhookConfigurationPatchArgs(val apiVersion: Output<String>? = null, val kind: Output<String>? = null, val metadata: Output<ObjectMetaPatchArgs>? = null, val webhooks: Output<List<ValidatingWebhookPatchArgs>>? = null) : ConvertibleToJava<ValidatingWebhookConfigurationPatchArgs>

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. ValidatingWebhookConfiguration describes the configuration of and admission webhook that accept or reject and object without changing it.

Functions