Kazan v0.11.0 Kazan.Models.KubeAggregator.Apiregistration.V1beta1.ServiceReference View Source

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

OpenAPI Definition: io.k8s.kube-aggregator.pkg.apis.apiregistration.v1beta1.ServiceReference

Properties

  • name :: String

    • Name is the name of the service
  • namespace :: String

    • Namespace is the namespace of the service

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Kazan.Models.KubeAggregator.Apiregistration.V1beta1.ServiceReference{
  name: String.t(),
  namespace: String.t()
}