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. Protected

Package Members

  1. package examples

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

Inherited from AnyRef

Inherited from Any

Ungrouped