Module admissionregistration/v1beta1
This page documents the language specification for the kubernetes package. If you're looking for help working with the inputs, outputs, or functions of kubernetes resources in a Pulumi program, please see the resource documentation for examples and API reference.
Resources
- MutatingWebhookConfiguration
- MutatingWebhookConfigurationList
- ValidatingWebhookConfiguration
- ValidatingWebhookConfigurationList
Others
- MutatingWebhookConfigurationArgs
- MutatingWebhookConfigurationListArgs
- ValidatingWebhookConfigurationArgs
- ValidatingWebhookConfigurationListArgs
Resources
Resource MutatingWebhookConfiguration
class MutatingWebhookConfiguration extends CustomResourceMutatingWebhookConfiguration 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.
constructor
new MutatingWebhookConfiguration(name: string, args?: MutatingWebhookConfigurationArgs, opts?: pulumi.CustomResourceOptions)Create a MutatingWebhookConfiguration resource with the given unique name, arguments, and options.
nameThe unique name of the resource.argsThe arguments to use to populate this resource's properties.optsA bag of options that control this resource's behavior.
method get
public static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): MutatingWebhookConfigurationGet an existing MutatingWebhookConfiguration resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
method getProvider
getProvider(moduleMember: string): ProviderResource | undefinedmethod isInstance
public static isInstance(obj: any): obj is MutatingWebhookConfigurationReturns true if the given object is an instance of MutatingWebhookConfiguration. This is designed to work even when multiple copies of the Pulumi SDK have been loaded into the same process.
property apiVersion
public apiVersion: pulumi.Output<"admissionregistration.k8s.io/v1beta1">;APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
property id
id: Output<ID>;id is the provider-assigned unique ID for this managed resource. It is set during deployments and may be missing (undefined) during planning phases.
property kind
public kind: pulumi.Output<"MutatingWebhookConfiguration">;Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
property metadata
public metadata: pulumi.Output<ObjectMeta>;Standard object metadata; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata.
property urn
urn: Output<URN>;urn is the stable logical URN used to distinctly address a resource, both before and after deployments.
property webhooks
public webhooks: pulumi.Output<MutatingWebhook[]>;Webhooks is a list of webhooks and the affected resources and operations.
Resource MutatingWebhookConfigurationList
class MutatingWebhookConfigurationList extends CustomResourceMutatingWebhookConfigurationList is a list of MutatingWebhookConfiguration.
constructor
new MutatingWebhookConfigurationList(name: string, args?: MutatingWebhookConfigurationListArgs, opts?: pulumi.CustomResourceOptions)Create a MutatingWebhookConfigurationList resource with the given unique name, arguments, and options.
nameThe unique name of the resource.argsThe arguments to use to populate this resource's properties.optsA bag of options that control this resource's behavior.
method get
public static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): MutatingWebhookConfigurationListGet an existing MutatingWebhookConfigurationList resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
method getProvider
getProvider(moduleMember: string): ProviderResource | undefinedmethod isInstance
public static isInstance(obj: any): obj is MutatingWebhookConfigurationListReturns true if the given object is an instance of MutatingWebhookConfigurationList. This is designed to work even when multiple copies of the Pulumi SDK have been loaded into the same process.
property apiVersion
public apiVersion: pulumi.Output<"admissionregistration.k8s.io/v1beta1">;APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
property id
id: Output<ID>;id is the provider-assigned unique ID for this managed resource. It is set during deployments and may be missing (undefined) during planning phases.
property items
public items: pulumi.Output<MutatingWebhookConfiguration[]>;List of MutatingWebhookConfiguration.
property kind
public kind: pulumi.Output<"MutatingWebhookConfigurationList">;Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
property metadata
public metadata: pulumi.Output<ListMeta>;Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
property urn
urn: Output<URN>;urn is the stable logical URN used to distinctly address a resource, both before and after deployments.
Resource ValidatingWebhookConfiguration
class ValidatingWebhookConfiguration extends CustomResourceValidatingWebhookConfiguration 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.
constructor
new ValidatingWebhookConfiguration(name: string, args?: ValidatingWebhookConfigurationArgs, opts?: pulumi.CustomResourceOptions)Create a ValidatingWebhookConfiguration resource with the given unique name, arguments, and options.
nameThe unique name of the resource.argsThe arguments to use to populate this resource's properties.optsA bag of options that control this resource's behavior.
method get
public static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): ValidatingWebhookConfigurationGet an existing ValidatingWebhookConfiguration resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
method getProvider
getProvider(moduleMember: string): ProviderResource | undefinedmethod isInstance
public static isInstance(obj: any): obj is ValidatingWebhookConfigurationReturns true if the given object is an instance of ValidatingWebhookConfiguration. This is designed to work even when multiple copies of the Pulumi SDK have been loaded into the same process.
property apiVersion
public apiVersion: pulumi.Output<"admissionregistration.k8s.io/v1beta1">;APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
property id
id: Output<ID>;id is the provider-assigned unique ID for this managed resource. It is set during deployments and may be missing (undefined) during planning phases.
property kind
public kind: pulumi.Output<"ValidatingWebhookConfiguration">;Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
property metadata
public metadata: pulumi.Output<ObjectMeta>;Standard object metadata; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata.
property urn
urn: Output<URN>;urn is the stable logical URN used to distinctly address a resource, both before and after deployments.
property webhooks
public webhooks: pulumi.Output<ValidatingWebhook[]>;Webhooks is a list of webhooks and the affected resources and operations.
Resource ValidatingWebhookConfigurationList
class ValidatingWebhookConfigurationList extends CustomResourceValidatingWebhookConfigurationList is a list of ValidatingWebhookConfiguration.
constructor
new ValidatingWebhookConfigurationList(name: string, args?: ValidatingWebhookConfigurationListArgs, opts?: pulumi.CustomResourceOptions)Create a ValidatingWebhookConfigurationList resource with the given unique name, arguments, and options.
nameThe unique name of the resource.argsThe arguments to use to populate this resource's properties.optsA bag of options that control this resource's behavior.
method get
public static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): ValidatingWebhookConfigurationListGet an existing ValidatingWebhookConfigurationList resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
method getProvider
getProvider(moduleMember: string): ProviderResource | undefinedmethod isInstance
public static isInstance(obj: any): obj is ValidatingWebhookConfigurationListReturns true if the given object is an instance of ValidatingWebhookConfigurationList. This is designed to work even when multiple copies of the Pulumi SDK have been loaded into the same process.
property apiVersion
public apiVersion: pulumi.Output<"admissionregistration.k8s.io/v1beta1">;APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
property id
id: Output<ID>;id is the provider-assigned unique ID for this managed resource. It is set during deployments and may be missing (undefined) during planning phases.
property items
public items: pulumi.Output<ValidatingWebhookConfiguration[]>;List of ValidatingWebhookConfiguration.
property kind
public kind: pulumi.Output<"ValidatingWebhookConfigurationList">;Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
property metadata
public metadata: pulumi.Output<ListMeta>;Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
property urn
urn: Output<URN>;urn is the stable logical URN used to distinctly address a resource, both before and after deployments.
Others
interface MutatingWebhookConfigurationArgs
interface MutatingWebhookConfigurationArgsThe set of arguments for constructing a MutatingWebhookConfiguration resource.
property apiVersion
apiVersion?: pulumi.Input<"admissionregistration.k8s.io/v1beta1">;APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
property kind
kind?: pulumi.Input<"MutatingWebhookConfiguration">;Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
property metadata
metadata?: pulumi.Input<ObjectMeta>;Standard object metadata; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata.
property webhooks
webhooks?: pulumi.Input<pulumi.Input<MutatingWebhook>[]>;Webhooks is a list of webhooks and the affected resources and operations.
interface MutatingWebhookConfigurationListArgs
interface MutatingWebhookConfigurationListArgsThe set of arguments for constructing a MutatingWebhookConfigurationList resource.
property apiVersion
apiVersion?: pulumi.Input<"admissionregistration.k8s.io/v1beta1">;APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
property items
items: pulumi.Input<pulumi.Input<MutatingWebhookConfiguration>[]>;List of MutatingWebhookConfiguration.
property kind
kind?: pulumi.Input<"MutatingWebhookConfigurationList">;Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
property metadata
metadata?: pulumi.Input<ListMeta>;Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
interface ValidatingWebhookConfigurationArgs
interface ValidatingWebhookConfigurationArgsThe set of arguments for constructing a ValidatingWebhookConfiguration resource.
property apiVersion
apiVersion?: pulumi.Input<"admissionregistration.k8s.io/v1beta1">;APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
property kind
kind?: pulumi.Input<"ValidatingWebhookConfiguration">;Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
property metadata
metadata?: pulumi.Input<ObjectMeta>;Standard object metadata; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata.
property webhooks
webhooks?: pulumi.Input<pulumi.Input<ValidatingWebhook>[]>;Webhooks is a list of webhooks and the affected resources and operations.
interface ValidatingWebhookConfigurationListArgs
interface ValidatingWebhookConfigurationListArgsThe set of arguments for constructing a ValidatingWebhookConfigurationList resource.
property apiVersion
apiVersion?: pulumi.Input<"admissionregistration.k8s.io/v1beta1">;APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
property items
items: pulumi.Input<pulumi.Input<ValidatingWebhookConfiguration>[]>;List of ValidatingWebhookConfiguration.
property kind
kind?: pulumi.Input<"ValidatingWebhookConfigurationList">;Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
property metadata
metadata?: pulumi.Input<ListMeta>;Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds