JSONSchemaPropsPointer

io.k8s.apiextensions_apiserver.pkg.apis.apiextensions.v1.JSONSchemaPropsPointer
final case class JSONSchemaPropsPointer(currentPath: PointerPath) extends Pointer[JSONSchemaProps]

Pointer for JSONSchemaProps

Attributes

Source
JSONSchemaPropsPointer.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def `type`: Plain[String]

Attributes

Source
JSONSchemaPropsPointer.scala
def description: Plain[String]

Attributes

Source
JSONSchemaPropsPointer.scala
def exclusiveMaximum: Plain[Boolean]

Attributes

Source
JSONSchemaPropsPointer.scala
def exclusiveMinimum: Plain[Boolean]

Attributes

Source
JSONSchemaPropsPointer.scala
def format: Plain[String]

Attributes

Source
JSONSchemaPropsPointer.scala
def id: Plain[String]

Attributes

Source
JSONSchemaPropsPointer.scala
def maxItems: Plain[Int]

Attributes

Source
JSONSchemaPropsPointer.scala
def maxLength: Plain[Int]

Attributes

Source
JSONSchemaPropsPointer.scala
def maxProperties: Plain[Int]

Attributes

Source
JSONSchemaPropsPointer.scala
def maximum: Plain[Double]

Attributes

Source
JSONSchemaPropsPointer.scala
def minItems: Plain[Int]

Attributes

Source
JSONSchemaPropsPointer.scala
def minLength: Plain[Int]

Attributes

Source
JSONSchemaPropsPointer.scala
def minProperties: Plain[Int]

Attributes

Source
JSONSchemaPropsPointer.scala
def minimum: Plain[Double]

Attributes

Source
JSONSchemaPropsPointer.scala
def multipleOf: Plain[Double]

Attributes

Source
JSONSchemaPropsPointer.scala
def nullable: Plain[Boolean]

Attributes

Source
JSONSchemaPropsPointer.scala
def pattern: Plain[String]

Attributes

Source
JSONSchemaPropsPointer.scala
def ref: Plain[String]

Attributes

Source
JSONSchemaPropsPointer.scala
def required: ListPointer[String]

Attributes

Source
JSONSchemaPropsPointer.scala
def schema: Plain[String]

Attributes

Source
JSONSchemaPropsPointer.scala
def title: Plain[String]

Attributes

Source
JSONSchemaPropsPointer.scala
def uniqueItems: Plain[Boolean]

Attributes

Source
JSONSchemaPropsPointer.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product