Packages

p

skuber.policy

v1beta1

package v1beta1

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. v1beta1
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class PodDisruptionBudget(kind: String = "PodDisruptionBudget", apiVersion: String = policyAPIVersion, metadata: ObjectMeta, spec: Option[Spec] = None, status: Option[Status] = None) extends ObjectResource with Product with Serializable
  2. type PodDisruptionBudgetList = ListResource[PodDisruptionBudget]

Value Members

  1. val policyAPIVersion: String
  2. object PodDisruptionBudget extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped