Show / Hide Table of Contents

Class CustomResourceValidation

CustomResourceValidation is a list of validation methods for CustomResources.

Inheritance
System.Object
CustomResourceValidation
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Kubernetes.Types.Outputs.ApiExtensions.V1Beta1
Assembly: Pulumi.Kubernetes.dll
Syntax
public sealed class CustomResourceValidation

Fields

View Source

OpenAPIV3Schema

openAPIV3Schema is the OpenAPI v3 schema to use for validation and pruning.

Declaration
public readonly JSONSchemaProps OpenAPIV3Schema
Field Value
Type Description
JSONSchemaProps
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.