dev.hnaderi.k8s.client
package dev.hnaderi.k8s.client
Members list
Type members
Classlikes
trait APIExtensionsV1
Attributes
- Companion
- object
- Source
- APIExtensionsV1.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
object APIExtensionsV1 extends APIGroupAPI, APIExtensionsV1
Attributes
- Companion
- trait
- Source
- APIExtensionsV1.scala
- Supertypes
- Self type
-
APIExtensionsV1.type
Attributes
- Source
- NamespacedAPI.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
abstract class APIGroupListingRequest(url: String) extends HttpRequest[APIGroupList]
Attributes
- Source
- CommonAPIs.scala
- Supertypes
abstract class APIResourceListingRequest(url: String) extends HttpRequest[APIResourceList]
Attributes
- Source
- CommonAPIs.scala
- Supertypes
- Known subtypes
-
object resources
sealed trait APIVerb extends Serializable, Product
object APIVerb
Attributes
- Companion
- trait
- Source
- Request.scala
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
APIVerb.type
trait APIs extends CoreV1, AppsV1, BatchV1, NetworkingV1, APIExtensionsV1
Attributes
- Companion
- object
- Source
- APIs.scala
- Supertypes
-
trait APIExtensionsV1trait NetworkingV1trait BatchV1trait AppsV1trait CoreV1class Objecttrait Matchableclass AnyShow all
- Known subtypes
-
object APIs
Attributes
- Companion
- trait
- Source
- APIs.scala
- Supertypes
-
trait APIstrait APIExtensionsV1trait NetworkingV1trait BatchV1trait AppsV1trait CoreV1class Objecttrait Matchableclass AnyShow all
- Self type
-
APIs.type
trait AppsV1
Attributes
- Companion
- object
- Source
- AppsV1.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
object AppsV1 extends APIGroupAPI, AppsV1
Attributes
- Companion
- trait
- Source
- AppsV1.scala
- Supertypes
- Self type
-
AppsV1.type
trait AppsV1Namespaced
Attributes
- Source
- AppsV1Namespaced.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class NamespaceAPI
- Self type
Attributes
- Companion
- object
- Source
- Config.scala
- Supertypes
object AuthInfo
Attributes
- Companion
- class
- Source
- Config.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
AuthInfo.type
Attributes
- Companion
- object
- Source
- AuthenticationParams.scala
- Supertypes
object AuthenticationParams
Attributes
- Companion
- class
- Source
- AuthenticationParams.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
AuthenticationParams.type
trait BatchV1
Attributes
- Companion
- object
- Source
- BatchV1.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
object BatchV1 extends APIGroupAPI, BatchV1
Attributes
- Companion
- trait
- Source
- BatchV1.scala
- Supertypes
- Self type
-
BatchV1.type
trait BatchV1Namespaced
Attributes
- Source
- BatchV1Namespaced.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class NamespaceAPI
- Self type
final case class Cluster(server: String, certificate-authority: Option[String], certificate-authority-data: Option[String])
Attributes
- Companion
- object
- Source
- Config.scala
- Supertypes
object Cluster
Attributes
- Companion
- class
- Source
- Config.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
Cluster.type
final case class Config(apiVersion: String, clusters: Seq[NamedCluster], contexts: Seq[NamedContext], current-context: String, users: Seq[NamedAuthInfo])
Attributes
- Companion
- object
- Source
- Config.scala
- Supertypes
object Config
Attributes
- Companion
- class
- Source
- Config.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
Config.type
Attributes
- Companion
- object
- Source
- Config.scala
- Supertypes
object Context
Attributes
- Companion
- class
- Source
- Config.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
Context.type
trait CoreV1
Attributes
- Companion
- object
- Source
- CoreV1.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
object CoreV1 extends APIGroupAPI, CoreV1
Attributes
- Companion
- trait
- Source
- CoreV1.scala
- Supertypes
- Self type
-
CoreV1.type
trait CoreV1Namespaced
Attributes
- Source
- CoreV1Namespaced.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class NamespaceAPI
- Self type
abstract class CreateRequest[RES](url: String, body: RES, dryRun: Option[String], fieldManager: Option[String], fieldValidation: Option[String])(implicit evidence$1: Encoder[RES], evidence$2: Decoder[RES]) extends HttpRequest[RES]
Attributes
- Source
- CommonAPIs.scala
- Supertypes
- Known subtypes
abstract class DeleteCollectionRequest[OUT](url: String, body: Option[DeleteOptions], continue: Option[String], dryRun: Option[String], fieldSelector: List[String], gracePeriodSeconds: Option[Int], labelSelector: List[String], limit: Option[Int], propagationPolicy: Option[String], resourceVersion: Option[String], resourceVersionMatch: Option[String], timeoutSeconds: Option[Int])(implicit evidence$1: Decoder[OUT]) extends HttpRequest[OUT]
Attributes
- Source
- CommonAPIs.scala
- Supertypes
- Known subtypes
-
class DeleteCollectionclass DeleteCollection
abstract class DeleteRequest[OUT](url: String, body: Option[DeleteOptions], dryRun: Option[String], gracePeriodSeconds: Option[Int], propagationPolicy: Option[String])(implicit evidence$1: Decoder[OUT]) extends HttpRequest[OUT]
Attributes
- Source
- CommonAPIs.scala
- Supertypes
- Known subtypes
final case class ErrorResponse(error: ErrorStatus, details: Status) extends Exception
Attributes
- Source
- ErrorResponse.scala
- Supertypes
sealed trait ErrorStatus extends Serializable, Product
Attributes
- Companion
- object
- Source
- ErrorResponse.scala
- Supertypes
- Known subtypes
-
object BadRequestobject Conflictobject Forbiddenobject NotFoundclass Otherobject UnauthorizedShow all
object ErrorStatus
Attributes
- Companion
- trait
- Source
- ErrorResponse.scala
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ErrorStatus.type
abstract class GetRequest[O](url: String)(implicit evidence$1: Decoder[O]) extends HttpRequest[O]
Attributes
- Source
- CommonAPIs.scala
- Supertypes
- Known subtypes
Attributes
- Source
- Request.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
Attributes
- Companion
- object
- Source
- Request.scala
- Supertypes
-
class Objecttrait Matchableclass Any
object HttpClient
Attributes
- Companion
- trait
- Source
- Request.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
HttpClient.type
trait HttpRequest[O] extends Request
Attributes
- Source
- Request.scala
- Supertypes
- Known subtypes
-
class APIGroupListingRequestobject resourcesclass CreateRequest[RES]class Createclass Createclass DeleteCollectionRequest[OUT]class DeleteCollectionclass DeleteCollectionclass DeleteRequest[OUT]class Deleteclass Deleteclass GetRequest[O]class Getclass Getclass ListAllclass ListInNamespaceclass Listclass ReplaceRequest[RES]class Replaceclass ReplaceShow all
object JsonPatch
Attributes
- Companion
- class
- Source
- JsonPatch.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
JsonPatch.type
Attributes
- Companion
- object
- Source
- JsonPatch.scala
- Supertypes
-
class Objecttrait Matchableclass Any
sealed trait JsonPatchOp extends Serializable, Product
implementation of Json patch spec from [rfc6902](https://www.rfc-editor.org/rfc/rfc6902)
implementation of Json patch spec from [rfc6902](https://www.rfc-editor.org/rfc/rfc6902)
Attributes
- Companion
- object
- Source
- JsonPatchOp.scala
- Supertypes
- Known subtypes
object JsonPatchOp
Attributes
- Companion
- trait
- Source
- JsonPatchOp.scala
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
JsonPatchOp.type
Attributes
- Companion
- object
- Source
- JsonPatchRaw.scala
- Supertypes
object JsonPatchRaw
Attributes
- Companion
- class
- Source
- JsonPatchRaw.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
JsonPatchRaw.type
final case class ListPointer[T](currentPath: PointerPath) extends Pointer[List[T]]
Attributes
- Source
- JsonPointer.scala
- Supertypes
abstract class ListingRequest[O, COL](url: String, allowWatchBookmarks: Option[Boolean], continue: Option[String], fieldSelector: List[String], labelSelector: List[String], limit: Option[Int], resourceVersion: Option[String], resourceVersionMatch: Option[String], timeout: Option[FiniteDuration])(implicit evidence$1: Decoder[O], evidence$2: Decoder[COL]) extends HttpRequest[COL], WatchRequest[WatchEvent[O]]
Attributes
- Source
- CommonAPIs.scala
- Supertypes
- Known subtypes
final case class MapPointer[T](currentPath: PointerPath) extends Pointer[Map[String, T]]
Attributes
- Companion
- object
- Source
- Config.scala
- Supertypes
object NamedAuthInfo
Attributes
- Companion
- class
- Source
- Config.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
NamedAuthInfo.type
Attributes
- Companion
- object
- Source
- Config.scala
- Supertypes
object NamedCluster
Attributes
- Companion
- class
- Source
- Config.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
NamedCluster.type
Attributes
- Companion
- object
- Source
- Config.scala
- Supertypes
object NamedContext
Attributes
- Companion
- class
- Source
- Config.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
NamedContext.type
final case class NamespaceAPI(namespace: String) extends CoreV1Namespaced, AppsV1Namespaced, BatchV1Namespaced, NetworkingV1Namespaced, NamespacedAPI
Attributes
- Companion
- object
- Source
- NamespaceAPI.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait NamespacedAPItrait NetworkingV1Namespacedtrait BatchV1Namespacedtrait AppsV1Namespacedtrait CoreV1Namespacedclass Objecttrait Matchableclass AnyShow all
object NamespaceAPI
Attributes
- Companion
- class
- Source
- NamespaceAPI.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
NamespaceAPI.type
trait NamespacedAPI
Attributes
- Source
- NamespacedAPI.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
trait NamespacedAPIBuildersclass DaemonSetAPIclass DeploymentAPIclass ReplicaSetAPIclass StatefulSetAPIclass CronJobAPIclass JobAPIclass ConfigMapAPIclass EventAPIclass LimitRangeAPIclass PodAPIclass ResourceQuotaAPIclass SecretAPIclass ServiceAPIclass ServiceAccountAPIclass IngressAPIclass NetworkPolicyAPIclass NamespaceAPIShow all
trait NetworkingV1
Attributes
- Companion
- object
- Source
- NetworkingV1.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
object NetworkingV1 extends APIGroupAPI, NetworkingV1
Attributes
- Companion
- trait
- Source
- NetworkingV1.scala
- Supertypes
- Self type
-
NetworkingV1.type
trait NetworkingV1Namespaced
Attributes
- Source
- NetworkingV1Namespaced.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class NamespaceAPI
- Self type
abstract class PartialUpdateRequest[IN, OUT](body: IN, patch: PatchType, url: String, dryRun: Option[String], fieldManager: Option[String], fieldValidation: Option[String], force: Option[Boolean])(implicit evidence$1: Encoder[IN], evidence$2: Decoder[OUT]) extends HttpRequest[OUT]
Attributes
- Source
- CommonAPIs.scala
- Supertypes
sealed abstract class PatchType(val contentType: String) extends Serializable, Product
Attributes
- Companion
- object
- Source
- PatchType.scala
- Supertypes
- Known subtypes
object PatchType
Attributes
- Companion
- class
- Source
- PatchType.scala
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
PatchType.type
Attributes
- Companion
- object
- Source
- JsonPointer.scala
- Supertypes
object Pointable
Attributes
- Companion
- class
- Source
- JsonPointer.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Pointable.type
Attributes
- Companion
- object
- Source
- JsonPointer.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class AuditAnnotationPointerclass ExpressionWarningPointerclass MatchConditionPointerclass MatchResourcesPointerclass MutatingWebhookPointerclass ParamKindPointerclass ParamRefPointerclass ServiceReferencePointerclass TypeCheckingPointerclass ValidatingWebhookPointerclass ValidationPointerclass VariablePointerclass AuditAnnotationPointerclass ExpressionWarningPointerclass MatchConditionPointerclass MatchResourcesPointerclass ParamKindPointerclass ParamRefPointerclass TypeCheckingPointerclass ValidationPointerclass VariablePointerclass AuditAnnotationPointerclass ExpressionWarningPointerclass MatchConditionPointerclass MatchResourcesPointerclass ParamKindPointerclass ParamRefPointerclass TypeCheckingPointerclass ValidationPointerclass VariablePointerclass StorageVersionPointerclass DaemonSetListPointerclass DaemonSetPointerclass DaemonSetSpecPointerclass DaemonSetStatusPointerclass DeploymentListPointerclass DeploymentPointerclass DeploymentSpecPointerclass DeploymentStatusPointerclass ReplicaSetListPointerclass ReplicaSetPointerclass ReplicaSetSpecPointerclass ReplicaSetStatusPointerclass StatefulSetListPointerclass StatefulSetPointerclass StatefulSetSpecPointerclass StatefulSetStatusPointerclass SelfSubjectReviewPointerclass TokenRequestPointerclass TokenRequestSpecPointerclass TokenReviewPointerclass TokenReviewSpecPointerclass TokenReviewStatusPointerclass UserInfoPointerclass SelfSubjectReviewPointerclass SelfSubjectReviewPointerclass NonResourceRulePointerclass ResourceRulePointerclass ScalePointerclass ScaleSpecPointerclass ScaleStatusPointerclass HPAScalingPolicyPointerclass HPAScalingRulesPointerclass MetricIdentifierPointerclass MetricSpecPointerclass MetricStatusPointerclass MetricTargetPointerclass MetricValueStatusPointerclass PodsMetricSourcePointerclass PodsMetricStatusPointerclass CronJobListPointerclass CronJobPointerclass CronJobSpecPointerclass CronJobStatusPointerclass JobConditionPointerclass JobListPointerclass JobPointerclass JobSpecPointerclass JobStatusPointerclass JobTemplateSpecPointerclass PodFailurePolicyPointerclass SuccessPolicyPointerclass SuccessPolicyRulePointerclass LeaseListPointerclass LeasePointerclass LeaseSpecPointerclass LeaseCandidatePointerclass AffinityPointerclass AppArmorProfilePointerclass AttachedVolumePointerclass BindingPointerclass CSIVolumeSourcePointerclass CapabilitiesPointerclass ClientIPConfigPointerclass ComponentStatusPointerclass ConfigMapListPointerclass ConfigMapPointerclass ContainerImagePointerclass ContainerPointerclass ContainerPortPointerclass ContainerStatePointerclass ContainerStatusPointerclass ContainerUserPointerclass DaemonEndpointPointerclass EndpointAddressPointerclass EndpointPortPointerclass EndpointSubsetPointerclass EndpointsListPointerclass EndpointsPointerclass EnvFromSourcePointerclass EnvVarPointerclass EnvVarSourcePointerclass EventListPointerclass EventPointerclass EventSeriesPointerclass EventSourcePointerclass ExecActionPointerclass FCVolumeSourcePointerclass FlexVolumeSourcePointerclass GRPCActionPointerclass HTTPGetActionPointerclass HTTPHeaderPointerclass HostAliasPointerclass HostIPPointerclass ISCSIVolumeSourcePointerclass ImageVolumeSourcePointerclass KeyToPathPointerclass LifecycleHandlerPointerclass LifecyclePointerclass LimitRangeItemPointerclass LimitRangeListPointerclass LimitRangePointerclass LimitRangeSpecPointerclass LocalVolumeSourcePointerclass NFSVolumeSourcePointerclass NamespaceListPointerclass NamespacePointerclass NamespaceSpecPointerclass NamespaceStatusPointerclass NodeAddressPointerclass NodeAffinityPointerclass NodeConditionPointerclass NodeConfigSourcePointerclass NodeConfigStatusPointerclass NodeFeaturesPointerclass NodeListPointerclass NodePointerclass NodeSelectorPointerclass NodeSelectorTermPointerclass NodeSpecPointerclass NodeStatusPointerclass NodeSystemInfoPointerclass ObjectReferencePointerclass PersistentVolumePointerclass PodAffinityPointerclass PodAffinityTermPointerclass PodAntiAffinityPointerclass PodConditionPointerclass PodDNSConfigPointerclass PodIPPointerclass PodListPointerclass PodOSPointerclass PodPointerclass PodReadinessGatePointerclass PodResourceClaimPointerclass PodSchedulingGatePointerclass PodSpecPointerclass PodStatusPointerclass PodTemplateListPointerclass PodTemplatePointerclass PodTemplateSpecPointerclass PortStatusPointerclass ProbePointerclass RBDVolumeSourcePointerclass ResourceClaimPointerclass ResourceHealthPointerclass ResourceQuotaListPointerclass ResourceQuotaPointerclass ResourceQuotaSpecPointerclass ResourceStatusPointerclass SELinuxOptionsPointerclass ScopeSelectorPointerclass SeccompProfilePointerclass SecretEnvSourcePointerclass SecretKeySelectorPointerclass SecretListPointerclass SecretPointerclass SecretProjectionPointerclass SecretReferencePointerclass SecurityContextPointerclass ServiceAccountPointerclass ServiceListPointerclass ServicePointerclass ServicePortPointerclass ServiceSpecPointerclass ServiceStatusPointerclass SleepActionPointerclass SysctlPointerclass TCPSocketActionPointerclass TaintPointerclass TolerationPointerclass VolumeDevicePointerclass VolumeMountPointerclass VolumeMountStatusPointerclass VolumePointerclass VolumeProjectionPointerclass EndpointHintsPointerclass EndpointPointerclass EndpointPortPointerclass EndpointSliceListPointerclass EndpointSlicePointerclass ForZonePointerclass EventListPointerclass EventPointerclass EventSeriesPointerclass FlowSchemaListPointerclass FlowSchemaPointerclass FlowSchemaSpecPointerclass FlowSchemaStatusPointerclass GroupSubjectPointerclass LimitResponsePointerclass SubjectPointerclass UserSubjectPointerclass FlowSchemaListPointerclass FlowSchemaPointerclass FlowSchemaSpecPointerclass FlowSchemaStatusPointerclass GroupSubjectPointerclass LimitResponsePointerclass SubjectPointerclass UserSubjectPointerclass HTTPIngressPathPointerclass IPBlockPointerclass IngressBackendPointerclass IngressClassListPointerclass IngressClassPointerclass IngressClassSpecPointerclass IngressListPointerclass IngressPointerclass IngressPortStatusPointerclass IngressRulePointerclass IngressSpecPointerclass IngressStatusPointerclass IngressTLSPointerclass NetworkPolicyListPointerclass NetworkPolicyPeerPointerclass NetworkPolicyPointerclass NetworkPolicyPortPointerclass NetworkPolicySpecPointerclass IPAddressListPointerclass IPAddressPointerclass IPAddressSpecPointerclass ParentReferencePointerclass ServiceCIDRListPointerclass ServiceCIDRPointerclass ServiceCIDRSpecPointerclass ServiceCIDRStatusPointerclass OverheadPointerclass RuntimeClassListPointerclass RuntimeClassPointerclass SchedulingPointerclass EvictionPointerclass AggregationRulePointerclass ClusterRoleListPointerclass ClusterRolePointerclass PolicyRulePointerclass RoleBindingListPointerclass RoleBindingPointerclass RoleListPointerclass RolePointerclass RoleRefPointerclass SubjectPointerclass AllocationResultPointerclass BasicDevicePointerclass CELDeviceSelectorPointerclass DeviceAttributePointerclass DeviceClaimPointerclass DeviceClassListPointerclass DeviceClassPointerclass DeviceClassSpecPointerclass DeviceConstraintPointerclass DevicePointerclass DeviceRequestPointerclass DeviceSelectorPointerclass ResourceClaimListPointerclass ResourceClaimPointerclass ResourceClaimSpecPointerclass ResourcePoolPointerclass ResourceSliceListPointerclass ResourceSlicePointerclass ResourceSliceSpecPointerclass PriorityClassListPointerclass PriorityClassPointerclass CSIDriverListPointerclass CSIDriverPointerclass CSIDriverSpecPointerclass CSINodeDriverPointerclass CSINodeListPointerclass CSINodePointerclass CSINodeSpecPointerclass StorageClassListPointerclass StorageClassPointerclass TokenRequestPointerclass VolumeAttachmentPointerclass VolumeErrorPointerclass JSONSchemaPropsPointerclass SelectableFieldPointerclass ServiceReferencePointerclass ValidationRulePointerclass WebhookConversionPointerclass APIGroupListPointerclass APIGroupPointerclass APIResourceListPointerclass APIResourcePointerclass APIVersionsPointerclass ConditionPointerclass DeleteOptionsPointerclass LabelSelectorPointerclass ListMetaPointerclass ObjectMetaPointerclass OwnerReferencePointerclass PreconditionsPointerclass StatusCausePointerclass StatusDetailsPointerclass StatusPointerclass WatchEventPointerclass InfoPointerclass APIServiceListPointerclass APIServicePointerclass APIServiceSpecPointerclass APIServiceStatusPointerclass ServiceReferencePointerclass ListPointer[T]class MapPointer[T]class Plain[A]Show all
object Pointer
Attributes
- Companion
- trait
- Source
- JsonPointer.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Pointer.type
final case class PointerPath(parts: List[RefToken]) extends AnyVal
Attributes
- Source
- JsonPointer.scala
- Supertypes
sealed trait RefToken extends Serializable, Product
object RefToken
Attributes
- Companion
- trait
- Source
- JsonPointer.scala
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
RefToken.type
abstract class ReplaceRequest[RES](url: String, body: RES, dryRun: Option[String], fieldManager: Option[String], fieldValidation: Option[String])(implicit evidence$1: Encoder[RES], evidence$2: Decoder[RES]) extends HttpRequest[RES]
Attributes
- Source
- CommonAPIs.scala
- Supertypes
- Known subtypes
Attributes
- Source
- Request.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
trait HttpRequest[O]class APIGroupListingRequestobject resourcesclass CreateRequest[RES]class Createclass Createclass DeleteCollectionRequest[OUT]class DeleteCollectionclass DeleteCollectionclass DeleteRequest[OUT]class Deleteclass Deleteclass GetRequest[O]class Getclass Getclass ListAllclass ListInNamespaceclass Listclass ReplaceRequest[RES]class Replaceclass Replacetrait WatchRequest[O]Show all
object ScopedZIO
Attributes
- Source
- ZIOKubernetesClient.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ScopedZIO.type
Attributes
- Source
- Request.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
Attributes
- Source
- Request.scala
- Supertypes
-
class Objecttrait Matchableclass Any
Uses java.net.http.HttpClient asynchronously using Futures.
Uses java.net.http.HttpClient asynchronously using Futures. It requires JDK 11+
Value parameters
- builder
-
Client builder
- ec
-
ExecutionContext to run on
Attributes
- Source
- SttpJdkHttpFutureClientBuilder.scala
- Supertypes
Client using java.net.http.HttpClient in a blocking fashion.
Client using java.net.http.HttpClient in a blocking fashion. It requires JDK 11+
Value parameters
- builder
-
Client builder
Attributes
- Source
- SttpJdkHttpSyncClientBuilder.scala
- Supertypes
object SttpJdkURLClientBuilder
Attributes
- Source
- SttpJdkURLClientBuilder.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
final class SttpKBackend[F[_], T] extends HttpBackend[[_] =>> SttpF[F, _$2]]
Attributes
- Companion
- object
- Source
- SttpKBackend.scala
- Supertypes
object SttpKBackend
Attributes
- Companion
- class
- Source
- SttpKBackend.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
SttpKBackend.type
Attributes
- Companion
- object
- Source
- WatchEvent.scala
- Supertypes
object WatchEvent
Attributes
- Companion
- class
- Source
- WatchEvent.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
WatchEvent.type
sealed trait WatchEventType extends Serializable, Product
object WatchEventType
Attributes
- Companion
- trait
- Source
- WatchEvent.scala
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
WatchEventType.type
trait WatchRequest[O] extends Request
Attributes
- Source
- Request.scala
- Supertypes
- Known subtypes
final case class ZIOBackend(client: Client) extends HttpBackend[ScopedTask]
Attributes
- Companion
- object
- Source
- ZIOBackend.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait HttpBackend[ScopedTask]class Objecttrait Matchableclass AnyShow all
object ZIOBackend
Attributes
- Companion
- class
- Source
- ZIOBackend.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ZIOBackend.type
object ZIOKubernetesClient
Attributes
- Source
- ZIOKubernetesClient.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ZIOKubernetesClient.type
object implicits
Attributes
- Source
- Implicits.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
implicits.type
In this article