Packages

p

skuber

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]
  2. type EndpointsList = ListResource[Endpoints]
  3. type EventList = ListResource[Event]
  4. type Finalizer = String
  5. type IntOrString = Either[Int, String]
  6. type K8SException = skuber.api.client.K8SException
  7. type K8SRequestContext = RequestContext
  8. type K8SWatchEvent[I <: ObjectResource] = WatchEvent[I]
  9. type KListItem = ObjectResource
  10. type LimitRangeList = ListResource[LimitRange]
  11. type NameablePort = Either[Int, String]
  12. type NamespaceList = ListResource[Namespace]
  13. type NodeList = ListResource[Node]
  14. type PersistentVolumeClaimList = ListResource[PersistentVolumeClaim]
  15. type PersistentVolumeList = ListResource[PersistentVolume]
  16. type Phase = String
  17. type PodList = ListResource[Pod]
  18. type PodTemplateList = ListResource[Template]
  19. type ReplicationControllerList = ListResource[ReplicationController]
  20. type ResourceQuotaList = ListResource[Quota]
  21. type SecretList = ListResource[Secret]
  22. type ServiceAccountList = ListResource[ServiceAccount]
  23. type ServiceList = ListResource[Service]
  24. type Timestamp = ZonedDateTime

Value Members

  1. val K8SAuthInfo: AuthInfo.type
  2. val K8SCluster: Cluster.type
  3. val K8SConfiguration: Configuration.type
  4. val K8SContext: Context.type
  5. def PodList(items: List[Pod]): ListResource[Pod]
  6. def ReplicationControllerList(items: List[ReplicationController]): ListResource[ReplicationController]
  7. def ServiceList(items: List[Service]): ListResource[Service]
  8. implicit def dblToQuantity(value: Double): Quantity
  9. val emptyB: Boolean
  10. def emptyL[T]: List[T]
  11. def emptyM[V]: Map[String, V]
  12. val emptyS: String
  13. implicit def fltToQuantity(value: Float): Quantity
  14. implicit def ianaNameToNameablePort(n: String): NameablePort
  15. implicit def intToQuantity(value: Int): Quantity
  16. def k8sInit(config: Configuration, appConfig: Config)(implicit actorSystem: ActorSystem, materializer: Materializer): RequestContext
  17. def k8sInit(appConfig: Config)(implicit actorSystem: ActorSystem, materializer: Materializer): RequestContext
  18. def k8sInit(config: Configuration)(implicit actorSystem: ActorSystem, materializer: Materializer): RequestContext
  19. def k8sInit(implicit actorSystem: ActorSystem, materializer: Materializer): RequestContext
  20. def listResourceFromItems[K <: KListItem](items: List[K])(implicit rd: ResourceDefinition[K]): ListResource[K]
  21. implicit def objResourceToRef(obj: ObjectResource): ObjectReference
  22. implicit def portNumToNameablePort(p: Int): NameablePort
  23. implicit def strToQuantity(value: String): Quantity
  24. implicit def toList[I <: KListItem](resource: KList[I]): List[I]
  25. def v1: String

Inherited from AnyRef

Inherited from Any

Ungrouped