ExternalDocumentation

case class ExternalDocumentation(description: Optional[String], url: Optional[String])

ExternalDocumentation allows referencing an external resource for extended documentation.

Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def getDescription: IO[K8sFailure, String]

Gets description.

Gets description.

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

def getUrl: IO[K8sFailure, String]

Gets url.

Gets url.

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

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product