Packages

case class DeleteCollection(namespace: String, options: Option[DeleteOptions] = None, continue: Option[String] = None, dryRun: Option[String] = None, fieldSelector: List[String] = Nil, gracePeriodSeconds: Option[Int] = None, labelSelector: List[String] = Nil, limit: Option[Int] = None, propagationPolicy: Option[String] = None, resourceVersion: Option[String] = None, resourceVersionMatch: Option[String] = None, timeoutSeconds: Option[Int] = None) extends DeleteCollectionRequest[RES] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DeleteCollection
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. DeleteCollectionRequest
  7. HttpRequest
  8. Request
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DeleteCollection(namespace: String, options: Option[DeleteOptions] = None, continue: Option[String] = None, dryRun: Option[String] = None, fieldSelector: List[String] = Nil, gracePeriodSeconds: Option[Int] = None, labelSelector: List[String] = Nil, limit: Option[Int] = None, propagationPolicy: Option[String] = None, resourceVersion: Option[String] = None, resourceVersionMatch: Option[String] = None, timeoutSeconds: Option[Int] = None)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. val continue: Option[String]
  7. val dryRun: Option[String]
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. val fieldSelector: List[String]
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. val gracePeriodSeconds: Option[Int]
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. val labelSelector: List[String]
  15. val limit: Option[Int]
  16. val namespace: String
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. val options: Option[DeleteOptions]
  21. val propagationPolicy: Option[String]
  22. val resourceVersion: Option[String]
  23. val resourceVersionMatch: Option[String]
  24. def send[F[_]](http: HttpClient[F]): F[RES]
    Definition Classes
    DeleteCollectionRequestHttpRequest
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. val timeoutSeconds: Option[Int]
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from DeleteCollectionRequest[RES]

Inherited from HttpRequest[RES]

Inherited from Request

Inherited from AnyRef

Inherited from Any

Ungrouped