Class ServiceReferenceArgs
ServiceReference holds a reference to Service.legacy.k8s.io
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.Inputs.ApiExtensions.V1Beta1
Assembly: Pulumi.Kubernetes.dll
Syntax
public class ServiceReferenceArgs : ResourceArgs
Properties
View SourceName
name is the name of the service. Required
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Namespace
namespace is the namespace of the service. Required
Declaration
public Input<string> Namespace { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Path
path is an optional URL path at which the webhook will be contacted.
Declaration
public Input<string> Path { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Port
port is an optional service port at which the webhook will be contacted. port should
be a valid port number (1-65535, inclusive). Defaults to 443 for backward compatibility.
Declaration
public Input<int> Port { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |