Package

skuber

ext

Permalink

package ext

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

Type Members

  1. case class DaemonSet(kind: String = "DaemonSet", apiVersion: String = extensionsAPIVersion, metadata: ObjectMeta, spec: Option[Spec] = None, status: Option[Status] = None) extends ObjectResource with Product with Serializable

    Permalink

  2. type DaemonSetList = ListResource[DaemonSet]

    Permalink
  3. case class Deployment(kind: String = "Deployment", apiVersion: String = extensionsAPIVersion, metadata: ObjectMeta = ObjectMeta(), spec: Option[Spec] = None, status: Option[Status] = None) extends ObjectResource with Product with Serializable

    Permalink
  4. type DeploymentList = ListResource[Deployment]

    Permalink
  5. class ExtensionsGroupAPI extends AnyRef

    Permalink
  6. case class Ingress(kind: String = "Ingress", apiVersion: String = extensionsAPIVersion, metadata: ObjectMeta = ObjectMeta(), spec: Option[Spec] = None, status: Option[Status] = None) extends ObjectResource with Product with Serializable

    Permalink
  7. type IngressList = ListResource[Ingress]

    Permalink
  8. case class ReplicaSet(kind: String = "ReplicaSet", apiVersion: String = extensionsAPIVersion, metadata: ObjectMeta = ObjectMeta(), spec: Option[Spec] = None, status: Option[Status] = None) extends ObjectResource with Product with Serializable

    Permalink

  9. type ReplicaSetList = ListResource[ReplicaSet]

    Permalink
  10. type HorizontalPodAutoscaler = autoscaling.HorizontalPodAutoscaler

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version Skuber 1.7) Use type 'skuber.autoscaling.HorizontalPodAutoscaler' instead of 'skuber.ext.HorizontalPodAutoscaler'

  11. type HorizontalPodAutoscalerList = ListResource[autoscaling.HorizontalPodAutoscaler]

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version Skuber 1.7) Use type 'skuber.autoscaling.HorizontalPodAutoscalerList' instead of 'skuber.ext.HorizontalPodAutoscalerList'

Value Members

  1. object DaemonSet extends Serializable

    Permalink
  2. object Deployment extends Serializable

    Permalink
  3. object Ingress extends Serializable

    Permalink
  4. object ReplicaSet extends Serializable

    Permalink
  5. val extensionsAPIVersion: String

    Permalink
  6. implicit def k8sCtxToExtAPI(ctx: K8SRequestContext): ExtensionsGroupAPI

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped