com.coralogix.zio.k8s.model.authentication.v1
BoundObjectReference 
            Companion object BoundObjectReference
          
      case class BoundObjectReference(apiVersion: Optional[String] = Optional.Absent, kind: Optional[String] = Optional.Absent, name: Optional[String] = Optional.Absent, uid: Optional[String] = Optional.Absent) extends Product with Serializable
BoundObjectReference is a reference to an object that a token is bound to.
- apiVersion
 API version of the referent.
- kind
 Kind of the referent. Valid kinds are 'Pod' and 'Secret'.
- name
 Name of the referent.
- uid
 UID of the referent.
- Alphabetic
 - By Inheritance
 
- BoundObjectReference
 - Serializable
 - Serializable
 - Product
 - Equals
 - AnyRef
 - Any
 
- Hide All
 - Show All
 
- Public
 - All
 
Instance Constructors
- 
      
      
      
        
      
    
      
        
        new
      
      
        BoundObjectReference(apiVersion: Optional[String] = Optional.Absent, kind: Optional[String] = Optional.Absent, name: Optional[String] = Optional.Absent, uid: Optional[String] = Optional.Absent)
      
      
      
- apiVersion
 API version of the referent.
- kind
 Kind of the referent. Valid kinds are 'Pod' and 'Secret'.
- name
 Name of the referent.
- uid
 UID of the referent.
 
Value Members
-  val apiVersion: Optional[String]
 - 
      
      
      
        
      
    
      
        
        def
      
      
        getApiVersion: IO[K8sFailure, String]
      
      
      
API version of the referent.
API version of the referent.
If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.
 - 
      
      
      
        
      
    
      
        
        def
      
      
        getKind: IO[K8sFailure, String]
      
      
      
Kind of the referent.
Kind of the referent. Valid kinds are 'Pod' and 'Secret'.
If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.
 - 
      
      
      
        
      
    
      
        
        def
      
      
        getName: IO[K8sFailure, String]
      
      
      
Name of the referent.
Name of the referent.
If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.
 - 
      
      
      
        
      
    
      
        
        def
      
      
        getUid: IO[K8sFailure, String]
      
      
      
UID of the referent.
UID of the referent.
If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.
 -  val kind: Optional[String]
 -  val name: Optional[String]
 -  val uid: Optional[String]