Show / Hide Table of Contents

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.ApiExtensions.V1
Assembly: Pulumi.Kubernetes.dll
Syntax
public sealed class ServiceReference

Fields

View Source

Name

name is the name of the service. Required

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

Namespace

namespace is the namespace of the service. Required

Declaration
public readonly string Namespace
Field Value
Type Description
System.String
View Source

Path

path is an optional URL path at which the webhook will be contacted.

Declaration
public readonly string Path
Field Value
Type Description
System.String
View Source

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 readonly int Port
Field Value
Type Description
System.Int32
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.