Show / Hide Table of Contents

Class CustomResourceSubresources

CustomResourceSubresources defines the status and scale subresources for CustomResources.

Inheritance
System.Object
CustomResourceSubresources
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 CustomResourceSubresources

Fields

View Source

Scale

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

Declaration
public readonly CustomResourceSubresourceScale Scale
Field Value
Type Description
CustomResourceSubresourceScale
View Source

Status

status indicates the custom resource should serve a /status subresource. When enabled:

  1. requests to the custom resource primary endpoint ignore changes to the status stanza of the object. 2. requests to the custom resource /status subresource ignore changes to anything other than the status stanza of the object.
Declaration
public readonly Json.JsonElement Status
Field Value
Type Description
System.Text.Json.JsonElement
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.