case class NodeDaemonEndpoints(kubeletEndpoint: Optional[DaemonEndpoint] = Optional.Absent) extends Product with Serializable
NodeDaemonEndpoints lists ports opened by daemons running on the Node.
          
            Linear Supertypes
          
          
        
          
          
            
          
          
        
        
            Ordering
            
          - Alphabetic
 - By Inheritance
 
                  Inherited
                  
                  
- NodeDaemonEndpoints
 - Serializable
 - Serializable
 - Product
 - Equals
 - AnyRef
 - Any
 
- Hide All
 - Show All
 
              Visibility
              
        - Public
 - All
 
Instance Constructors
-  new NodeDaemonEndpoints(kubeletEndpoint: Optional[DaemonEndpoint] = Optional.Absent)
 
Value Members
- 
      
      
      
        
      
    
      
        
        def
      
      
        getKubeletEndpoint: IO[K8sFailure, DaemonEndpoint]
      
      
      
Gets kubeletEndpoint.
Gets kubeletEndpoint.
If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.
 -  val kubeletEndpoint: Optional[DaemonEndpoint]