CrossVersionObjectReference

com.coralogix.zio.k8s.model.autoscaling.v2beta2.CrossVersionObjectReference
See theCrossVersionObjectReference companion object
case class CrossVersionObjectReference(apiVersion: Optional[String], kind: String, name: String)

CrossVersionObjectReference contains enough information to let you identify the referred resource.

Value parameters

apiVersion

API version of the referent

kind

Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds"

name

Name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

API version of the referent

API version of the referent

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Attributes

Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds"

Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds"

This effect always succeeds, it is safe to use the field kind directly.

Attributes

Name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names

Name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names

This effect always succeeds, it is safe to use the field name directly.

Attributes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product