NamespacedResourceAPI
dev.hnaderi.k8s.client.APIGroupAPI.NamespacedResourceAPI
abstract class NamespacedResourceAPI[RES, COL](resourceName: String)(implicit evidence$3: Decoder[RES], evidence$4: Encoder[RES], evidence$5: Decoder[COL]) extends ResourceAPIBase[RES, COL]
Attributes
- Source:
- NamespacedAPI.scala
- Graph
- Supertypes
- Known subtypes
- object DaemonSetAPI.typeobject DeploymentAPI.typeobject ReplicaSetAPI.typeobject StatefulSetAPI.typeobject CronJobAPI.typeobject JobAPI.typeobject ConfigMapAPI.typeobject EventAPI.typeobject LimitRangeAPI.typeobject PodAPI.typeobject ResourceQuotaAPI.typeobject SecretAPI.typeobject ServiceAPI.typeobject ServiceAccountAPI.typeobject IngressAPI.typeobject NetworkPolicyAPI.type