package corev1
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- final case class ConfigMapAPI(namespace: String) extends corev1.ConfigMapAPI.NamespacedAPIBuilders with Product with Serializable
- final case class EventAPI(namespace: String) extends corev1.EventAPI.NamespacedAPIBuilders with Product with Serializable
- final case class LimitRangeAPI(namespace: String) extends corev1.LimitRangeAPI.NamespacedAPIBuilders with Product with Serializable
- final case class PodAPI(namespace: String) extends corev1.PodAPI.NamespacedAPIBuilders with Product with Serializable
- final case class ResourceQuotaAPI(namespace: String) extends corev1.ResourceQuotaAPI.NamespacedAPIBuilders with Product with Serializable
- final case class SecretAPI(namespace: String) extends corev1.SecretAPI.NamespacedAPIBuilders with Product with Serializable
- final case class ServiceAPI(namespace: String) extends corev1.ServiceAPI.NamespacedAPIBuilders with Product with Serializable
- final case class ServiceAccountAPI(namespace: String) extends corev1.ServiceAccountAPI.NamespacedAPIBuilders with Product with Serializable
Value Members
- object ClusterConfigMapAPI extends corev1.ConfigMapAPI.ClusterwideAPIBuilders
- object ClusterEventAPI extends corev1.EventAPI.ClusterwideAPIBuilders
- object ClusterLimitRangeAPI extends corev1.LimitRangeAPI.ClusterwideAPIBuilders
- object ClusterPodAPI extends corev1.PodAPI.ClusterwideAPIBuilders
- object ClusterResourceQuotaAPI extends corev1.ResourceQuotaAPI.ClusterwideAPIBuilders
- object ClusterSecretAPI extends corev1.SecretAPI.ClusterwideAPIBuilders
- object ClusterServiceAPI extends corev1.ServiceAPI.ClusterwideAPIBuilders
- object ClusterServiceAccountAPI extends corev1.ServiceAccountAPI.ClusterwideAPIBuilders
- object ConfigMapAPI extends CoreV1.NamespacedResourceAPI[ConfigMap, ConfigMapList] with Serializable
- object EventAPI extends CoreV1.NamespacedResourceAPI[Event, EventList] with Serializable
- object LimitRangeAPI extends CoreV1.NamespacedResourceAPI[LimitRange, LimitRangeList] with Serializable
- object NodeAPI extends CoreV1.ClusterResourceAPI[Node, NodeList]
- object PodAPI extends CoreV1.NamespacedResourceAPI[Pod, PodList] with Serializable
- object ResourceQuotaAPI extends CoreV1.NamespacedResourceAPI[ResourceQuota, ResourceQuotaList] with Serializable
- object SecretAPI extends CoreV1.NamespacedResourceAPI[Secret, SecretList] with Serializable
- object ServiceAPI extends CoreV1.NamespacedResourceAPI[Service, ServiceList] with Serializable
- object ServiceAccountAPI extends CoreV1.NamespacedResourceAPI[ServiceAccount, ServiceAccountList] with Serializable