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

Gets description.

Gets description.

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

Gets url.

Gets url.

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

Inherited methods

Inherited from:
Product