Show / Hide Table of Contents

Class ServiceAccountSubjectArgs

ServiceAccountSubject holds detailed information for service-account-kind subject.

Inheritance
System.Object
InputArgs
ResourceArgs
ServiceAccountSubjectArgs
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.FlowControl.V1Alpha1
Assembly: Pulumi.Kubernetes.dll
Syntax
public class ServiceAccountSubjectArgs : ResourceArgs

Properties

View Source

Name

name is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Namespace

namespace is the namespace of matching ServiceAccount objects. Required.

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