Kazan v0.10.0 Kazan.Apis.Admissionregistration.V1beta1.ServiceReference View Source

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

OpenAPI Definition: io.k8s.api.admissionregistration.v1beta1.ServiceReference

Properties

  • name :: String

    • name is the name of the service. Required
  • namespace :: String

    • namespace is the namespace of the service. Required
  • path :: String

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

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Kazan.Apis.Admissionregistration.V1beta1.ServiceReference{
  name: String.t(),
  namespace: String.t(),
  path: String.t()
}