case class LocalObjectReference(name: Optional[String] = Optional.Absent) extends Product with Serializable
LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.
- name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- LocalObjectReference
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
LocalObjectReference(name: Optional[String] = Optional.Absent)
- name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
Value Members
-
def
getName: IO[K8sFailure, String]
Name of the referent.
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.
- val name: Optional[String]