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 SourceScale
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 |
Status
status indicates the custom resource should serve a /status subresource. When enabled:
- requests to the custom resource primary endpoint ignore changes to the
statusstanza of the object. 2. requests to the custom resource/statussubresource ignore changes to anything other than thestatusstanza of the object.
Declaration
public readonly Json.JsonElement Status
Field Value
| Type | Description |
|---|---|
| System.Text.Json.JsonElement |