Show / Hide Table of Contents

Class CustomResourceSubresourcesArgs

CustomResourceSubresources defines the status and scale subresources for CustomResources.

Inheritance
System.Object
InputArgs
ResourceArgs
CustomResourceSubresourcesArgs
Inherited Members
ResourceArgs.Empty
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.Inputs.ApiExtensions.V1
Assembly: Pulumi.Kubernetes.dll
Syntax
public class CustomResourceSubresourcesArgs : ResourceArgs

Properties

View Source

Scale

scale indicates the custom resource should serve a /scale subresource that returns an autoscaling/v1 Scale object.

Declaration
public Input<CustomResourceSubresourceScaleArgs> Scale { get; set; }
Property Value
Type Description
Input<CustomResourceSubresourceScaleArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.