Show / Hide Table of Contents

Class IngressStatusArgs

IngressStatus describe the current state of the Ingress.

Inheritance
System.Object
InputArgs
ResourceArgs
IngressStatusArgs
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.Extensions.V1Beta1
Assembly: Pulumi.Kubernetes.dll
Syntax
public class IngressStatusArgs : ResourceArgs

Properties

View Source

LoadBalancer

LoadBalancer contains the current status of the load-balancer.

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