Package

skuber

Permalink

package skuber

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

Type Members

  1. type ConfigMapList = ListResource[ConfigMap]

    Permalink
  2. type EndpointsList = ListResource[Endpoints]

    Permalink
  3. type EventList = ListResource[Event]

    Permalink
  4. type Finalizer = String

    Permalink
  5. type IntOrString = Either[Int, String]

    Permalink
  6. type K8SException = skuber.api.client.K8SException

    Permalink
  7. type K8SRequestContext = RequestContext

    Permalink
  8. type K8SWatchEvent[I <: ObjectResource] = WatchEvent[I]

    Permalink
  9. type KListItem = ObjectResource

    Permalink
  10. type LimitRangeList = ListResource[LimitRange]

    Permalink
  11. type NameablePort = Either[Int, String]

    Permalink
  12. type NamespaceList = ListResource[Namespace]

    Permalink
  13. type NodeList = ListResource[Node]

    Permalink
  14. type PersistentVolumeClaimList = ListResource[PersistentVolumeClaim]

    Permalink
  15. type PersistentVolumeList = ListResource[PersistentVolume]

    Permalink
  16. type Phase = String

    Permalink
  17. type PodList = ListResource[Pod]

    Permalink
  18. type PodTemplateList = ListResource[Template]

    Permalink
  19. type ReplicationControllerList = ListResource[ReplicationController]

    Permalink
  20. type ResourceQuotaList = ListResource[Quota]

    Permalink
  21. type SecretList = ListResource[Secret]

    Permalink
  22. type ServiceAccountList = ListResource[ServiceAccount]

    Permalink
  23. type ServiceList = ListResource[Service]

    Permalink
  24. type Timestamp = ZonedDateTime

    Permalink

Value Members

  1. val K8SAuthInfo: AuthInfo.type

    Permalink
  2. val K8SCluster: Cluster.type

    Permalink
  3. val K8SConfiguration: Configuration.type

    Permalink
  4. val K8SContext: Context.type

    Permalink
  5. def PodList(items: List[Pod]): ListResource[Pod]

    Permalink
  6. def ReplicationControllerList(items: List[ReplicationController]): ListResource[ReplicationController]

    Permalink
  7. def ServiceList(items: List[Service]): ListResource[Service]

    Permalink
  8. implicit def dblToQuantity(value: Double): Quantity

    Permalink
  9. val emptyB: Boolean

    Permalink
  10. def emptyL[T]: List[T]

    Permalink
  11. def emptyM[V]: Map[String, V]

    Permalink
  12. val emptyS: String

    Permalink
  13. package examples

    Permalink
  14. implicit def fltToQuantity(value: Float): Quantity

    Permalink
  15. implicit def ianaNameToNameablePort(n: String): NameablePort

    Permalink
  16. implicit def intToQuantity(value: Int): Quantity

    Permalink
  17. def k8sInit(config: Configuration, appConfig: Config)(implicit actorSystem: ActorSystem, materializer: Materializer): RequestContext

    Permalink
  18. def k8sInit(appConfig: Config)(implicit actorSystem: ActorSystem, materializer: Materializer): RequestContext

    Permalink
  19. def k8sInit(config: Configuration)(implicit actorSystem: ActorSystem, materializer: Materializer): RequestContext

    Permalink
  20. def k8sInit(implicit actorSystem: ActorSystem, materializer: Materializer): RequestContext

    Permalink
  21. def listResourceFromItems[K <: KListItem](items: List[K])(implicit rd: ResourceDefinition[K]): ListResource[K]

    Permalink
  22. implicit def objResourceToRef(obj: ObjectResource): ObjectReference

    Permalink
  23. implicit def portNumToNameablePort(p: Int): NameablePort

    Permalink
  24. implicit def strToQuantity(value: String): Quantity

    Permalink
  25. implicit def toList[I <: KListItem](resource: KList[I]): List[I]

    Permalink
  26. def v1: String

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped