Class ServiceReference
ServiceReference holds a reference to Service.legacy.k8s.io
Inheritance
System.Object
ServiceReference
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.AuditRegistraion.V1Alpha1
Assembly: Pulumi.Kubernetes.dll
Syntax
public sealed class ServiceReference
Fields
View SourceName
name is the name of the service. Required
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
Namespace
namespace is the namespace of the service. Required
Declaration
public readonly string Namespace
Field Value
| Type | Description |
|---|---|
| System.String |
Path
path is an optional URL path which will be sent in any request to this service.
Declaration
public readonly string Path
Field Value
| Type | Description |
|---|---|
| System.String |
Port
If specified, the port on the service that hosting webhook. Default to 443 for backward
compatibility. port should be a valid port number (1-65535, inclusive).
Declaration
public readonly int Port
Field Value
| Type | Description |
|---|---|
| System.Int32 |