Packages

package corev1

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class ConfigMapAPI(namespace: String) extends corev1.ConfigMapAPI.NamespacedAPIBuilders with Product with Serializable
  2. final case class EventAPI(namespace: String) extends corev1.EventAPI.NamespacedAPIBuilders with Product with Serializable
  3. final case class LimitRangeAPI(namespace: String) extends corev1.LimitRangeAPI.NamespacedAPIBuilders with Product with Serializable
  4. final case class PodAPI(namespace: String) extends corev1.PodAPI.NamespacedAPIBuilders with Product with Serializable
  5. final case class ResourceQuotaAPI(namespace: String) extends corev1.ResourceQuotaAPI.NamespacedAPIBuilders with Product with Serializable
  6. final case class SecretAPI(namespace: String) extends corev1.SecretAPI.NamespacedAPIBuilders with Product with Serializable
  7. final case class ServiceAPI(namespace: String) extends corev1.ServiceAPI.NamespacedAPIBuilders with Product with Serializable
  8. final case class ServiceAccountAPI(namespace: String) extends corev1.ServiceAccountAPI.NamespacedAPIBuilders with Product with Serializable

Value Members

  1. object ClusterConfigMapAPI extends corev1.ConfigMapAPI.ClusterwideAPIBuilders
  2. object ClusterEventAPI extends corev1.EventAPI.ClusterwideAPIBuilders
  3. object ClusterLimitRangeAPI extends corev1.LimitRangeAPI.ClusterwideAPIBuilders
  4. object ClusterPodAPI extends corev1.PodAPI.ClusterwideAPIBuilders
  5. object ClusterResourceQuotaAPI extends corev1.ResourceQuotaAPI.ClusterwideAPIBuilders
  6. object ClusterSecretAPI extends corev1.SecretAPI.ClusterwideAPIBuilders
  7. object ClusterServiceAPI extends corev1.ServiceAPI.ClusterwideAPIBuilders
  8. object ClusterServiceAccountAPI extends corev1.ServiceAccountAPI.ClusterwideAPIBuilders
  9. object ConfigMapAPI extends CoreV1.NamespacedResourceAPI[ConfigMap, ConfigMapList] with Serializable
  10. object EventAPI extends CoreV1.NamespacedResourceAPI[Event, EventList] with Serializable
  11. object LimitRangeAPI extends CoreV1.NamespacedResourceAPI[LimitRange, LimitRangeList] with Serializable
  12. object NodeAPI extends CoreV1.ClusterResourceAPI[Node, NodeList]
  13. object PodAPI extends CoreV1.NamespacedResourceAPI[Pod, PodList] with Serializable
  14. object ResourceQuotaAPI extends CoreV1.NamespacedResourceAPI[ResourceQuota, ResourceQuotaList] with Serializable
  15. object SecretAPI extends CoreV1.NamespacedResourceAPI[Secret, SecretList] with Serializable
  16. object ServiceAPI extends CoreV1.NamespacedResourceAPI[Service, ServiceList] with Serializable
  17. object ServiceAccountAPI extends CoreV1.NamespacedResourceAPI[ServiceAccount, ServiceAccountList] with Serializable

Ungrouped