Show / Hide Table of Contents

Class ServiceReferenceArgs

ServiceReference holds a reference to Service.legacy.k8s.io

Inheritance
System.Object
InputArgs
ResourceArgs
ServiceReferenceArgs
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.AdmissionRegistration.V1
Assembly: Pulumi.Kubernetes.dll
Syntax
public class ServiceReferenceArgs : ResourceArgs

Properties

View Source

Name

name is the name of the service. Required

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

Namespace

namespace is the namespace of the service. Required

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

Path

path is an optional URL path which will be sent in any request to this service.

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

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 Input<int> Port { get; set; }
Property Value
Type Description
Input<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.