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. Deprecated in v1.16, planned for removal in v1.19. Use admissionregistration.k8s.io/v1 MutatingWebhookConfiguration instead.

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. Deprecated in v1.16, planned for removal in v1.19. Use admissionregistration.k8s.io/v1 MutatingWebhookConfiguration instead.

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. Deprecated in v1.16, planned for removal in v1.19. Use admissionregistration.k8s.io/v1 MutatingWebhookConfiguration instead.

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. Deprecated in v1.16, planned for removal in v1.19. Use admissionregistration.k8s.io/v1 MutatingWebhookConfiguration instead.

Link copied to clipboard
class ValidatingWebhookConfiguration : KotlinCustomResource

ValidatingWebhookConfiguration describes the configuration of and admission webhook that accept or reject and object without changing it. Deprecated in v1.16, planned for removal in v1.19. Use admissionregistration.k8s.io/v1 ValidatingWebhookConfiguration instead.

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. Deprecated in v1.16, planned for removal in v1.19. Use admissionregistration.k8s.io/v1 ValidatingWebhookConfiguration instead.

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. Deprecated in v1.16, planned for removal in v1.19. Use admissionregistration.k8s.io/v1 ValidatingWebhookConfiguration instead.

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. Deprecated in v1.16, planned for removal in v1.19. Use admissionregistration.k8s.io/v1 ValidatingWebhookConfiguration instead.

Functions