ExternalDocumentation

com.coralogix.zio.k8s.model.pkg.apis.apiextensions.v1.ExternalDocumentation
See theExternalDocumentation companion object
case class ExternalDocumentation(description: Optional[String], url: Optional[String])

ExternalDocumentation allows referencing an external resource for extended documentation.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Gets description.

Gets description.

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

Attributes

Gets url.

Gets url.

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

Attributes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product