ExternalDocumentation

io.k8s.apiextensions_apiserver.pkg.apis.apiextensions.v1.ExternalDocumentation
See theExternalDocumentation companion object
final case class ExternalDocumentation(description: Option[String], url: Option[String])

ExternalDocumentation allows referencing an external resource for extended documentation.

Attributes

Companion:
object
Source:
ExternalDocumentation.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

if description has a value, transforms to the result of function

if description has a value, transforms to the result of function

Attributes

Source:
ExternalDocumentation.scala

if url has a value, transforms to the result of function

if url has a value, transforms to the result of function

Attributes

Source:
ExternalDocumentation.scala

Returns a new data with description set to new value

Returns a new data with description set to new value

Attributes

Source:
ExternalDocumentation.scala

Returns a new data with url set to new value

Returns a new data with url set to new value

Attributes

Source:
ExternalDocumentation.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product