Packages

package v1

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class AWSElasticBlockStoreVolumeSource(volumeID: String, fsType: Option[String] = None, partition: Option[Int] = None, readOnly: Option[Boolean] = None) extends Product with Serializable

    Represents a Persistent Disk resource in AWS.

    Represents a Persistent Disk resource in AWS.

    An AWS EBS disk must exist before mounting to a container. The disk must also be in the same AWS zone as the kubelet. An AWS EBS disk can only be mounted as read/write once. AWS EBS volumes support ownership management and SELinux relabeling.

  2. final case class Affinity(nodeAffinity: Option[NodeAffinity] = None, podAffinity: Option[PodAffinity] = None, podAntiAffinity: Option[PodAntiAffinity] = None) extends Product with Serializable

    Affinity is a group of affinity scheduling rules.

  3. final case class AttachedVolume(devicePath: String, name: String) extends Product with Serializable

    AttachedVolume describes a volume attached to a node

  4. final case class AzureDiskVolumeSource(diskURI: String, diskName: String, readOnly: Option[Boolean] = None, fsType: Option[String] = None, cachingMode: Option[String] = None) extends Product with Serializable

    AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.

  5. final case class AzureFilePersistentVolumeSource(secretName: String, shareName: String, readOnly: Option[Boolean] = None, secretNamespace: Option[String] = None) extends Product with Serializable

    AzureFile represents an Azure File Service mount on the host and bind mount to the pod.

  6. final case class AzureFileVolumeSource(secretName: String, shareName: String, readOnly: Option[Boolean] = None) extends Product with Serializable

    AzureFile represents an Azure File Service mount on the host and bind mount to the pod.

  7. final case class Binding(target: ObjectReference, metadata: Option[ObjectMeta] = None) extends KObject with Product with Serializable

    Binding ties one object to another; for example, a pod is bound to a node by a scheduler.

    Binding ties one object to another; for example, a pod is bound to a node by a scheduler. Deprecated in 1.7, please use the bindings subresource of pods instead.

  8. final case class CSIPersistentVolumeSource(volumeHandle: String, driver: String, nodeStageSecretRef: Option[SecretReference] = None, readOnly: Option[Boolean] = None, fsType: Option[String] = None, controllerPublishSecretRef: Option[SecretReference] = None, volumeAttributes: Option[Map[String, String]] = None, controllerExpandSecretRef: Option[SecretReference] = None, nodeExpandSecretRef: Option[SecretReference] = None, nodePublishSecretRef: Option[SecretReference] = None) extends Product with Serializable

    Represents storage that is managed by an external CSI volume driver (Beta feature)

  9. final case class CSIVolumeSource(driver: String, readOnly: Option[Boolean] = None, fsType: Option[String] = None, volumeAttributes: Option[Map[String, String]] = None, nodePublishSecretRef: Option[LocalObjectReference] = None) extends Product with Serializable

    Represents a source location of a volume to mount, managed by an external CSI driver

  10. final case class Capabilities(add: Option[Seq[String]] = None, drop: Option[Seq[String]] = None) extends Product with Serializable

    Adds and removes POSIX capabilities from running containers.

  11. final case class CephFSPersistentVolumeSource(monitors: Seq[String], path: Option[String] = None, readOnly: Option[Boolean] = None, secretRef: Option[SecretReference] = None, secretFile: Option[String] = None, user: Option[String] = None) extends Product with Serializable

    Represents a Ceph Filesystem mount that lasts the lifetime of a pod Cephfs volumes do not support ownership management or SELinux relabeling.

  12. final case class CephFSVolumeSource(monitors: Seq[String], path: Option[String] = None, readOnly: Option[Boolean] = None, secretRef: Option[LocalObjectReference] = None, secretFile: Option[String] = None, user: Option[String] = None) extends Product with Serializable

    Represents a Ceph Filesystem mount that lasts the lifetime of a pod Cephfs volumes do not support ownership management or SELinux relabeling.

  13. final case class CinderPersistentVolumeSource(volumeID: String, fsType: Option[String] = None, readOnly: Option[Boolean] = None, secretRef: Option[SecretReference] = None) extends Product with Serializable

    Represents a cinder volume resource in Openstack.

    Represents a cinder volume resource in Openstack. A Cinder volume must exist before mounting to a container. The volume must also be in the same region as the kubelet. Cinder volumes support ownership management and SELinux relabeling.

  14. final case class CinderVolumeSource(volumeID: String, fsType: Option[String] = None, readOnly: Option[Boolean] = None, secretRef: Option[LocalObjectReference] = None) extends Product with Serializable

    Represents a cinder volume resource in Openstack.

    Represents a cinder volume resource in Openstack. A Cinder volume must exist before mounting to a container. The volume must also be in the same region as the kubelet. Cinder volumes support ownership management and SELinux relabeling.

  15. final case class ClientIPConfig(timeoutSeconds: Option[Int] = None) extends Product with Serializable

    ClientIPConfig represents the configurations of Client IP based session affinity.

  16. final case class ComponentCondition(status: String, type: String, error: Option[String] = None, message: Option[String] = None) extends Product with Serializable

    Information about the condition of a component.

  17. final case class ComponentStatus(conditions: Option[Seq[ComponentCondition]] = None, metadata: Option[ObjectMeta] = None) extends KObject with Product with Serializable

    ComponentStatus (and ComponentStatusList) holds the cluster validation info.

    ComponentStatus (and ComponentStatusList) holds the cluster validation info. Deprecated: This API is deprecated in v1.19+

  18. final case class ComponentStatusList(items: Seq[ComponentStatus], metadata: Option[ListMeta] = None) extends KObject with Product with Serializable

    Status of all the conditions for the component as a list of ComponentStatus objects.

    Status of all the conditions for the component as a list of ComponentStatus objects. Deprecated: This API is deprecated in v1.19+

  19. final case class ConfigMap(data: Option[Map[String, String]] = None, immutable: Option[Boolean] = None, binaryData: Option[Map[String, String]] = None, metadata: Option[ObjectMeta] = None) extends KObject with Product with Serializable

    ConfigMap holds configuration data for pods to consume.

  20. final case class ConfigMapEnvSource(name: Option[String] = None, optional: Option[Boolean] = None) extends Product with Serializable

    ConfigMapEnvSource selects a ConfigMap to populate the environment variables with.

    ConfigMapEnvSource selects a ConfigMap to populate the environment variables with.

    The contents of the target ConfigMap's Data field will represent the key-value pairs as environment variables.

  21. final case class ConfigMapKeySelector(key: String, name: Option[String] = None, optional: Option[Boolean] = None) extends Product with Serializable

    Selects a key from a ConfigMap.

  22. final case class ConfigMapList(items: Seq[ConfigMap], metadata: Option[ListMeta] = None) extends KObject with Product with Serializable

    ConfigMapList is a resource containing a list of ConfigMap objects.

  23. final case class ConfigMapNodeConfigSource(name: String, kubeletConfigKey: String, namespace: String, resourceVersion: Option[String] = None, uid: Option[String] = None) extends Product with Serializable

    ConfigMapNodeConfigSource contains the information to reference a ConfigMap as a config source for the Node.

    ConfigMapNodeConfigSource contains the information to reference a ConfigMap as a config source for the Node. This API is deprecated since 1.22: https://git.k8s.io/enhancements/keps/sig-node/281-dynamic-kubelet-configuration

  24. final case class ConfigMapProjection(items: Option[Seq[KeyToPath]] = None, name: Option[String] = None, optional: Option[Boolean] = None) extends Product with Serializable

    Adapts a ConfigMap into a projected volume.

    Adapts a ConfigMap into a projected volume.

    The contents of the target ConfigMap's Data field will be presented in a projected volume as files using the keys in the Data field as the file names, unless the items element is populated with specific mappings of keys to paths. Note that this is identical to a configmap volume source without the default mode.

  25. final case class ConfigMapVolumeSource(defaultMode: Option[Int] = None, items: Option[Seq[KeyToPath]] = None, name: Option[String] = None, optional: Option[Boolean] = None) extends Product with Serializable

    Adapts a ConfigMap into a volume.

    Adapts a ConfigMap into a volume.

    The contents of the target ConfigMap's Data field will be presented in a volume as files using the keys in the Data field as the file names, unless the items element is populated with specific mappings of keys to paths. ConfigMap volumes support ownership management and SELinux relabeling.

  26. final case class Container(name: String, readinessProbe: Option[Probe] = None, livenessProbe: Option[Probe] = None, lifecycle: Option[Lifecycle] = None, image: Option[String] = None, stdinOnce: Option[Boolean] = None, ports: Option[Seq[ContainerPort]] = None, startupProbe: Option[Probe] = None, command: Option[Seq[String]] = None, terminationMessagePolicy: Option[String] = None, stdin: Option[Boolean] = None, terminationMessagePath: Option[String] = None, resources: Option[ResourceRequirements] = None, envFrom: Option[Seq[EnvFromSource]] = None, volumeDevices: Option[Seq[VolumeDevice]] = None, args: Option[Seq[String]] = None, tty: Option[Boolean] = None, imagePullPolicy: Option[String] = None, workingDir: Option[String] = None, volumeMounts: Option[Seq[VolumeMount]] = None, env: Option[Seq[EnvVar]] = None, securityContext: Option[SecurityContext] = None) extends Product with Serializable

    A single application container that you want to run within a pod.

  27. final case class ContainerImage(names: Option[Seq[String]] = None, sizeBytes: Option[Int] = None) extends Product with Serializable

    Describe a container image

  28. final case class ContainerPort(containerPort: Int, name: Option[String] = None, hostPort: Option[Int] = None, hostIP: Option[String] = None, protocol: Option[String] = None) extends Product with Serializable

    ContainerPort represents a network port in a single container.

  29. final case class ContainerState(running: Option[ContainerStateRunning] = None, terminated: Option[ContainerStateTerminated] = None, waiting: Option[ContainerStateWaiting] = None) extends Product with Serializable

    ContainerState holds a possible state of container.

    ContainerState holds a possible state of container. Only one of its members may be specified. If none of them is specified, the default one is ContainerStateWaiting.

  30. final case class ContainerStateRunning(startedAt: Option[Time] = None) extends Product with Serializable

    ContainerStateRunning is a running state of a container.

  31. final case class ContainerStateTerminated(exitCode: Int, reason: Option[String] = None, startedAt: Option[Time] = None, message: Option[String] = None, finishedAt: Option[Time] = None, containerID: Option[String] = None, signal: Option[Int] = None) extends Product with Serializable

    ContainerStateTerminated is a terminated state of a container.

  32. final case class ContainerStateWaiting(message: Option[String] = None, reason: Option[String] = None) extends Product with Serializable

    ContainerStateWaiting is a waiting state of a container.

  33. final case class ContainerStatus(name: String, image: String, restartCount: Int, ready: Boolean, imageID: String, state: Option[ContainerState] = None, lastState: Option[ContainerState] = None, containerID: Option[String] = None, started: Option[Boolean] = None) extends Product with Serializable

    ContainerStatus contains details for the current status of this container.

  34. final case class DaemonEndpoint(Port: Int) extends Product with Serializable

    DaemonEndpoint contains information about a single Daemon endpoint.

  35. final case class DownwardAPIProjection(items: Option[Seq[DownwardAPIVolumeFile]] = None) extends Product with Serializable

    Represents downward API info for projecting into a projected volume.

    Represents downward API info for projecting into a projected volume. Note that this is identical to a downwardAPI volume source without the default mode.

  36. final case class DownwardAPIVolumeFile(path: String, fieldRef: Option[ObjectFieldSelector] = None, mode: Option[Int] = None, resourceFieldRef: Option[ResourceFieldSelector] = None) extends Product with Serializable

    DownwardAPIVolumeFile represents information to create the file containing the pod field

  37. final case class DownwardAPIVolumeSource(defaultMode: Option[Int] = None, items: Option[Seq[DownwardAPIVolumeFile]] = None) extends Product with Serializable

    DownwardAPIVolumeSource represents a volume containing downward API info.

    DownwardAPIVolumeSource represents a volume containing downward API info. Downward API volumes support ownership management and SELinux relabeling.

  38. final case class EmptyDirVolumeSource(medium: Option[String] = None, sizeLimit: Option[Quantity] = None) extends Product with Serializable

    Represents an empty directory for a pod.

    Represents an empty directory for a pod. Empty directory volumes support ownership management and SELinux relabeling.

  39. final case class EndpointAddress(ip: String, hostname: Option[String] = None, nodeName: Option[String] = None, targetRef: Option[ObjectReference] = None) extends Product with Serializable

    EndpointAddress is a tuple that describes single IP address.

  40. final case class EndpointPort(port: Int, appProtocol: Option[String] = None, name: Option[String] = None, protocol: Option[String] = None) extends Product with Serializable

    EndpointPort is a tuple that describes a single port.

  41. final case class EndpointSubset(addresses: Option[Seq[EndpointAddress]] = None, notReadyAddresses: Option[Seq[EndpointAddress]] = None, ports: Option[Seq[EndpointPort]] = None) extends Product with Serializable

    EndpointSubset is a group of addresses with a common set of ports.

    EndpointSubset is a group of addresses with a common set of ports. The expanded set of endpoints is the Cartesian product of Addresses x Ports. For example, given:

    { Addresses: [{"ip": "10.10.1.1"}, {"ip": "10.10.2.2"}], Ports: [{"name": "a", "port": 8675}, {"name": "b", "port": 309}] }

    The resulting set of endpoints can be viewed as:

    a: [ 10.10.1.1:8675, 10.10.2.2:8675 ], b: [ 10.10.1.1:309, 10.10.2.2:309 ]

  42. final case class Endpoints(metadata: Option[ObjectMeta] = None, subsets: Option[Seq[EndpointSubset]] = None) extends KObject with Product with Serializable

    Endpoints is a collection of endpoints that implement the actual service.

    Endpoints is a collection of endpoints that implement the actual service. Example:

    Name: "mysvc", Subsets: [ { Addresses: [{"ip": "10.10.1.1"}, {"ip": "10.10.2.2"}], Ports: [{"name": "a", "port": 8675}, {"name": "b", "port": 309}] }, { Addresses: [{"ip": "10.10.3.3"}], Ports: [{"name": "a", "port": 93}, {"name": "b", "port": 76}] }, ]

  43. final case class EndpointsList(items: Seq[Endpoints], metadata: Option[ListMeta] = None) extends KObject with Product with Serializable

    EndpointsList is a list of endpoints.

  44. final case class EnvFromSource(configMapRef: Option[ConfigMapEnvSource] = None, prefix: Option[String] = None, secretRef: Option[SecretEnvSource] = None) extends Product with Serializable

    EnvFromSource represents the source of a set of ConfigMaps

  45. final case class EnvVar(name: String, value: Option[String] = None, valueFrom: Option[EnvVarSource] = None) extends Product with Serializable

    EnvVar represents an environment variable present in a Container.

  46. final case class EnvVarSource(configMapKeyRef: Option[ConfigMapKeySelector] = None, fieldRef: Option[ObjectFieldSelector] = None, resourceFieldRef: Option[ResourceFieldSelector] = None, secretKeyRef: Option[SecretKeySelector] = None) extends Product with Serializable

    EnvVarSource represents a source for the value of an EnvVar.

  47. final case class EphemeralContainer(name: String, readinessProbe: Option[Probe] = None, livenessProbe: Option[Probe] = None, lifecycle: Option[Lifecycle] = None, image: Option[String] = None, stdinOnce: Option[Boolean] = None, ports: Option[Seq[ContainerPort]] = None, startupProbe: Option[Probe] = None, command: Option[Seq[String]] = None, terminationMessagePolicy: Option[String] = None, targetContainerName: Option[String] = None, stdin: Option[Boolean] = None, terminationMessagePath: Option[String] = None, resources: Option[ResourceRequirements] = None, envFrom: Option[Seq[EnvFromSource]] = None, volumeDevices: Option[Seq[VolumeDevice]] = None, args: Option[Seq[String]] = None, tty: Option[Boolean] = None, imagePullPolicy: Option[String] = None, workingDir: Option[String] = None, volumeMounts: Option[Seq[VolumeMount]] = None, env: Option[Seq[EnvVar]] = None, securityContext: Option[SecurityContext] = None) extends Product with Serializable

    An EphemeralContainer is a temporary container that you may add to an existing Pod for user-initiated activities such as debugging.

    An EphemeralContainer is a temporary container that you may add to an existing Pod for user-initiated activities such as debugging. Ephemeral containers have no resource or scheduling guarantees, and they will not be restarted when they exit or when a Pod is removed or restarted. The kubelet may evict a Pod if an ephemeral container causes the Pod to exceed its resource allocation.

    To add an ephemeral container, use the ephemeralcontainers subresource of an existing Pod. Ephemeral containers may not be removed or restarted.

  48. final case class EphemeralVolumeSource(volumeClaimTemplate: Option[PersistentVolumeClaimTemplate] = None) extends Product with Serializable

    Represents an ephemeral volume that is handled by a normal storage driver.

  49. final case class Event(involvedObject: ObjectReference, metadata: ObjectMeta, series: Option[EventSeries] = None, count: Option[Int] = None, source: Option[EventSource] = None, reportingComponent: Option[String] = None, reason: Option[String] = None, related: Option[ObjectReference] = None, eventTime: Option[MicroTime] = None, lastTimestamp: Option[Time] = None, message: Option[String] = None, firstTimestamp: Option[Time] = None, type: Option[String] = None, reportingInstance: Option[String] = None, action: Option[String] = None) extends KObject with Product with Serializable

    Event is a report of an event somewhere in the cluster.

    Event is a report of an event somewhere in the cluster. Events have a limited retention time and triggers and messages may evolve with time. Event consumers should not rely on the timing of an event with a given Reason reflecting a consistent underlying trigger, or the continued existence of events with that Reason. Events should be treated as informative, best-effort, supplemental data.

  50. final case class EventList(items: Seq[Event], metadata: Option[ListMeta] = None) extends KObject with Product with Serializable

    EventList is a list of events.

  51. final case class EventSeries(count: Option[Int] = None, lastObservedTime: Option[MicroTime] = None) extends Product with Serializable

    EventSeries contain information on series of events, i.e.

    EventSeries contain information on series of events, i.e. thing that was/is happening continuously for some time.

  52. final case class EventSource(component: Option[String] = None, host: Option[String] = None) extends Product with Serializable

    EventSource contains information for an event.

  53. final case class ExecAction(command: Option[Seq[String]] = None) extends Product with Serializable

    ExecAction describes a "run in container" action.

  54. final case class FCVolumeSource(targetWWNs: Option[Seq[String]] = None, readOnly: Option[Boolean] = None, fsType: Option[String] = None, wwids: Option[Seq[String]] = None, lun: Option[Int] = None) extends Product with Serializable

    Represents a Fibre Channel volume.

    Represents a Fibre Channel volume. Fibre Channel volumes can only be mounted as read/write once. Fibre Channel volumes support ownership management and SELinux relabeling.

  55. final case class FlexPersistentVolumeSource(driver: String, readOnly: Option[Boolean] = None, fsType: Option[String] = None, secretRef: Option[SecretReference] = None, options: Option[Map[String, String]] = None) extends Product with Serializable

    FlexPersistentVolumeSource represents a generic persistent volume resource that is provisioned/attached using an exec based plugin.

  56. final case class FlexVolumeSource(driver: String, readOnly: Option[Boolean] = None, fsType: Option[String] = None, secretRef: Option[LocalObjectReference] = None, options: Option[Map[String, String]] = None) extends Product with Serializable

    FlexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin.

  57. final case class FlockerVolumeSource(datasetName: Option[String] = None, datasetUUID: Option[String] = None) extends Product with Serializable

    Represents a Flocker volume mounted by the Flocker agent.

    Represents a Flocker volume mounted by the Flocker agent. One and only one of datasetName and datasetUUID should be set. Flocker volumes do not support ownership management or SELinux relabeling.

  58. final case class GCEPersistentDiskVolumeSource(pdName: String, fsType: Option[String] = None, partition: Option[Int] = None, readOnly: Option[Boolean] = None) extends Product with Serializable

    Represents a Persistent Disk resource in Google Compute Engine.

    Represents a Persistent Disk resource in Google Compute Engine.

    A GCE PD must exist before mounting to a container. The disk must also be in the same GCE project and zone as the kubelet. A GCE PD can only be mounted as read/write once or read-only many times. GCE PDs support ownership management and SELinux relabeling.

  59. final case class GRPCAction(port: Int, service: Option[String] = None) extends Product with Serializable
  60. final case class GitRepoVolumeSource(repository: String, directory: Option[String] = None, revision: Option[String] = None) extends Product with Serializable

    Represents a volume that is populated with the contents of a git repository.

    Represents a volume that is populated with the contents of a git repository. Git repo volumes do not support ownership management. Git repo volumes support SELinux relabeling.

    DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mount an EmptyDir into an InitContainer that clones the repo using git, then mount the EmptyDir into the Pod's container.

  61. final case class GlusterfsPersistentVolumeSource(endpoints: String, path: String, endpointsNamespace: Option[String] = None, readOnly: Option[Boolean] = None) extends Product with Serializable

    Represents a Glusterfs mount that lasts the lifetime of a pod.

    Represents a Glusterfs mount that lasts the lifetime of a pod. Glusterfs volumes do not support ownership management or SELinux relabeling.

  62. final case class GlusterfsVolumeSource(endpoints: String, path: String, readOnly: Option[Boolean] = None) extends Product with Serializable

    Represents a Glusterfs mount that lasts the lifetime of a pod.

    Represents a Glusterfs mount that lasts the lifetime of a pod. Glusterfs volumes do not support ownership management or SELinux relabeling.

  63. final case class HTTPGetAction(port: IntOrString, path: Option[String] = None, host: Option[String] = None, scheme: Option[String] = None, httpHeaders: Option[Seq[HTTPHeader]] = None) extends Product with Serializable

    HTTPGetAction describes an action based on HTTP Get requests.

  64. final case class HTTPHeader(name: String, value: String) extends Product with Serializable

    HTTPHeader describes a custom header to be used in HTTP probes

  65. final case class HostAlias(hostnames: Option[Seq[String]] = None, ip: Option[String] = None) extends Product with Serializable

    HostAlias holds the mapping between IP and hostnames that will be injected as an entry in the pod's hosts file.

  66. final case class HostPathVolumeSource(path: String, type: Option[String] = None) extends Product with Serializable

    Represents a host path mapped into a pod.

    Represents a host path mapped into a pod. Host path volumes do not support ownership management or SELinux relabeling.

  67. final case class ISCSIPersistentVolumeSource(iqn: String, targetPortal: String, lun: Int, portals: Option[Seq[String]] = None, readOnly: Option[Boolean] = None, chapAuthDiscovery: Option[Boolean] = None, fsType: Option[String] = None, secretRef: Option[SecretReference] = None, initiatorName: Option[String] = None, iscsiInterface: Option[String] = None, chapAuthSession: Option[Boolean] = None) extends Product with Serializable

    ISCSIPersistentVolumeSource represents an ISCSI disk.

    ISCSIPersistentVolumeSource represents an ISCSI disk. ISCSI volumes can only be mounted as read/write once. ISCSI volumes support ownership management and SELinux relabeling.

  68. final case class ISCSIVolumeSource(iqn: String, targetPortal: String, lun: Int, portals: Option[Seq[String]] = None, readOnly: Option[Boolean] = None, chapAuthDiscovery: Option[Boolean] = None, fsType: Option[String] = None, secretRef: Option[LocalObjectReference] = None, initiatorName: Option[String] = None, iscsiInterface: Option[String] = None, chapAuthSession: Option[Boolean] = None) extends Product with Serializable

    Represents an ISCSI disk.

    Represents an ISCSI disk. ISCSI volumes can only be mounted as read/write once. ISCSI volumes support ownership management and SELinux relabeling.

  69. final case class KeyToPath(key: String, path: String, mode: Option[Int] = None) extends Product with Serializable

    Maps a string key to a path within a volume.

  70. final case class Lifecycle(postStart: Option[LifecycleHandler] = None, preStop: Option[LifecycleHandler] = None) extends Product with Serializable

    Lifecycle describes actions that the management system should take in response to container lifecycle events.

    Lifecycle describes actions that the management system should take in response to container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the container blocks until the action is complete, unless the container process fails, in which case the handler is aborted.

  71. final case class LifecycleHandler(exec: Option[ExecAction] = None, httpGet: Option[HTTPGetAction] = None, tcpSocket: Option[TCPSocketAction] = None) extends Product with Serializable

    LifecycleHandler defines a specific action that should be taken in a lifecycle hook.

    LifecycleHandler defines a specific action that should be taken in a lifecycle hook. One and only one of the fields, except TCPSocket must be specified.

  72. final case class LimitRange(metadata: Option[ObjectMeta] = None, spec: Option[LimitRangeSpec] = None) extends KObject with Product with Serializable

    LimitRange sets resource usage limits for each kind of resource in a Namespace.

  73. final case class LimitRangeItem(type: String, defaultRequest: Option[Map[String, Quantity]] = None, min: Option[Map[String, Quantity]] = None, maxLimitRequestRatio: Option[Map[String, Quantity]] = None, max: Option[Map[String, Quantity]] = None, default: Option[Map[String, Quantity]] = None) extends Product with Serializable

    LimitRangeItem defines a min/max usage limit for any resource that matches on kind.

  74. final case class LimitRangeList(items: Seq[LimitRange], metadata: Option[ListMeta] = None) extends KObject with Product with Serializable

    LimitRangeList is a list of LimitRange items.

  75. final case class LimitRangeSpec(limits: Seq[LimitRangeItem]) extends Product with Serializable

    LimitRangeSpec defines a min/max usage limit for resources that match on kind.

  76. final case class LoadBalancerIngress(hostname: Option[String] = None, ip: Option[String] = None, ports: Option[Seq[PortStatus]] = None) extends Product with Serializable

    LoadBalancerIngress represents the status of a load-balancer ingress point: traffic intended for the service should be sent to an ingress point.

  77. final case class LoadBalancerStatus(ingress: Option[Seq[LoadBalancerIngress]] = None) extends Product with Serializable

    LoadBalancerStatus represents the status of a load-balancer.

  78. final case class LocalObjectReference(name: Option[String] = None) extends Product with Serializable

    LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.

  79. final case class LocalVolumeSource(path: String, fsType: Option[String] = None) extends Product with Serializable

    Local represents directly-attached storage with node affinity (Beta feature)

  80. final case class NFSVolumeSource(path: String, server: String, readOnly: Option[Boolean] = None) extends Product with Serializable

    Represents an NFS mount that lasts the lifetime of a pod.

    Represents an NFS mount that lasts the lifetime of a pod. NFS volumes do not support ownership management or SELinux relabeling.

  81. final case class Namespace(status: Option[NamespaceStatus] = None, spec: Option[NamespaceSpec] = None, metadata: Option[ObjectMeta] = None) extends KObject with Product with Serializable

    Namespace provides a scope for Names.

    Namespace provides a scope for Names. Use of multiple namespaces is optional.

  82. final case class NamespaceCondition(status: String, type: String, reason: Option[String] = None, lastTransitionTime: Option[Time] = None, message: Option[String] = None) extends Product with Serializable

    NamespaceCondition contains details about state of namespace.

  83. final case class NamespaceList(items: Seq[Namespace], metadata: Option[ListMeta] = None) extends KObject with Product with Serializable

    NamespaceList is a list of Namespaces.

  84. final case class NamespaceSpec(finalizers: Option[Seq[String]] = None) extends Product with Serializable

    NamespaceSpec describes the attributes on a Namespace.

  85. final case class NamespaceStatus(conditions: Option[Seq[NamespaceCondition]] = None, phase: Option[String] = None) extends Product with Serializable

    NamespaceStatus is information about the current status of a Namespace.

  86. final case class Node(status: Option[NodeStatus] = None, spec: Option[NodeSpec] = None, metadata: Option[ObjectMeta] = None) extends KObject with Product with Serializable

    Node is a worker node in Kubernetes.

    Node is a worker node in Kubernetes. Each node will have a unique identifier in the cache (i.e. in etcd).

  87. final case class NodeAddress(address: String, type: String) extends Product with Serializable

    NodeAddress contains information for the node's address.

  88. final case class NodeAffinity(preferredDuringSchedulingIgnoredDuringExecution: Option[Seq[PreferredSchedulingTerm]] = None, requiredDuringSchedulingIgnoredDuringExecution: Option[NodeSelector] = None) extends Product with Serializable

    Node affinity is a group of node affinity scheduling rules.

  89. final case class NodeCondition(status: String, type: String, reason: Option[String] = None, lastTransitionTime: Option[Time] = None, message: Option[String] = None, lastHeartbeatTime: Option[Time] = None) extends Product with Serializable

    NodeCondition contains condition information for a node.

  90. final case class NodeConfigSource(configMap: Option[ConfigMapNodeConfigSource] = None) extends Product with Serializable

    NodeConfigSource specifies a source of node configuration.

    NodeConfigSource specifies a source of node configuration. Exactly one subfield (excluding metadata) must be non-nil. This API is deprecated since 1.22

  91. final case class NodeConfigStatus(active: Option[NodeConfigSource] = None, assigned: Option[NodeConfigSource] = None, error: Option[String] = None, lastKnownGood: Option[NodeConfigSource] = None) extends Product with Serializable

    NodeConfigStatus describes the status of the config assigned by Node.Spec.ConfigSource.

  92. final case class NodeDaemonEndpoints(kubeletEndpoint: Option[DaemonEndpoint] = None) extends Product with Serializable

    NodeDaemonEndpoints lists ports opened by daemons running on the Node.

  93. final case class NodeList(items: Seq[Node], metadata: Option[ListMeta] = None) extends KObject with Product with Serializable

    NodeList is the whole list of all Nodes which have been registered with master.

  94. final case class NodeSelector(nodeSelectorTerms: Seq[NodeSelectorTerm]) extends Product with Serializable

    A node selector represents the union of the results of one or more label queries over a set of nodes; that is, it represents the OR of the selectors represented by the node selector terms.

  95. final case class NodeSelectorRequirement(key: String, operator: String, values: Option[Seq[String]] = None) extends Product with Serializable

    A node selector requirement is a selector that contains values, a key, and an operator that relates the key and values.

  96. final case class NodeSelectorTerm(matchExpressions: Option[Seq[NodeSelectorRequirement]] = None, matchFields: Option[Seq[NodeSelectorRequirement]] = None) extends Product with Serializable

    A null or empty node selector term matches no objects.

    A null or empty node selector term matches no objects. The requirements of them are ANDed. The TopologySelectorTerm type implements a subset of the NodeSelectorTerm.

  97. final case class NodeSpec(externalID: Option[String] = None, taints: Option[Seq[Taint]] = None, configSource: Option[NodeConfigSource] = None, unschedulable: Option[Boolean] = None, podCIDR: Option[String] = None, providerID: Option[String] = None, podCIDRs: Option[Seq[String]] = None) extends Product with Serializable

    NodeSpec describes the attributes that a node is created with.

  98. final case class NodeStatus(volumesInUse: Option[Seq[String]] = None, conditions: Option[Seq[NodeCondition]] = None, nodeInfo: Option[NodeSystemInfo] = None, volumesAttached: Option[Seq[AttachedVolume]] = None, phase: Option[String] = None, config: Option[NodeConfigStatus] = None, allocatable: Option[Map[String, Quantity]] = None, images: Option[Seq[ContainerImage]] = None, daemonEndpoints: Option[NodeDaemonEndpoints] = None, addresses: Option[Seq[NodeAddress]] = None, capacity: Option[Map[String, Quantity]] = None) extends Product with Serializable

    NodeStatus is information about the current status of a node.

  99. final case class NodeSystemInfo(systemUUID: String, osImage: String, machineID: String, bootID: String, architecture: String, kubeletVersion: String, operatingSystem: String, kubeProxyVersion: String, containerRuntimeVersion: String, kernelVersion: String) extends Product with Serializable

    NodeSystemInfo is a set of ids/uuids to uniquely identify the node.

  100. final case class ObjectFieldSelector(fieldPath: String) extends Product with Serializable

    ObjectFieldSelector selects an APIVersioned field of an object.

  101. final case class ObjectReference(fieldPath: Option[String] = None, name: Option[String] = None, resourceVersion: Option[String] = None, uid: Option[String] = None, namespace: Option[String] = None) extends Product with Serializable

    ObjectReference contains enough information to let you inspect or modify the referred object.

  102. final case class PersistentVolume(status: Option[PersistentVolumeStatus] = None, spec: Option[PersistentVolumeSpec] = None, metadata: Option[ObjectMeta] = None) extends KObject with Product with Serializable

    PersistentVolume (PV) is a storage resource provisioned by an administrator.

    PersistentVolume (PV) is a storage resource provisioned by an administrator. It is analogous to a node. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes

  103. final case class PersistentVolumeClaim(status: Option[PersistentVolumeClaimStatus] = None, spec: Option[PersistentVolumeClaimSpec] = None, metadata: Option[ObjectMeta] = None) extends KObject with Product with Serializable

    PersistentVolumeClaim is a user's request for and claim to a persistent volume

  104. final case class PersistentVolumeClaimCondition(status: String, type: String, lastProbeTime: Option[Time] = None, reason: Option[String] = None, lastTransitionTime: Option[Time] = None, message: Option[String] = None) extends Product with Serializable

    PersistentVolumeClaimCondition contails details about state of pvc

  105. final case class PersistentVolumeClaimList(items: Seq[PersistentVolumeClaim], metadata: Option[ListMeta] = None) extends KObject with Product with Serializable

    PersistentVolumeClaimList is a list of PersistentVolumeClaim items.

  106. final case class PersistentVolumeClaimSpec(accessModes: Option[Seq[String]] = None, volumeMode: Option[String] = None, dataSourceRef: Option[TypedLocalObjectReference] = None, storageClassName: Option[String] = None, dataSource: Option[TypedLocalObjectReference] = None, volumeName: Option[String] = None, resources: Option[ResourceRequirements] = None, selector: Option[LabelSelector] = None) extends Product with Serializable

    PersistentVolumeClaimSpec describes the common attributes of storage devices and allows a Source for provider-specific attributes

  107. final case class PersistentVolumeClaimStatus(conditions: Option[Seq[PersistentVolumeClaimCondition]] = None, accessModes: Option[Seq[String]] = None, phase: Option[String] = None, resizeStatus: Option[String] = None, allocatedResources: Option[Map[String, Quantity]] = None, capacity: Option[Map[String, Quantity]] = None) extends Product with Serializable

    PersistentVolumeClaimStatus is the current status of a persistent volume claim.

  108. final case class PersistentVolumeClaimTemplate(spec: PersistentVolumeClaimSpec, metadata: Option[ObjectMeta] = None) extends Product with Serializable

    PersistentVolumeClaimTemplate is used to produce PersistentVolumeClaim objects as part of an EphemeralVolumeSource.

  109. final case class PersistentVolumeClaimVolumeSource(claimName: String, readOnly: Option[Boolean] = None) extends Product with Serializable

    PersistentVolumeClaimVolumeSource references the user's PVC in the same namespace.

    PersistentVolumeClaimVolumeSource references the user's PVC in the same namespace. This volume finds the bound PV and mounts that volume for the pod. A PersistentVolumeClaimVolumeSource is, essentially, a wrapper around another type of volume that is owned by someone else (the system).

  110. final case class PersistentVolumeList(items: Seq[PersistentVolume], metadata: Option[ListMeta] = None) extends KObject with Product with Serializable

    PersistentVolumeList is a list of PersistentVolume items.

  111. final case class PersistentVolumeSpec(scaleIO: Option[ScaleIOPersistentVolumeSource] = None, csi: Option[CSIPersistentVolumeSource] = None, accessModes: Option[Seq[String]] = None, mountOptions: Option[Seq[String]] = None, nodeAffinity: Option[VolumeNodeAffinity] = None, azureDisk: Option[AzureDiskVolumeSource] = None, azureFile: Option[AzureFilePersistentVolumeSource] = None, hostPath: Option[HostPathVolumeSource] = None, rbd: Option[RBDPersistentVolumeSource] = None, portworxVolume: Option[PortworxVolumeSource] = None, persistentVolumeReclaimPolicy: Option[String] = None, glusterfs: Option[GlusterfsPersistentVolumeSource] = None, volumeMode: Option[String] = None, flocker: Option[FlockerVolumeSource] = None, claimRef: Option[ObjectReference] = None, fc: Option[FCVolumeSource] = None, local: Option[LocalVolumeSource] = None, storageClassName: Option[String] = None, photonPersistentDisk: Option[PhotonPersistentDiskVolumeSource] = None, gcePersistentDisk: Option[GCEPersistentDiskVolumeSource] = None, vsphereVolume: Option[VsphereVirtualDiskVolumeSource] = None, iscsi: Option[ISCSIPersistentVolumeSource] = None, cinder: Option[CinderPersistentVolumeSource] = None, cephfs: Option[CephFSPersistentVolumeSource] = None, awsElasticBlockStore: Option[AWSElasticBlockStoreVolumeSource] = None, flexVolume: Option[FlexPersistentVolumeSource] = None, nfs: Option[NFSVolumeSource] = None, quobyte: Option[QuobyteVolumeSource] = None, storageos: Option[StorageOSPersistentVolumeSource] = None, capacity: Option[Map[String, Quantity]] = None) extends Product with Serializable

    PersistentVolumeSpec is the specification of a persistent volume.

  112. final case class PersistentVolumeStatus(message: Option[String] = None, phase: Option[String] = None, reason: Option[String] = None) extends Product with Serializable

    PersistentVolumeStatus is the current status of a persistent volume.

  113. final case class PhotonPersistentDiskVolumeSource(pdID: String, fsType: Option[String] = None) extends Product with Serializable

    Represents a Photon Controller persistent disk resource.

  114. final case class Pod(status: Option[PodStatus] = None, spec: Option[PodSpec] = None, metadata: Option[ObjectMeta] = None) extends KObject with Product with Serializable

    Pod is a collection of containers that can run on a host.

    Pod is a collection of containers that can run on a host. This resource is created by clients and scheduled onto hosts.

  115. final case class PodAffinity(preferredDuringSchedulingIgnoredDuringExecution: Option[Seq[WeightedPodAffinityTerm]] = None, requiredDuringSchedulingIgnoredDuringExecution: Option[Seq[PodAffinityTerm]] = None) extends Product with Serializable

    Pod affinity is a group of inter pod affinity scheduling rules.

  116. final case class PodAffinityTerm(topologyKey: String, labelSelector: Option[LabelSelector] = None, namespaceSelector: Option[LabelSelector] = None, namespaces: Option[Seq[String]] = None) extends Product with Serializable

    Defines a set of pods (namely those matching the labelSelector relative to the given namespace(s)) that this pod should be co-located (affinity) or not co-located (anti-affinity) with, where co-located is defined as running on a node whose value of the label with key <topologyKey> matches that of any node on which a pod of the set of pods is running

  117. final case class PodAntiAffinity(preferredDuringSchedulingIgnoredDuringExecution: Option[Seq[WeightedPodAffinityTerm]] = None, requiredDuringSchedulingIgnoredDuringExecution: Option[Seq[PodAffinityTerm]] = None) extends Product with Serializable

    Pod anti affinity is a group of inter pod anti affinity scheduling rules.

  118. final case class PodCondition(status: String, type: String, lastProbeTime: Option[Time] = None, reason: Option[String] = None, lastTransitionTime: Option[Time] = None, message: Option[String] = None) extends Product with Serializable

    PodCondition contains details for the current condition of this pod.

  119. final case class PodDNSConfig(nameservers: Option[Seq[String]] = None, options: Option[Seq[PodDNSConfigOption]] = None, searches: Option[Seq[String]] = None) extends Product with Serializable

    PodDNSConfig defines the DNS parameters of a pod in addition to those generated from DNSPolicy.

  120. final case class PodDNSConfigOption(name: Option[String] = None, value: Option[String] = None) extends Product with Serializable

    PodDNSConfigOption defines DNS resolver options of a pod.

  121. final case class PodIP(ip: Option[String] = None) extends Product with Serializable

    IP address information for entries in the (plural) PodIPs field.

    IP address information for entries in the (plural) PodIPs field. Each entry includes:

    IP: An IP address allocated to the pod. Routable at least within the cluster.

  122. final case class PodList(items: Seq[Pod], metadata: Option[ListMeta] = None) extends KObject with Product with Serializable

    PodList is a list of Pods.

  123. final case class PodOS(name: String) extends Product with Serializable

    PodOS defines the OS parameters of a pod.

  124. final case class PodReadinessGate(conditionType: String) extends Product with Serializable

    PodReadinessGate contains the reference to a pod condition

  125. final case class PodSecurityContext(fsGroupChangePolicy: Option[String] = None, sysctls: Option[Seq[Sysctl]] = None, fsGroup: Option[Int] = None, supplementalGroups: Option[Seq[Int]] = None, runAsGroup: Option[Int] = None, seccompProfile: Option[SeccompProfile] = None, windowsOptions: Option[WindowsSecurityContextOptions] = None, seLinuxOptions: Option[SELinuxOptions] = None, runAsUser: Option[Int] = None, runAsNonRoot: Option[Boolean] = None) extends Product with Serializable

    PodSecurityContext holds pod-level security attributes and common container settings.

    PodSecurityContext holds pod-level security attributes and common container settings. Some fields are also present in container.securityContext. Field values of container.securityContext take precedence over field values of PodSecurityContext.

  126. final case class PodSpec(containers: Seq[Container], priority: Option[Int] = None, hostIPC: Option[Boolean] = None, serviceAccount: Option[String] = None, schedulerName: Option[String] = None, hostname: Option[String] = None, imagePullSecrets: Option[Seq[LocalObjectReference]] = None, affinity: Option[Affinity] = None, os: Option[PodOS] = None, nodeName: Option[String] = None, ephemeralContainers: Option[Seq[EphemeralContainer]] = None, initContainers: Option[Seq[Container]] = None, shareProcessNamespace: Option[Boolean] = None, setHostnameAsFQDN: Option[Boolean] = None, enableServiceLinks: Option[Boolean] = None, preemptionPolicy: Option[String] = None, dnsPolicy: Option[String] = None, volumes: Option[Seq[Volume]] = None, hostAliases: Option[Seq[HostAlias]] = None, subdomain: Option[String] = None, topologySpreadConstraints: Option[Seq[TopologySpreadConstraint]] = None, overhead: Option[Map[String, Quantity]] = None, tolerations: Option[Seq[Toleration]] = None, automountServiceAccountToken: Option[Boolean] = None, nodeSelector: Option[Map[String, String]] = None, hostPID: Option[Boolean] = None, terminationGracePeriodSeconds: Option[Int] = None, dnsConfig: Option[PodDNSConfig] = None, priorityClassName: Option[String] = None, serviceAccountName: Option[String] = None, restartPolicy: Option[String] = None, hostUsers: Option[Boolean] = None, runtimeClassName: Option[String] = None, readinessGates: Option[Seq[PodReadinessGate]] = None, activeDeadlineSeconds: Option[Int] = None, hostNetwork: Option[Boolean] = None, securityContext: Option[PodSecurityContext] = None) extends Product with Serializable

    PodSpec is a description of a pod.

  127. final case class PodStatus(conditions: Option[Seq[PodCondition]] = None, qosClass: Option[String] = None, startTime: Option[Time] = None, phase: Option[String] = None, reason: Option[String] = None, ephemeralContainerStatuses: Option[Seq[ContainerStatus]] = None, hostIP: Option[String] = None, message: Option[String] = None, containerStatuses: Option[Seq[ContainerStatus]] = None, podIP: Option[String] = None, nominatedNodeName: Option[String] = None, podIPs: Option[Seq[PodIP]] = None, initContainerStatuses: Option[Seq[ContainerStatus]] = None) extends Product with Serializable

    PodStatus represents information about the status of a pod.

    PodStatus represents information about the status of a pod. Status may trail the actual state of a system, especially if the node that hosts the pod cannot contact the control plane.

  128. final case class PodTemplate(metadata: Option[ObjectMeta] = None, template: Option[PodTemplateSpec] = None) extends KObject with Product with Serializable

    PodTemplate describes a template for creating copies of a predefined pod.

  129. final case class PodTemplateList(items: Seq[PodTemplate], metadata: Option[ListMeta] = None) extends KObject with Product with Serializable

    PodTemplateList is a list of PodTemplates.

  130. final case class PodTemplateSpec(metadata: Option[ObjectMeta] = None, spec: Option[PodSpec] = None) extends Product with Serializable

    PodTemplateSpec describes the data a pod should have when created from a template

  131. final case class PortStatus(port: Int, protocol: String, error: Option[String] = None) extends Product with Serializable
  132. final case class PortworxVolumeSource(volumeID: String, fsType: Option[String] = None, readOnly: Option[Boolean] = None) extends Product with Serializable

    PortworxVolumeSource represents a Portworx volume resource.

  133. final case class PreferredSchedulingTerm(preference: NodeSelectorTerm, weight: Int) extends Product with Serializable

    An empty preferred scheduling term matches all objects with implicit weight 0 (i.e.

    An empty preferred scheduling term matches all objects with implicit weight 0 (i.e. it's a no-op). A null preferred scheduling term matches no objects (i.e. is also a no-op).

  134. final case class Probe(timeoutSeconds: Option[Int] = None, grpc: Option[GRPCAction] = None, tcpSocket: Option[TCPSocketAction] = None, initialDelaySeconds: Option[Int] = None, failureThreshold: Option[Int] = None, httpGet: Option[HTTPGetAction] = None, terminationGracePeriodSeconds: Option[Int] = None, exec: Option[ExecAction] = None, periodSeconds: Option[Int] = None, successThreshold: Option[Int] = None) extends Product with Serializable

    Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.

  135. final case class ProjectedVolumeSource(defaultMode: Option[Int] = None, sources: Option[Seq[VolumeProjection]] = None) extends Product with Serializable

    Represents a projected volume source

  136. final case class QuobyteVolumeSource(registry: String, volume: String, readOnly: Option[Boolean] = None, tenant: Option[String] = None, group: Option[String] = None, user: Option[String] = None) extends Product with Serializable

    Represents a Quobyte mount that lasts the lifetime of a pod.

    Represents a Quobyte mount that lasts the lifetime of a pod. Quobyte volumes do not support ownership management or SELinux relabeling.

  137. final case class RBDPersistentVolumeSource(image: String, monitors: Seq[String], readOnly: Option[Boolean] = None, fsType: Option[String] = None, secretRef: Option[SecretReference] = None, pool: Option[String] = None, keyring: Option[String] = None, user: Option[String] = None) extends Product with Serializable

    Represents a Rados Block Device mount that lasts the lifetime of a pod.

    Represents a Rados Block Device mount that lasts the lifetime of a pod. RBD volumes support ownership management and SELinux relabeling.

  138. final case class RBDVolumeSource(image: String, monitors: Seq[String], readOnly: Option[Boolean] = None, fsType: Option[String] = None, secretRef: Option[LocalObjectReference] = None, pool: Option[String] = None, keyring: Option[String] = None, user: Option[String] = None) extends Product with Serializable

    Represents a Rados Block Device mount that lasts the lifetime of a pod.

    Represents a Rados Block Device mount that lasts the lifetime of a pod. RBD volumes support ownership management and SELinux relabeling.

  139. final case class ReplicationController(status: Option[ReplicationControllerStatus] = None, spec: Option[ReplicationControllerSpec] = None, metadata: Option[ObjectMeta] = None) extends KObject with Product with Serializable

    ReplicationController represents the configuration of a replication controller.

  140. final case class ReplicationControllerCondition(status: String, type: String, reason: Option[String] = None, lastTransitionTime: Option[Time] = None, message: Option[String] = None) extends Product with Serializable

    ReplicationControllerCondition describes the state of a replication controller at a certain point.

  141. final case class ReplicationControllerList(items: Seq[ReplicationController], metadata: Option[ListMeta] = None) extends KObject with Product with Serializable

    ReplicationControllerList is a collection of replication controllers.

  142. final case class ReplicationControllerSpec(minReadySeconds: Option[Int] = None, replicas: Option[Int] = None, selector: Option[Map[String, String]] = None, template: Option[PodTemplateSpec] = None) extends Product with Serializable

    ReplicationControllerSpec is the specification of a replication controller.

  143. final case class ReplicationControllerStatus(replicas: Int, conditions: Option[Seq[ReplicationControllerCondition]] = None, availableReplicas: Option[Int] = None, observedGeneration: Option[Int] = None, readyReplicas: Option[Int] = None, fullyLabeledReplicas: Option[Int] = None) extends Product with Serializable

    ReplicationControllerStatus represents the current status of a replication controller.

  144. final case class ResourceFieldSelector(resource: String, containerName: Option[String] = None, divisor: Option[Quantity] = None) extends Product with Serializable

    ResourceFieldSelector represents container resources (cpu, memory) and their output format

  145. final case class ResourceQuota(status: Option[ResourceQuotaStatus] = None, spec: Option[ResourceQuotaSpec] = None, metadata: Option[ObjectMeta] = None) extends KObject with Product with Serializable

    ResourceQuota sets aggregate quota restrictions enforced per namespace

  146. final case class ResourceQuotaList(items: Seq[ResourceQuota], metadata: Option[ListMeta] = None) extends KObject with Product with Serializable

    ResourceQuotaList is a list of ResourceQuota items.

  147. final case class ResourceQuotaSpec(hard: Option[Map[String, Quantity]] = None, scopeSelector: Option[ScopeSelector] = None, scopes: Option[Seq[String]] = None) extends Product with Serializable

    ResourceQuotaSpec defines the desired hard limits to enforce for Quota.

  148. final case class ResourceQuotaStatus(hard: Option[Map[String, Quantity]] = None, used: Option[Map[String, Quantity]] = None) extends Product with Serializable

    ResourceQuotaStatus defines the enforced hard limits and observed use.

  149. final case class ResourceRequirements(limits: Option[Map[String, Quantity]] = None, requests: Option[Map[String, Quantity]] = None) extends Product with Serializable

    ResourceRequirements describes the compute resource requirements.

  150. final case class SELinuxOptions(level: Option[String] = None, role: Option[String] = None, type: Option[String] = None, user: Option[String] = None) extends Product with Serializable

    SELinuxOptions are the labels to be applied to the container

  151. final case class ScaleIOPersistentVolumeSource(system: String, secretRef: SecretReference, gateway: String, readOnly: Option[Boolean] = None, fsType: Option[String] = None, storagePool: Option[String] = None, protectionDomain: Option[String] = None, volumeName: Option[String] = None, sslEnabled: Option[Boolean] = None, storageMode: Option[String] = None) extends Product with Serializable

    ScaleIOPersistentVolumeSource represents a persistent ScaleIO volume

  152. final case class ScaleIOVolumeSource(system: String, secretRef: LocalObjectReference, gateway: String, readOnly: Option[Boolean] = None, fsType: Option[String] = None, storagePool: Option[String] = None, protectionDomain: Option[String] = None, volumeName: Option[String] = None, sslEnabled: Option[Boolean] = None, storageMode: Option[String] = None) extends Product with Serializable

    ScaleIOVolumeSource represents a persistent ScaleIO volume

  153. final case class ScopeSelector(matchExpressions: Option[Seq[ScopedResourceSelectorRequirement]] = None) extends Product with Serializable

    A scope selector represents the AND of the selectors represented by the scoped-resource selector requirements.

  154. final case class ScopedResourceSelectorRequirement(operator: String, scopeName: String, values: Option[Seq[String]] = None) extends Product with Serializable

    A scoped-resource selector requirement is a selector that contains values, a scope name, and an operator that relates the scope name and values.

  155. final case class SeccompProfile(type: String, localhostProfile: Option[String] = None) extends Product with Serializable

    SeccompProfile defines a pod/container's seccomp profile settings.

    SeccompProfile defines a pod/container's seccomp profile settings. Only one profile source may be set.

  156. final case class Secret(data: Option[Map[String, String]] = None, immutable: Option[Boolean] = None, metadata: Option[ObjectMeta] = None, type: Option[String] = None, stringData: Option[Map[String, String]] = None) extends KObject with Product with Serializable

    Secret holds secret data of a certain type.

    Secret holds secret data of a certain type. The total bytes of the values in the Data field must be less than MaxSecretSize bytes.

  157. final case class SecretEnvSource(name: Option[String] = None, optional: Option[Boolean] = None) extends Product with Serializable

    SecretEnvSource selects a Secret to populate the environment variables with.

    SecretEnvSource selects a Secret to populate the environment variables with.

    The contents of the target Secret's Data field will represent the key-value pairs as environment variables.

  158. final case class SecretKeySelector(key: String, name: Option[String] = None, optional: Option[Boolean] = None) extends Product with Serializable

    SecretKeySelector selects a key of a Secret.

  159. final case class SecretList(items: Seq[Secret], metadata: Option[ListMeta] = None) extends KObject with Product with Serializable

    SecretList is a list of Secret.

  160. final case class SecretProjection(items: Option[Seq[KeyToPath]] = None, name: Option[String] = None, optional: Option[Boolean] = None) extends Product with Serializable

    Adapts a secret into a projected volume.

    Adapts a secret into a projected volume.

    The contents of the target Secret's Data field will be presented in a projected volume as files using the keys in the Data field as the file names. Note that this is identical to a secret volume source without the default mode.

  161. final case class SecretReference(name: Option[String] = None, namespace: Option[String] = None) extends Product with Serializable

    SecretReference represents a Secret Reference.

    SecretReference represents a Secret Reference. It has enough information to retrieve secret in any namespace

  162. final case class SecretVolumeSource(defaultMode: Option[Int] = None, items: Option[Seq[KeyToPath]] = None, optional: Option[Boolean] = None, secretName: Option[String] = None) extends Product with Serializable

    Adapts a Secret into a volume.

    Adapts a Secret into a volume.

    The contents of the target Secret's Data field will be presented in a volume as files using the keys in the Data field as the file names. Secret volumes support ownership management and SELinux relabeling.

  163. final case class SecurityContext(capabilities: Option[Capabilities] = None, readOnlyRootFilesystem: Option[Boolean] = None, allowPrivilegeEscalation: Option[Boolean] = None, procMount: Option[String] = None, runAsGroup: Option[Int] = None, seccompProfile: Option[SeccompProfile] = None, windowsOptions: Option[WindowsSecurityContextOptions] = None, seLinuxOptions: Option[SELinuxOptions] = None, runAsUser: Option[Int] = None, privileged: Option[Boolean] = None, runAsNonRoot: Option[Boolean] = None) extends Product with Serializable

    SecurityContext holds security configuration that will be applied to a container.

    SecurityContext holds security configuration that will be applied to a container. Some fields are present in both SecurityContext and PodSecurityContext. When both are set, the values in SecurityContext take precedence.

  164. final case class Service(status: Option[ServiceStatus] = None, spec: Option[ServiceSpec] = None, metadata: Option[ObjectMeta] = None) extends KObject with Product with Serializable

    Service is a named abstraction of software service (for example, mysql) consisting of local port (for example 3306) that the proxy listens on, and the selector that determines which pods will answer requests sent through the proxy.

  165. final case class ServiceAccount(imagePullSecrets: Option[Seq[LocalObjectReference]] = None, secrets: Option[Seq[ObjectReference]] = None, automountServiceAccountToken: Option[Boolean] = None, metadata: Option[ObjectMeta] = None) extends KObject with Product with Serializable

    ServiceAccount binds together: * a name, understood by users, and perhaps by peripheral systems, for an identity * a principal that can be authenticated and authorized * a set of secrets

  166. final case class ServiceAccountList(items: Seq[ServiceAccount], metadata: Option[ListMeta] = None) extends KObject with Product with Serializable

    ServiceAccountList is a list of ServiceAccount objects

  167. final case class ServiceAccountTokenProjection(path: String, audience: Option[String] = None, expirationSeconds: Option[Int] = None) extends Product with Serializable

    ServiceAccountTokenProjection represents a projected service account token volume.

    ServiceAccountTokenProjection represents a projected service account token volume. This projection can be used to insert a service account token into the pods runtime filesystem for use against APIs (Kubernetes API Server or otherwise).

  168. final case class ServiceList(items: Seq[Service], metadata: Option[ListMeta] = None) extends KObject with Product with Serializable

    ServiceList holds a list of services.

  169. final case class ServicePort(port: Int, nodePort: Option[Int] = None, name: Option[String] = None, targetPort: Option[IntOrString] = None, protocol: Option[String] = None, appProtocol: Option[String] = None) extends Product with Serializable

    ServicePort contains information on service's port.

  170. final case class ServiceSpec(sessionAffinityConfig: Option[SessionAffinityConfig] = None, loadBalancerSourceRanges: Option[Seq[String]] = None, sessionAffinity: Option[String] = None, clusterIPs: Option[Seq[String]] = None, externalTrafficPolicy: Option[String] = None, loadBalancerIP: Option[String] = None, clusterIP: Option[String] = None, ports: Option[Seq[ServicePort]] = None, healthCheckNodePort: Option[Int] = None, allocateLoadBalancerNodePorts: Option[Boolean] = None, externalIPs: Option[Seq[String]] = None, ipFamilies: Option[Seq[String]] = None, internalTrafficPolicy: Option[String] = None, externalName: Option[String] = None, ipFamilyPolicy: Option[String] = None, type: Option[String] = None, selector: Option[Map[String, String]] = None, loadBalancerClass: Option[String] = None, publishNotReadyAddresses: Option[Boolean] = None) extends Product with Serializable

    ServiceSpec describes the attributes that a user creates on a service.

  171. final case class ServiceStatus(conditions: Option[Seq[Condition]] = None, loadBalancer: Option[LoadBalancerStatus] = None) extends Product with Serializable

    ServiceStatus represents the current status of a service.

  172. final case class SessionAffinityConfig(clientIP: Option[ClientIPConfig] = None) extends Product with Serializable

    SessionAffinityConfig represents the configurations of session affinity.

  173. final case class StorageOSPersistentVolumeSource(volumeNamespace: Option[String] = None, readOnly: Option[Boolean] = None, fsType: Option[String] = None, secretRef: Option[ObjectReference] = None, volumeName: Option[String] = None) extends Product with Serializable

    Represents a StorageOS persistent volume resource.

  174. final case class StorageOSVolumeSource(volumeNamespace: Option[String] = None, readOnly: Option[Boolean] = None, fsType: Option[String] = None, secretRef: Option[LocalObjectReference] = None, volumeName: Option[String] = None) extends Product with Serializable

    Represents a StorageOS persistent volume resource.

  175. final case class Sysctl(name: String, value: String) extends Product with Serializable

    Sysctl defines a kernel parameter to be set

  176. final case class TCPSocketAction(port: IntOrString, host: Option[String] = None) extends Product with Serializable

    TCPSocketAction describes an action based on opening a socket

  177. final case class Taint(effect: String, key: String, timeAdded: Option[Time] = None, value: Option[String] = None) extends Product with Serializable

    The node this Taint is attached to has the "effect" on any pod that does not tolerate the Taint.

  178. final case class Toleration(effect: Option[String] = None, key: Option[String] = None, tolerationSeconds: Option[Int] = None, operator: Option[String] = None, value: Option[String] = None) extends Product with Serializable

    The pod this Toleration is attached to tolerates any taint that matches the triple <key,value,effect> using the matching operator <operator>.

  179. final case class TopologySelectorLabelRequirement(key: String, values: Seq[String]) extends Product with Serializable

    A topology selector requirement is a selector that matches given label.

    A topology selector requirement is a selector that matches given label. This is an alpha feature and may change in the future.

  180. final case class TopologySelectorTerm(matchLabelExpressions: Option[Seq[TopologySelectorLabelRequirement]] = None) extends Product with Serializable

    A topology selector term represents the result of label queries.

    A topology selector term represents the result of label queries. A null or empty topology selector term matches no objects. The requirements of them are ANDed. It provides a subset of functionality as NodeSelectorTerm. This is an alpha feature and may change in the future.

  181. final case class TopologySpreadConstraint(maxSkew: Int, topologyKey: String, whenUnsatisfiable: String, matchLabelKeys: Option[Seq[String]] = None, minDomains: Option[Int] = None, labelSelector: Option[LabelSelector] = None, nodeAffinityPolicy: Option[String] = None, nodeTaintsPolicy: Option[String] = None) extends Product with Serializable

    TopologySpreadConstraint specifies how to spread matching pods among the given topology.

  182. final case class TypedLocalObjectReference(name: String, apiGroup: Option[String] = None) extends Product with Serializable

    TypedLocalObjectReference contains enough information to let you locate the typed referenced object inside the same namespace.

  183. final case class Volume(name: String, secret: Option[SecretVolumeSource] = None, scaleIO: Option[ScaleIOVolumeSource] = None, csi: Option[CSIVolumeSource] = None, azureDisk: Option[AzureDiskVolumeSource] = None, azureFile: Option[AzureFileVolumeSource] = None, hostPath: Option[HostPathVolumeSource] = None, rbd: Option[RBDVolumeSource] = None, configMap: Option[ConfigMapVolumeSource] = None, portworxVolume: Option[PortworxVolumeSource] = None, glusterfs: Option[GlusterfsVolumeSource] = None, flocker: Option[FlockerVolumeSource] = None, fc: Option[FCVolumeSource] = None, photonPersistentDisk: Option[PhotonPersistentDiskVolumeSource] = None, gcePersistentDisk: Option[GCEPersistentDiskVolumeSource] = None, persistentVolumeClaim: Option[PersistentVolumeClaimVolumeSource] = None, vsphereVolume: Option[VsphereVirtualDiskVolumeSource] = None, projected: Option[ProjectedVolumeSource] = None, ephemeral: Option[EphemeralVolumeSource] = None, iscsi: Option[ISCSIVolumeSource] = None, cinder: Option[CinderVolumeSource] = None, gitRepo: Option[GitRepoVolumeSource] = None, cephfs: Option[CephFSVolumeSource] = None, awsElasticBlockStore: Option[AWSElasticBlockStoreVolumeSource] = None, downwardAPI: Option[DownwardAPIVolumeSource] = None, flexVolume: Option[FlexVolumeSource] = None, emptyDir: Option[EmptyDirVolumeSource] = None, nfs: Option[NFSVolumeSource] = None, quobyte: Option[QuobyteVolumeSource] = None, storageos: Option[StorageOSVolumeSource] = None) extends Product with Serializable

    Volume represents a named volume in a pod that may be accessed by any container in the pod.

  184. final case class VolumeDevice(devicePath: String, name: String) extends Product with Serializable

    volumeDevice describes a mapping of a raw block device within a container.

  185. final case class VolumeMount(name: String, mountPath: String, subPath: Option[String] = None, mountPropagation: Option[String] = None, readOnly: Option[Boolean] = None, subPathExpr: Option[String] = None) extends Product with Serializable

    VolumeMount describes a mounting of a Volume within a container.

  186. final case class VolumeNodeAffinity(required: Option[NodeSelector] = None) extends Product with Serializable

    VolumeNodeAffinity defines constraints that limit what nodes this volume can be accessed from.

  187. final case class VolumeProjection(configMap: Option[ConfigMapProjection] = None, downwardAPI: Option[DownwardAPIProjection] = None, secret: Option[SecretProjection] = None, serviceAccountToken: Option[ServiceAccountTokenProjection] = None) extends Product with Serializable

    Projection that may be projected along with other supported volume types

  188. final case class VsphereVirtualDiskVolumeSource(volumePath: String, fsType: Option[String] = None, storagePolicyID: Option[String] = None, storagePolicyName: Option[String] = None) extends Product with Serializable

    Represents a vSphere volume resource.

  189. final case class WeightedPodAffinityTerm(podAffinityTerm: PodAffinityTerm, weight: Int) extends Product with Serializable

    The weights of all of the matched WeightedPodAffinityTerm fields are added per-node to find the most preferred node(s)

  190. final case class WindowsSecurityContextOptions(gmsaCredentialSpec: Option[String] = None, gmsaCredentialSpecName: Option[String] = None, hostProcess: Option[Boolean] = None, runAsUserName: Option[String] = None) extends Product with Serializable

    WindowsSecurityContextOptions contain Windows-specific options and credentials.

Value Members

  1. object AWSElasticBlockStoreVolumeSource extends Serializable
  2. object Affinity extends Serializable
  3. object AttachedVolume extends Serializable
  4. object AzureDiskVolumeSource extends Serializable
  5. object AzureFilePersistentVolumeSource extends Serializable
  6. object AzureFileVolumeSource extends Serializable
  7. object Binding extends Serializable
  8. object CSIPersistentVolumeSource extends Serializable
  9. object CSIVolumeSource extends Serializable
  10. object Capabilities extends Serializable
  11. object CephFSPersistentVolumeSource extends Serializable
  12. object CephFSVolumeSource extends Serializable
  13. object CinderPersistentVolumeSource extends Serializable
  14. object CinderVolumeSource extends Serializable
  15. object ClientIPConfig extends Serializable
  16. object ComponentCondition extends Serializable
  17. object ComponentStatus extends Serializable
  18. object ComponentStatusList extends Serializable
  19. object ConfigMap extends Serializable
  20. object ConfigMapEnvSource extends Serializable
  21. object ConfigMapKeySelector extends Serializable
  22. object ConfigMapList extends Serializable
  23. object ConfigMapNodeConfigSource extends Serializable
  24. object ConfigMapProjection extends Serializable
  25. object ConfigMapVolumeSource extends Serializable
  26. object Container extends Serializable
  27. object ContainerImage extends Serializable
  28. object ContainerPort extends Serializable
  29. object ContainerState extends Serializable
  30. object ContainerStateRunning extends Serializable
  31. object ContainerStateTerminated extends Serializable
  32. object ContainerStateWaiting extends Serializable
  33. object ContainerStatus extends Serializable
  34. object DaemonEndpoint extends Serializable
  35. object DownwardAPIProjection extends Serializable
  36. object DownwardAPIVolumeFile extends Serializable
  37. object DownwardAPIVolumeSource extends Serializable
  38. object EmptyDirVolumeSource extends Serializable
  39. object EndpointAddress extends Serializable
  40. object EndpointPort extends Serializable
  41. object EndpointSubset extends Serializable
  42. object Endpoints extends Serializable
  43. object EndpointsList extends Serializable
  44. object EnvFromSource extends Serializable
  45. object EnvVar extends Serializable
  46. object EnvVarSource extends Serializable
  47. object EphemeralContainer extends Serializable
  48. object EphemeralVolumeSource extends Serializable
  49. object Event extends Serializable
  50. object EventList extends Serializable
  51. object EventSeries extends Serializable
  52. object EventSource extends Serializable
  53. object ExecAction extends Serializable
  54. object FCVolumeSource extends Serializable
  55. object FlexPersistentVolumeSource extends Serializable
  56. object FlexVolumeSource extends Serializable
  57. object FlockerVolumeSource extends Serializable
  58. object GCEPersistentDiskVolumeSource extends Serializable
  59. object GRPCAction extends Serializable
  60. object GitRepoVolumeSource extends Serializable
  61. object GlusterfsPersistentVolumeSource extends Serializable
  62. object GlusterfsVolumeSource extends Serializable
  63. object HTTPGetAction extends Serializable
  64. object HTTPHeader extends Serializable
  65. object HostAlias extends Serializable
  66. object HostPathVolumeSource extends Serializable
  67. object ISCSIPersistentVolumeSource extends Serializable
  68. object ISCSIVolumeSource extends Serializable
  69. object KeyToPath extends Serializable
  70. object Lifecycle extends Serializable
  71. object LifecycleHandler extends Serializable
  72. object LimitRange extends Serializable
  73. object LimitRangeItem extends Serializable
  74. object LimitRangeList extends Serializable
  75. object LimitRangeSpec extends Serializable
  76. object LoadBalancerIngress extends Serializable
  77. object LoadBalancerStatus extends Serializable
  78. object LocalObjectReference extends Serializable
  79. object LocalVolumeSource extends Serializable
  80. object NFSVolumeSource extends Serializable
  81. object Namespace extends Serializable
  82. object NamespaceCondition extends Serializable
  83. object NamespaceList extends Serializable
  84. object NamespaceSpec extends Serializable
  85. object NamespaceStatus extends Serializable
  86. object Node extends Serializable
  87. object NodeAddress extends Serializable
  88. object NodeAffinity extends Serializable
  89. object NodeCondition extends Serializable
  90. object NodeConfigSource extends Serializable
  91. object NodeConfigStatus extends Serializable
  92. object NodeDaemonEndpoints extends Serializable
  93. object NodeList extends Serializable
  94. object NodeSelector extends Serializable
  95. object NodeSelectorRequirement extends Serializable
  96. object NodeSelectorTerm extends Serializable
  97. object NodeSpec extends Serializable
  98. object NodeStatus extends Serializable
  99. object NodeSystemInfo extends Serializable
  100. object ObjectFieldSelector extends Serializable
  101. object ObjectReference extends Serializable
  102. object PersistentVolume extends Serializable
  103. object PersistentVolumeClaim extends Serializable
  104. object PersistentVolumeClaimCondition extends Serializable
  105. object PersistentVolumeClaimList extends Serializable
  106. object PersistentVolumeClaimSpec extends Serializable
  107. object PersistentVolumeClaimStatus extends Serializable
  108. object PersistentVolumeClaimTemplate extends Serializable
  109. object PersistentVolumeClaimVolumeSource extends Serializable
  110. object PersistentVolumeList extends Serializable
  111. object PersistentVolumeSpec extends Serializable
  112. object PersistentVolumeStatus extends Serializable
  113. object PhotonPersistentDiskVolumeSource extends Serializable
  114. object Pod extends Serializable
  115. object PodAffinity extends Serializable
  116. object PodAffinityTerm extends Serializable
  117. object PodAntiAffinity extends Serializable
  118. object PodCondition extends Serializable
  119. object PodDNSConfig extends Serializable
  120. object PodDNSConfigOption extends Serializable
  121. object PodIP extends Serializable
  122. object PodList extends Serializable
  123. object PodOS extends Serializable
  124. object PodReadinessGate extends Serializable
  125. object PodSecurityContext extends Serializable
  126. object PodSpec extends Serializable
  127. object PodStatus extends Serializable
  128. object PodTemplate extends Serializable
  129. object PodTemplateList extends Serializable
  130. object PodTemplateSpec extends Serializable
  131. object PortStatus extends Serializable
  132. object PortworxVolumeSource extends Serializable
  133. object PreferredSchedulingTerm extends Serializable
  134. object Probe extends Serializable
  135. object ProjectedVolumeSource extends Serializable
  136. object QuobyteVolumeSource extends Serializable
  137. object RBDPersistentVolumeSource extends Serializable
  138. object RBDVolumeSource extends Serializable
  139. object ReplicationController extends Serializable
  140. object ReplicationControllerCondition extends Serializable
  141. object ReplicationControllerList extends Serializable
  142. object ReplicationControllerSpec extends Serializable
  143. object ReplicationControllerStatus extends Serializable
  144. object ResourceFieldSelector extends Serializable
  145. object ResourceQuota extends Serializable
  146. object ResourceQuotaList extends Serializable
  147. object ResourceQuotaSpec extends Serializable
  148. object ResourceQuotaStatus extends Serializable
  149. object ResourceRequirements extends Serializable
  150. object SELinuxOptions extends Serializable
  151. object ScaleIOPersistentVolumeSource extends Serializable
  152. object ScaleIOVolumeSource extends Serializable
  153. object ScopeSelector extends Serializable
  154. object ScopedResourceSelectorRequirement extends Serializable
  155. object SeccompProfile extends Serializable
  156. object Secret extends Serializable
  157. object SecretEnvSource extends Serializable
  158. object SecretKeySelector extends Serializable
  159. object SecretList extends Serializable
  160. object SecretProjection extends Serializable
  161. object SecretReference extends Serializable
  162. object SecretVolumeSource extends Serializable
  163. object SecurityContext extends Serializable
  164. object Service extends Serializable
  165. object ServiceAccount extends Serializable
  166. object ServiceAccountList extends Serializable
  167. object ServiceAccountTokenProjection extends Serializable
  168. object ServiceList extends Serializable
  169. object ServicePort extends Serializable
  170. object ServiceSpec extends Serializable
  171. object ServiceStatus extends Serializable
  172. object SessionAffinityConfig extends Serializable
  173. object StorageOSPersistentVolumeSource extends Serializable
  174. object StorageOSVolumeSource extends Serializable
  175. object Sysctl extends Serializable
  176. object TCPSocketAction extends Serializable
  177. object Taint extends Serializable
  178. object Toleration extends Serializable
  179. object TopologySelectorLabelRequirement extends Serializable
  180. object TopologySelectorTerm extends Serializable
  181. object TopologySpreadConstraint extends Serializable
  182. object TypedLocalObjectReference extends Serializable
  183. object Volume extends Serializable
  184. object VolumeDevice extends Serializable
  185. object VolumeMount extends Serializable
  186. object VolumeNodeAffinity extends Serializable
  187. object VolumeProjection extends Serializable
  188. object VsphereVirtualDiskVolumeSource extends Serializable
  189. object WeightedPodAffinityTerm extends Serializable
  190. object WindowsSecurityContextOptions extends Serializable

Ungrouped